Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,18 @@ language:
|
|
6 |
- pt
|
7 |
pipeline_tag: text2text-generation
|
8 |
base_model: google-t5/t5-small
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- pt
|
7 |
pipeline_tag: text2text-generation
|
8 |
base_model: google-t5/t5-small
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
## Introduction
|
13 |
+
ptt5-v2 models were trained for approximately 1 epoch over the "pt" subset of the mC4 dataset, on top of the Google T5 original checkpoints. These models need to be fine-tuned before being used on downstream tasks.
|
14 |
+
|
15 |
+
# Citation
|
16 |
+
If you use our models, please cite:
|
17 |
+
|
18 |
+
@article{ptt5_2020,
|
19 |
+
title={PTT5: Pretraining and validating the T5 model on Brazilian Portuguese data},
|
20 |
+
author={Carmo, Diedre and Piau, Marcos and Campiotti, Israel and Nogueira, Rodrigo and Lotufo, Roberto},
|
21 |
+
journal={arXiv preprint arXiv:2008.09144},
|
22 |
+
year={2020}
|
23 |
+
}
|