system HF staff commited on
Commit
74fc676
1 Parent(s): b7746ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -58,15 +58,12 @@ model_tf = TFT5ForConditionalGeneration.from_pretrained(model_name)
58
  ```
59
 
60
 
61
- ## Citation
62
- We are preparing an arXiv submission and soon will provide a citation. For now, if you need to cite use:
63
- ```bibtex
64
- @misc{ptt5_2020,
65
- Author = {Carmo, Diedre and Piau, Marcos and Campiotti, Israel and Nogueira, Rodrigo and Lotufo, Roberto},
66
- Title = {PTT5: Pre-training and validating the T5 transformer in Brazilian Portuguese data},
67
- Year = {2020},
68
- Publisher = {GitHub},
69
- Journal = {GitHub repository},
70
- Howpublished = {\url{https://github.com/unicamp-dl/PTT5}}
71
- }
72
- ```
 
58
  ```
59
 
60
 
61
+ # Citation
62
+ If you use PTT5, please cite:
63
+
64
+ @article{ptt5_2020,
65
+ title={PTT5: Pretraining and validating the T5 model on Brazilian Portuguese data},
66
+ author={Carmo, Diedre and Piau, Marcos and Campiotti, Israel and Nogueira, Rodrigo and Lotufo, Roberto},
67
+ journal={arXiv preprint arXiv:2008.09144},
68
+ year={2020}
69
+ }