Text Generation
Transformers
PyTorch
English
gptj
matthayes commited on
Commit
c9a85b3
1 Parent(s): b61ca9e

add citation

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -207,4 +207,16 @@ which points to meaningful limitations of the existing evaluation benchmarks for
207
  | dolly-v1-6b (10 epochs) | 0.41 | 0.62963 | 0.643252 | 0.676758 | 0.384812 | 0.773667 | 0.687768 |
208
  | EleutherAI/gpt-neox-20b | 0.402 | 0.683923 | 0.656669 | 0.7142 | 0.408703 | 0.784004 | 0.695413 |
209
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  # Happy Hacking!
207
  | dolly-v1-6b (10 epochs) | 0.41 | 0.62963 | 0.643252 | 0.676758 | 0.384812 | 0.773667 | 0.687768 |
208
  | EleutherAI/gpt-neox-20b | 0.402 | 0.683923 | 0.656669 | 0.7142 | 0.408703 | 0.784004 | 0.695413 |
209
 
210
+ # Citation
211
+
212
+ ```
213
+ @online{DatabricksBlog2023DollyV1,
214
+ author = {Mike Conover and Matt Hayes and Ankit Mathur and Xiangrui Meng and Jianwei Xie and Jun Wan and Ali Ghodsi and Patrick Wendell and Matei Zaharia},
215
+ title = {Hello Dolly: Democratizing the magic of ChatGPT with open models},
216
+ year = {2023},
217
+ url = {https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html},
218
+ urldate = {2023-06-30}
219
+ }
220
+ ```
221
+
222
  # Happy Hacking!