Update README.md
Browse files
README.md
CHANGED
|
@@ -55,12 +55,15 @@ for result in results:
|
|
| 55 |
|
| 56 |
For additional configurations and more advanced usage, consult the `rerankers` [GitHub repository](https://github.com/AnswerDotAI/rerankers).
|
| 57 |
|
| 58 |
-
# Citation
|
| 59 |
If you use our models, please cite:
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
title={
|
| 63 |
-
author={
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
For additional configurations and more advanced usage, consult the `rerankers` [GitHub repository](https://github.com/AnswerDotAI/rerankers).
|
| 57 |
|
| 58 |
+
## Citation
|
| 59 |
If you use our models, please cite:
|
| 60 |
+
```
|
| 61 |
+
@misc{piau2024ptt5v2,
|
| 62 |
+
title={ptt5-v2: A Closer Look at Continued Pretraining of T5 Models for the Portuguese Language},
|
| 63 |
+
author={Marcos Piau and Roberto Lotufo and Rodrigo Nogueira},
|
| 64 |
+
year={2024},
|
| 65 |
+
eprint={2406.10806},
|
| 66 |
+
archivePrefix={arXiv},
|
| 67 |
+
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.'}
|
| 68 |
+
}
|
| 69 |
+
```
|