lhbonifacio
commited on
Commit
·
c2c7a09
1
Parent(s):
60faa76
Initial commit
Browse files
README.md
CHANGED
@@ -29,9 +29,11 @@ model = AutoModel.from_pretrained(model_name)
|
|
29 |
```
|
30 |
# Citation
|
31 |
If you use mt5-base-en-pt-msmarco, please cite:
|
|
|
32 |
@article{rosa2021cost,
|
33 |
title={A cost-benefit analysis of cross-lingual transfer methods},
|
34 |
author={Rosa, Guilherme Moraes and Bonifacio, Luiz Henrique and de Souza, Leandro Rodrigues and Lotufo, Roberto and Nogueira, Rodrigo},
|
35 |
journal={arXiv preprint arXiv:2105.06813},
|
36 |
year={2021}
|
37 |
}
|
|
|
|
29 |
```
|
30 |
# Citation
|
31 |
If you use mt5-base-en-pt-msmarco, please cite:
|
32 |
+
|
33 |
@article{rosa2021cost,
|
34 |
title={A cost-benefit analysis of cross-lingual transfer methods},
|
35 |
author={Rosa, Guilherme Moraes and Bonifacio, Luiz Henrique and de Souza, Leandro Rodrigues and Lotufo, Roberto and Nogueira, Rodrigo},
|
36 |
journal={arXiv preprint arXiv:2105.06813},
|
37 |
year={2021}
|
38 |
}
|
39 |
+
|