diff --git a/README.md b/README.md index 710fadf..1027e48 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,20 @@ 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}, + author = {Black, Sid and + Leo, Gao and + Wang, Phil and + Leahy, Connor and + 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} } ```