appvoid commited on
Commit
325f338
·
verified ·
1 Parent(s): 59c7eff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -22,6 +22,18 @@ license: apache-2.0
22
 
23
  arco consistently outperforms every sota model below 600m parameters on average, outperforms some base 1b models and is competitive with the best ones. arco is a merge of multiple internal models fine-tuned on a diverse set of styles and finally merged with the several models (including palmer-004-turbo), followed by a merge with base model to preserve knowledge.
24
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #### benchmarks
26
 
27
  zero-shot evaluations performed on current sota ~0.5b models.
 
22
 
23
  arco consistently outperforms every sota model below 600m parameters on average, outperforms some base 1b models and is competitive with the best ones. arco is a merge of multiple internal models fine-tuned on a diverse set of styles and finally merged with the several models (including palmer-004-turbo), followed by a merge with base model to preserve knowledge.
24
 
25
+ #### prompt
26
+
27
+ there is no prompt intentionally set but this one worked really good for me:
28
+
29
+ ```
30
+ The following is a conversation between a super smart AI assistant and an user.
31
+
32
+ user: <your question>
33
+
34
+ assistant:
35
+ ```
36
+
37
  #### benchmarks
38
 
39
  zero-shot evaluations performed on current sota ~0.5b models.