stellaathena commited on
Commit
6f23148
1 Parent(s): 88f8889

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -78,17 +78,6 @@ TBD
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},
84
- author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
85
- journal={arXiv preprint arXiv:2101.00027},
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
@@ -107,4 +96,11 @@ To cite the codebase that this model was trained with, use
107
  doi = {10.5281/zenodo.5297715},
108
  url = {https://doi.org/10.5281/zenodo.5297715}
109
  }
 
 
 
 
 
 
 
110
  ```
78
  ### BibTeX entry and citation info
79
 
80
  To cite this model, use
 
 
 
 
 
 
 
 
 
 
 
81
  ```bibtex
82
  @software{gpt-neo,
83
  author = {Black, Sid and
96
  doi = {10.5281/zenodo.5297715},
97
  url = {https://doi.org/10.5281/zenodo.5297715}
98
  }
99
+
100
+ @article{gao2020pile,
101
+ title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
102
+ author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
103
+ journal={arXiv preprint arXiv:2101.00027},
104
+ year={2020}
105
+ }
106
  ```