ananda-chai commited on
Commit
ef20418
·
1 Parent(s): 3727f3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -2,7 +2,15 @@
2
 
3
  [Chaiverse : Crowdsourcing AGI](https://chaiverse.com)
4
 
5
- To know more about the Competition you can also visit our open source [Github](https://github.com/chai-research/chaiverse) package
 
 
 
 
 
 
 
 
6
 
7
 
8
  ### Install Chaiverse
@@ -59,8 +67,7 @@ generation_params = {
59
  "best_of": 4
60
  }
61
 
62
- submission_parameters = {'model_repo': model_url,
63
- 'generation_params': generation_params, 'model_name': 'season-4-model'}
64
 
65
  submitter = chai.ModelSubmitter(verbose=True)
66
  submission_id = submitter.submit(submission_parameters)
 
2
 
3
  [Chaiverse : Crowdsourcing AGI](https://chaiverse.com)
4
 
5
+ At Chaiverse is crowdsourcing AGI. You can submit your models to the Chaiverse platform with just 4 lines of code and get it deployed to millions of Chai users.
6
+ Your model receives immediate feedback from real users which help you finetune and improve. Chaiverse helps you monetize your LLM and also provides an opportunity
7
+ to test it with real users after passing our internal Safety Standards. The Chaiverse Competition has a total payout of 1 Millon Dollars over multiple seasons.
8
+
9
+ To know more about the Competition you can also visit our open source [Github](https://github.com/chai-research/chaiverse) package or
10
+ visit our [Discord](https://discord.gg/chai-llm) to be more involved with our community.
11
+
12
+ This model was trained by Vietahn. The [write up](https://anhnv125.notion.site/My-Season-IV-Solution-8e12b0d98bad43c988459aeb97ef3b53) explains how this model was trained.
13
+ The competition prize money was $10,000 for the first place.
14
 
15
 
16
  ### Install Chaiverse
 
67
  "best_of": 4
68
  }
69
 
70
+ submission_parameters = {'model_repo': model_url, 'generation_params': generation_params, 'model_name': 'season-2-model', 'formatter': CustomFormatter()}
 
71
 
72
  submitter = chai.ModelSubmitter(verbose=True)
73
  submission_id = submitter.submit(submission_parameters)