ecarbo commited on
Commit
cababc4
1 Parent(s): 0503a0a

Add citation

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -10,3 +10,28 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
13
+
14
+ @software{gpt-neo,
15
+ author = {Black, Sid and
16
+ Leo, Gao and
17
+ Wang, Phil and
18
+ Leahy, Connor and
19
+ Biderman, Stella},
20
+ title = {{GPT-Neo: Large Scale Autoregressive Language
21
+ Modeling with Mesh-Tensorflow}},
22
+ month = mar,
23
+ year = 2021,
24
+ note = {{If you use this software, please cite it using
25
+ these metadata.}},
26
+ publisher = {Zenodo},
27
+ version = {1.0},
28
+ doi = {10.5281/zenodo.5297715},
29
+ url = {https://doi.org/10.5281/zenodo.5297715}
30
+ }
31
+
32
+ @article{gao2020pile,
33
+ title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
34
+ 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},
35
+ journal={arXiv preprint arXiv:2101.00027},
36
+ year={2020}
37
+ }