End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
-
base_model: VietAI/vit5-
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# BaViT5_v01
|
18 |
|
19 |
-
This model is a fine-tuned version of [VietAI/vit5-
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Sacrebleu:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -51,18 +51,21 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
+
base_model: VietAI/vit5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
16 |
|
17 |
# BaViT5_v01
|
18 |
|
19 |
+
This model is a fine-tuned version of [VietAI/vit5-base](https://huggingface.co/VietAI/vit5-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4623
|
22 |
+
- Sacrebleu: 14.3803
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|
|
54 |
+
| 0.6515 | 1.0 | 2966 | 0.5899 | 7.7723 |
|
55 |
+
| 0.576 | 2.0 | 5932 | 0.5257 | 10.4904 |
|
56 |
+
| 0.4939 | 3.0 | 8898 | 0.4969 | 11.8064 |
|
57 |
+
| 0.4842 | 4.0 | 11864 | 0.4793 | 12.5193 |
|
58 |
+
| 0.4459 | 5.0 | 14830 | 0.4704 | 12.9876 |
|
59 |
+
| 0.4222 | 6.0 | 17796 | 0.4632 | 13.2632 |
|
60 |
+
| 0.4005 | 7.0 | 20762 | 0.4612 | 13.5868 |
|
61 |
+
| 0.3869 | 8.0 | 23728 | 0.4580 | 13.8162 |
|
62 |
+
| 0.381 | 9.0 | 26694 | 0.4556 | 13.9756 |
|
63 |
+
| 0.3594 | 10.0 | 29660 | 0.4561 | 14.0827 |
|
64 |
+
| 0.363 | 11.0 | 32626 | 0.4578 | 14.1701 |
|
65 |
+
| 0.3427 | 12.0 | 35592 | 0.4591 | 14.2903 |
|
66 |
+
| 0.3425 | 13.0 | 38558 | 0.4603 | 14.3091 |
|
67 |
+
| 0.3377 | 14.0 | 41524 | 0.4611 | 14.3649 |
|
68 |
+
| 0.314 | 15.0 | 44490 | 0.4623 | 14.3803 |
|
69 |
|
70 |
|
71 |
### Framework versions
|