Update README.md
This commit is contained in:
parent
0b8087bb43
commit
88f8889ee0
20
README.md
20
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}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue