Update README.md

This commit is contained in:
Stella Biderman 2021-09-11 18:25:28 +00:00 committed by huggingface-web
parent 0b8087bb43
commit 88f8889ee0
1 changed files with 15 additions and 5 deletions

View File

@ -91,10 +91,20 @@ To cite the codebase that this model was trained with, use
```bibtex ```bibtex
@software{gpt-neo, @software{gpt-neo,
author = {Black, Sid and Gao, Leo and Wang, Phil and Leahy, Connor and Biderman, Stella}, author = {Black, Sid and
title = {{GPT-Neo}: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow}, Leo, Gao and
url = {http://github.com/eleutherai/gpt-neo}, Wang, Phil and
version = {1.0}, Leahy, Connor and
year = {2021}, Biderman, Stella},
title = {{GPT-Neo: Large Scale Autoregressive Language
Modeling with Mesh-Tensorflow}},
month = mar,
year = 2021,
note = {{If you use this software, please cite it using
these metadata.}},
publisher = {Zenodo},
version = {1.0},
doi = {10.5281/zenodo.5297715},
url = {https://doi.org/10.5281/zenodo.5297715}
} }
``` ```