End of training
Browse files
README.md
CHANGED
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Bleu Score:
|
24 |
-
- Precision:
|
25 |
-
- Recall:
|
26 |
-
- Gen Len: 16.
|
27 |
-
- Err:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,16 +49,15 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:-------:|:-------:|:-------:|
|
58 |
-
| 2.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.4951 | 4.0 | 3352 | 0.3417 | 47.0526 | 17.2043 | 17.2043 | 16.8315 | 17.2043 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4030
|
23 |
+
- Bleu Score: 45.1405
|
24 |
+
- Precision: 13.3811
|
25 |
+
- Recall: 13.3811
|
26 |
+
- Gen Len: 16.8196
|
27 |
+
- Err: 13.3811
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 3
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:-------:|:-------:|:-------:|
|
58 |
+
| 2.8374 | 1.0 | 838 | 0.5595 | 41.3763 | 7.1685 | 7.1685 | 16.7802 | 7.1685 |
|
59 |
+
| 0.7564 | 2.0 | 1676 | 0.4503 | 44.4878 | 12.0669 | 12.0669 | 16.8124 | 12.0669 |
|
60 |
+
| 0.6103 | 3.0 | 2514 | 0.4030 | 45.1405 | 13.3811 | 13.3811 | 16.8196 | 13.3811 |
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
logs/events.out.tfevents.1728135725.56571babd82e.1261.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51f1644de5904b04084107b7355ed1ef2d1beaf021c26df3a883d9acd0854d8d
|
3 |
+
size 7750
|