Training complete
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Model Preparation Time: 0.
|
24 |
-
- Sacrebleu:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -53,6 +53,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2561
|
23 |
+
- Model Preparation Time: 0.0049
|
24 |
+
- Sacrebleu: 27.4762
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Sacrebleu |
|
57 |
+
|:-------------:|:-------:|:-----:|:---------------:|:----------------------:|:---------:|
|
58 |
+
| 0.1191 | 21.3333 | 20000 | 0.2198 | 0.0049 | 27.3651 |
|
59 |
+
| 0.009 | 42.6667 | 40000 | 0.2546 | 0.0049 | 27.4868 |
|
60 |
|
61 |
|
62 |
### Framework versions
|