Commit
·
875dac1
1
Parent(s):
a4a1108
Update README.md
Browse files
README.md
CHANGED
|
@@ -75,7 +75,7 @@ TBD
|
|
| 75 |
|
| 76 |
### BibTeX entry and citation info
|
| 77 |
|
| 78 |
-
To cite this model, use
|
| 79 |
```bibtex
|
| 80 |
@article{gao2020pile,
|
| 81 |
title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
|
|
@@ -84,15 +84,23 @@ To cite this model, use
|
|
| 84 |
year={2020}
|
| 85 |
}
|
| 86 |
```
|
| 87 |
-
|
| 88 |
-
To cite the codebase that this model was trained with, use
|
| 89 |
-
|
| 90 |
```bibtex
|
| 91 |
@software{gpt-neo,
|
| 92 |
-
author
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
```
|
|
|
|
| 75 |
|
| 76 |
### BibTeX entry and citation info
|
| 77 |
|
| 78 |
+
To cite this model, please use
|
| 79 |
```bibtex
|
| 80 |
@article{gao2020pile,
|
| 81 |
title={The Pile: An 800GB Dataset of Diverse Text for Language Modeling},
|
|
|
|
| 84 |
year={2020}
|
| 85 |
}
|
| 86 |
```
|
| 87 |
+
and
|
|
|
|
|
|
|
| 88 |
```bibtex
|
| 89 |
@software{gpt-neo,
|
| 90 |
+
author = {Black, Sid and
|
| 91 |
+
Leo, Gao and
|
| 92 |
+
Wang, Phil and
|
| 93 |
+
Leahy, Connor and
|
| 94 |
+
Biderman, Stella},
|
| 95 |
+
title = {{GPT-Neo: Large Scale Autoregressive Language
|
| 96 |
+
Modeling with Mesh-Tensorflow}},
|
| 97 |
+
month = mar,
|
| 98 |
+
year = 2021,
|
| 99 |
+
note = {{If you use this software, please cite it using
|
| 100 |
+
these metadata.}},
|
| 101 |
+
publisher = {Zenodo},
|
| 102 |
+
version = {1.0},
|
| 103 |
+
doi = {10.5281/zenodo.5297715},
|
| 104 |
+
url = {https://doi.org/10.5281/zenodo.5297715}
|
| 105 |
}
|
| 106 |
```
|