Updated citation info

This commit is contained in:
Stella Biderman 2021-05-18 19:38:48 +00:00 committed by huggingface-web
parent df3bd66031
commit 1172dffaf8
1 changed files with 13 additions and 0 deletions

View File

@ -77,6 +77,7 @@ TBD
### BibTeX entry and citation info
To cite this model, use
```bibtex
@article{gao2020pile,
title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
@ -85,3 +86,15 @@ TBD
year={2020}
}
```
To cite the codebase that this model was trained with, use
```bibtex
@software{gpt-neo,
author = {Black, Sid and Gao, Leo and Wang, Phil and Leahy, Connor and Biderman, Stella},
title = {{GPT-Neo}: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow},
url = {http://github.com/eleutherai/gpt-neo},
version = {1.0},
year = {2021},
}
```