matthayes commited on
Commit
1930816
1 Parent(s): 7dde7ac

add citation

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -173,4 +173,16 @@ but a robust statement as to the sources of these variations requires further st
173
  | databricks/dolly-v1-6b | 0.41 | 0.62963 | 0.643252 | 0.676758 | 0.384812 | 0.773667 | 0.687768 | 0.583431 |
174
  | EleutherAI/gpt-neox-20b | 0.402 | 0.683923 | 0.656669 | 0.7142 | 0.408703 | 0.784004 | 0.695413 | 0.602236 |
175
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  # Happy Hacking!
173
  | databricks/dolly-v1-6b | 0.41 | 0.62963 | 0.643252 | 0.676758 | 0.384812 | 0.773667 | 0.687768 | 0.583431 |
174
  | EleutherAI/gpt-neox-20b | 0.402 | 0.683923 | 0.656669 | 0.7142 | 0.408703 | 0.784004 | 0.695413 | 0.602236 |
175
 
176
+ # Citation
177
+
178
+ ```
179
+ @online{DatabricksBlog2023DollyV2,
180
+ author = {Mike Conover and Matt Hayes and Ankit Mathur and Jianwei Xie and Jun Wan and Sam Shah and Ali Ghodsi and Patrick Wendell and Matei Zaharia and Reynold Xin},
181
+ title = {Free Dolly: Introducing the World's First Truly Open Instruction-Tuned LLM},
182
+ year = {2023},
183
+ url = {https://www.databricks.com/blog/2023/04/12/dolly-first-open-commercially-viable-instruction-tuned-llm},
184
+ urldate = {2023-06-30}
185
+ }
186
+ ```
187
+
188
  # Happy Hacking!