Commit ·
09ef2b5
1
Parent(s): a533018
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,9 +15,14 @@ license: openrail
|
|
| 15 |
|
| 16 |
# EnViT5 Translation
|
| 17 |
|
| 18 |
-
|
| 19 |
[](https://paperswithcode.com/sota/machine-translation-on-iwslt2015-english-1?p=mtet-multi-domain-translation-for-english)
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
```python
|
| 22 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 23 |
|
|
|
|
| 15 |
|
| 16 |
# EnViT5 Translation
|
| 17 |
|
|
|
|
| 18 |
[](https://paperswithcode.com/sota/machine-translation-on-iwslt2015-english-1?p=mtet-multi-domain-translation-for-english)
|
| 19 |
|
| 20 |
+
|
| 21 |
+
State-of-the-art English-Vietnamese and Vietnamese-English Translation models trained on [MTet](https://research.vietai.org/mtet/), [PhoMT](), and extra self-training Biomedical data.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
```python
|
| 27 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 28 |
|