From 88f8889ee089deb2ca8d6ddaa13c9252d67a6395 Mon Sep 17 00:00:00 2001 From: Stella Biderman Date: Sat, 11 Sep 2021 18:25:28 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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} } ```