huuquyet commited on
Commit
d1041a5
1 Parent(s): f6aa437

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: wtfpl
3
+ language:
4
+ - vi
5
+ - en
6
+ library_name: transformers.js
7
+ pipeline_tag: translation
8
+ ---
9
+
10
+ # A Vietnamese-English Neural Machine Translation System
11
+
12
+ Our pre-trained VinAI Translate models are state-of-the-art text translation models for Vietnamese-to-English and English-to-Vietnamese, respectively. The general architecture and experimental results of VinAI Translate can be found in [our paper](https://openreview.net/forum?id=CRg-RaxKnai):
13
+
14
+
15
+ @inproceedings{vinaitranslate,
16
+ title = {{A Vietnamese-English Neural Machine Translation System}},
17
+ author = {Thien Hai Nguyen and
18
+ Tuan-Duy H. Nguyen and
19
+ Duy Phung and
20
+ Duy Tran-Cong Nguyen and
21
+ Hieu Minh Tran and
22
+ Manh Luong and
23
+ Tin Duy Vo and
24
+ Hung Hai Bui and
25
+ Dinh Phung and
26
+ Dat Quoc Nguyen},
27
+ booktitle = {Proceedings of the 23rd Annual Conference of the International Speech Communication Association: Show and Tell (INTERSPEECH)},
28
+ year = {2022}
29
+ }
30
+
31
+ Please **CITE** our paper whenever the pre-trained models or the system are used to help produce published results or incorporated into other software.
32
+ For further information or requests, please go to [VinAI Translate's homepage](https://github.com/VinAIResearch/VinAI_Translate)!