Update README.md
Browse files
README.md
CHANGED
@@ -1,46 +1,15 @@
|
|
1 |
-
|
2 |
-
tags:
|
3 |
-
- generated_from_keras_callback
|
4 |
-
model-index:
|
5 |
-
- name: vinai-translate-en2vi
|
6 |
-
results: []
|
7 |
-
---
|
8 |
|
9 |
-
|
10 |
-
probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
-
# vinai-translate-en2vi
|
13 |
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
|
18 |
-
## Model description
|
19 |
-
|
20 |
-
More information needed
|
21 |
-
|
22 |
-
## Intended uses & limitations
|
23 |
-
|
24 |
-
More information needed
|
25 |
-
|
26 |
-
## Training and evaluation data
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
-
|
32 |
-
### Training hyperparameters
|
33 |
-
|
34 |
-
The following hyperparameters were used during training:
|
35 |
-
- optimizer: None
|
36 |
-
- training_precision: float32
|
37 |
-
|
38 |
-
### Training results
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
### Framework versions
|
43 |
-
|
44 |
-
- Transformers 4.21.0.dev0
|
45 |
-
- TensorFlow 2.6.0
|
46 |
-
- Tokenizers 0.12.1
|
|
|
1 |
+
# A Vietnamese-English Neural Machine Translation System
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
Our pre-trained VinAI Translate models `vinai/vinai-translate-vi2en` and `vinai/vinai-translate-en2vi` 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):
|
|
|
4 |
|
|
|
5 |
|
6 |
+
@inproceedings{vinaitranslate,
|
7 |
+
title = {{A Vietnamese-English Neural Machine Translation System}},
|
8 |
+
author = {Thien Hai Nguyen and Tuan-Duy H. Nguyen and Duy Phung and Duy Tran-Cong Nguyen and Hieu Minh Tran and Manh Luong and Tin Duy Vo and Hung Hai Bui and Dinh Phung and Dat Quoc Nguyen},
|
9 |
+
booktitle = {Proceedings of the 23rd Annual Conference of the International Speech Communication Association: Show and Tell (INTERSPEECH)},
|
10 |
+
year = {2022}
|
11 |
+
}
|
12 |
+
|
13 |
+
Please **CITE** our paper whenever the pre-trained models or the system are used to help produce published results or incorporated into other software.
|
14 |
|
15 |
+
For further information or requests, please go to [VinAI Translate's homepage](https://github.com/VinAIResearch/VinAI_Translate)!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|