add model
Browse files- README.md +42 -11
- config.json +1 -0
- tf_model.h5 +3 -0
README.md
CHANGED
@@ -1,15 +1,46 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
|
|
4 |
|
|
|
5 |
|
6 |
-
|
7 |
-
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_keras_callback
|
4 |
+
model-index:
|
5 |
+
- name: vinai-translate-en2vi
|
6 |
+
results: []
|
7 |
+
---
|
8 |
|
9 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
10 |
+
probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
+
# vinai-translate-en2vi
|
13 |
|
14 |
+
This model is a fine-tuned version of [vinai/vinai-translate-en2vi](https://huggingface.co/vinai/vinai-translate-en2vi) on an unknown dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_num_labels": 3,
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vinai/vinai-translate-en2vi",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b1e389226b712df2e9d6a5480784b56f7ac2f191a81426b89989800e2eac03e
|
3 |
+
size 1794265048
|