marcospiau commited on
Commit
4f44c3a
1 Parent(s): 6ebd2ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -26,9 +26,11 @@ model = T5ForConditionalGeneration.from_pretrained("unicamp-dl/ptt5-v2-small")
26
  ## Citation
27
  If you use our models, please cite:
28
 
29
- @article{ptt5_2020,
30
- title={PTT5: Pretraining and validating the T5 model on Brazilian Portuguese data},
31
- author={Carmo, Diedre and Piau, Marcos and Campiotti, Israel and Nogueira, Rodrigo and Lotufo, Roberto},
32
- journal={arXiv preprint arXiv:2008.09144},
33
- year={2020}
34
- }
 
 
 
26
  ## Citation
27
  If you use our models, please cite:
28
 
29
+ @article{piau2024ptt5v2,
30
+ title={ptt5-v2: A Closer Look at Continued Pretraining of T5 Models for the Portuguese Language},
31
+ author={Marcos Piau and Roberto Lotufo and Rodrigo Nogueira},
32
+ year={2024},
33
+ eprint={2406.10806},
34
+ archivePrefix={arXiv},
35
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
36
+ }