52101007-HuynhQuocTruong
commited on
Commit
•
948df1c
1
Parent(s):
666ea0f
Training complete
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
21 |
-
- Sacrebleu:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,27 +38,25 @@ More information needed
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
44 |
- gradient_accumulation_steps: 4
|
45 |
-
- total_train_batch_size:
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
54 |
-
| No log | 0
|
55 |
-
| No log | 2.0 |
|
56 |
-
| No log |
|
57 |
-
| No log | 4.0 |
|
58 |
-
| No log |
|
59 |
-
| No log | 6.0 | 75 | 0.2758 | 13.4012 |
|
60 |
-
| No log | 6.96 | 87 | 0.2629 | 13.7842 |
|
61 |
-
| No log | 7.68 | 96 | 0.2603 | 13.8971 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
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.0561
|
21 |
+
- Sacrebleu: 22.9297
|
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
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
55 |
+
| No log | 1.0 | 104 | 0.0988 | 17.3540 |
|
56 |
+
| No log | 2.0 | 208 | 0.0661 | 21.5130 |
|
57 |
+
| No log | 3.0 | 312 | 0.0593 | 22.4272 |
|
58 |
+
| No log | 4.0 | 416 | 0.0564 | 22.8821 |
|
59 |
+
| No log | 5.0 | 520 | 0.0561 | 22.9297 |
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|