add bibtex
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-generation
|
|
15 |
|
16 |
This model is based on the small OpenAI GPT-2 ([`gpt2`](https://huggingface.co/gpt2)) model.
|
17 |
|
18 |
-
For details, check out our paper on [arXiv](https://arxiv.org/abs/
|
19 |
|
20 |
|
21 |
## Related models
|
@@ -50,4 +50,12 @@ model = TFAutoModel.from_pretrained("GroNLP/gpt2-small-dutch") # Tensorflow
|
|
50 |
## BibTeX entry
|
51 |
|
52 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
```
|
|
|
15 |
|
16 |
This model is based on the small OpenAI GPT-2 ([`gpt2`](https://huggingface.co/gpt2)) model.
|
17 |
|
18 |
+
For details, check out our paper on [arXiv](https://arxiv.org/abs/2012.05628) and the code on [Github](https://github.com/wietsedv/gpt2-recycle).
|
19 |
|
20 |
|
21 |
## Related models
|
|
|
50 |
## BibTeX entry
|
51 |
|
52 |
```bibtex
|
53 |
+
@misc{devries2020good,
|
54 |
+
title={As good as new. How to successfully recycle English GPT-2 to make models for other languages},
|
55 |
+
author={Wietse de Vries and Malvina Nissim},
|
56 |
+
year={2020},
|
57 |
+
eprint={2012.05628},
|
58 |
+
archivePrefix={arXiv},
|
59 |
+
primaryClass={cs.CL}
|
60 |
+
}
|
61 |
```
|