stellaathena commited on
Commit
1172dff
1 Parent(s): df3bd66

Updated citation info

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -77,6 +77,7 @@ TBD
77
 
78
  ### BibTeX entry and citation info
79
 
 
80
  ```bibtex
81
  @article{gao2020pile,
82
  title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
@@ -85,3 +86,15 @@ TBD
85
  year={2020}
86
  }
87
  ```
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  ### BibTeX entry and citation info
79
 
80
+ To cite this model, use
81
  ```bibtex
82
  @article{gao2020pile,
83
  title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
86
  year={2020}
87
  }
88
  ```
89
+
90
+ To cite the codebase that this model was trained with, use
91
+
92
+ ```bibtex
93
+ @software{gpt-neo,
94
+ author = {Black, Sid and Gao, Leo and Wang, Phil and Leahy, Connor and Biderman, Stella},
95
+ title = {{GPT-Neo}: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow},
96
+ url = {http://github.com/eleutherai/gpt-neo},
97
+ version = {1.0},
98
+ year = {2021},
99
+ }
100
+ ```