Original README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: wtfpl
|
3 |
+
language:
|
4 |
+
- vi
|
5 |
+
- en
|
6 |
+
library_name: transformers.js
|
7 |
+
pipeline_tag: translation
|
8 |
+
---
|
9 |
+
|
10 |
+
# EnViT5 Translation
|
11 |
+
|
12 |
+
State-of-the-art English-Vietnamese and Vietnamese-English Translation models trained on [MTet](https://research.vietai.org/mtet/), [PhoMT](https://github.com/VinAIResearch/PhoMT).
|
13 |
+
|
14 |
+
## Results
|
15 |
+
|
16 |
+

|
17 |
+
|
18 |
+
## Citation
|
19 |
+
```
|
20 |
+
@misc{https://doi.org/10.48550/arxiv.2210.05610,
|
21 |
+
doi = {10.48550/ARXIV.2210.05610},
|
22 |
+
author = {Ngo, Chinh and Trinh, Trieu H. and Phan, Long and Tran, Hieu and Dang, Tai and Nguyen, Hieu and Nguyen, Minh and Luong, Minh-Thang},
|
23 |
+
title = {MTet: Multi-domain Translation for English and Vietnamese},
|
24 |
+
publisher = {arXiv},
|
25 |
+
year = {2022},
|
26 |
+
}
|
27 |
+
```
|