52100176-NguyenTrongDat
commited on
Training complete
Browse files- README.md +16 -12
- generation_config.json +5 -2
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- vietnamese-model
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: nlp-vietnamese
|
7 |
results: []
|
@@ -12,9 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# nlp-vietnamese
|
14 |
|
15 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -34,11 +38,11 @@ More information needed
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 2e-05
|
37 |
-
- train_batch_size:
|
38 |
-
- eval_batch_size:
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 4
|
41 |
-
- total_train_batch_size:
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 5
|
@@ -46,13 +50,13 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
-
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: vinai/bartpho-syllable
|
3 |
tags:
|
4 |
- vietnamese-model
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- sacrebleu
|
8 |
model-index:
|
9 |
- name: nlp-vietnamese
|
10 |
results: []
|
|
|
15 |
|
16 |
# nlp-vietnamese
|
17 |
|
18 |
+
This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1109
|
21 |
+
- Sacrebleu: 18.8039
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 12
|
42 |
+
- eval_batch_size: 12
|
43 |
- seed: 42
|
44 |
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 48
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- num_epochs: 5
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
55 |
+
| No log | 0.992 | 62 | 0.7852 | 5.8526 |
|
56 |
+
| No log | 2.0 | 125 | 0.2320 | 12.5980 |
|
57 |
+
| No log | 2.992 | 187 | 0.1587 | 15.8119 |
|
58 |
+
| No log | 4.0 | 250 | 0.1222 | 17.9026 |
|
59 |
+
| No log | 4.96 | 310 | 0.1109 | 18.8039 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
generation_config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
|
|
|
|
|
|
4 |
"transformers_version": "4.40.2"
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"forced_eos_token_id": 2,
|
6 |
+
"pad_token_id": 1,
|
7 |
"transformers_version": "4.40.2"
|
8 |
}
|