Update README.md
This commit is contained in:
parent
88f8889ee0
commit
6f231487a5
18
README.md
18
README.md
|
@ -78,17 +78,6 @@ TBD
|
||||||
### BibTeX entry and citation info
|
### BibTeX entry and citation info
|
||||||
|
|
||||||
To cite this model, use
|
To cite this model, use
|
||||||
```bibtex
|
|
||||||
@article{gao2020pile,
|
|
||||||
title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
|
|
||||||
author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
|
|
||||||
journal={arXiv preprint arXiv:2101.00027},
|
|
||||||
year={2020}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
To cite the codebase that this model was trained with, use
|
|
||||||
|
|
||||||
```bibtex
|
```bibtex
|
||||||
@software{gpt-neo,
|
@software{gpt-neo,
|
||||||
author = {Black, Sid and
|
author = {Black, Sid and
|
||||||
|
@ -107,4 +96,11 @@ To cite the codebase that this model was trained with, use
|
||||||
doi = {10.5281/zenodo.5297715},
|
doi = {10.5281/zenodo.5297715},
|
||||||
url = {https://doi.org/10.5281/zenodo.5297715}
|
url = {https://doi.org/10.5281/zenodo.5297715}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@article{gao2020pile,
|
||||||
|
title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
|
||||||
|
author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
|
||||||
|
journal={arXiv preprint arXiv:2101.00027},
|
||||||
|
year={2020}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue