huuquyet commited on
Commit
4adda1f
·
verified ·
1 Parent(s): c8b1eba

Original README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
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
+ ![image](https://user-images.githubusercontent.com/44376091/195998681-5860e443-2071-4048-8a2b-873dcee14a72.png)
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
+ ```