stellaathena commited on
Commit
4ca242d
1 Parent(s): 9e2547e

updated citation info

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