alexandre-lopes
commited on
Commit
•
8418d7e
1
Parent(s):
159647b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Introduction
|
2 |
|
3 |
This repository brings an implementation of T5 for translation in EN-PT tasks using a modest hardware setup. We propose some changes in tokenizator and post-processing that improves the result and used a Portuguese pretrained model for the translation. You can collect more informations in [our repository](https://github.com/unicamp-dl/Lite-T5-Translation). Also, check [our paper](https://aclanthology.org/2020.wmt-1.90.pdf)!
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
language:
|
4 |
+
|
5 |
+
- en
|
6 |
+
|
7 |
+
- pt
|
8 |
+
|
9 |
+
datasets:
|
10 |
+
|
11 |
+
- EMEA
|
12 |
+
|
13 |
+
- ParaCrawl 99k
|
14 |
+
|
15 |
+
- CAPES
|
16 |
+
|
17 |
+
- Scielo
|
18 |
+
|
19 |
+
- JRC-Acquis
|
20 |
+
|
21 |
+
- Biomedical Domain Corpora
|
22 |
+
|
23 |
+
tags:
|
24 |
+
|
25 |
+
- translation
|
26 |
+
|
27 |
+
metrics:
|
28 |
+
|
29 |
+
- bleu
|
30 |
+
|
31 |
+
---
|
32 |
+
|
33 |
+
|
34 |
# Introduction
|
35 |
|
36 |
This repository brings an implementation of T5 for translation in EN-PT tasks using a modest hardware setup. We propose some changes in tokenizator and post-processing that improves the result and used a Portuguese pretrained model for the translation. You can collect more informations in [our repository](https://github.com/unicamp-dl/Lite-T5-Translation). Also, check [our paper](https://aclanthology.org/2020.wmt-1.90.pdf)!
|