Skip to content

Commit 0465394

Browse files
committed
updates
1 parent 9d1e704 commit 0465394

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,23 @@ While we have not yet released GPT-2 itself, you can see some samples from it in
101101
We show unconditional samples with default settings (temperature 1 and no truncation), with temperature 0.7, and with truncation with top_k 40.
102102
We show conditional samples, with contexts drawn from `WebText`'s test set, with default settings (temperature 1 and no truncation), with temperature 0.7, and with truncation with top_k 40.
103103

104+
## Citation
105+
106+
Please use the following bibtex entry:
107+
```
108+
@article{radford2019language,
109+
title={Language Models are Unsupervised Multitask Learners},
110+
author={Radford, Alec and Wu, Jeff and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya},
111+
year={2019}
112+
}
113+
```
114+
104115
## Future work
105116

106117
We may release code for evaluating the models on various benchmarks.
107118

108119
We are still considering release of the larger models.
120+
121+
## License
122+
123+
MIT

0 commit comments

Comments
 (0)