Training complete
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ 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 an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 3.
|
23 |
-
- Rouge1:
|
24 |
-
- Rouge2:
|
25 |
-
- Rougel: 16.
|
26 |
-
- Rougelsum: 16.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,14 +54,14 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
57 |
-
|
|
58 |
-
| 3.
|
59 |
-
| 3.
|
60 |
-
| 3.
|
61 |
-
| 3.
|
62 |
-
| 3.
|
63 |
-
| 3.
|
64 |
-
| 3.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 3.0303
|
23 |
+
- Rouge1: 16.6072
|
24 |
+
- Rouge2: 7.5336
|
25 |
+
- Rougel: 16.1402
|
26 |
+
- Rougelsum: 16.1129
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
57 |
+
| 6.9675 | 1.0 | 1209 | 3.2986 | 15.3583 | 6.7842 | 14.8665 | 14.8268 |
|
58 |
+
| 3.8997 | 2.0 | 2418 | 3.1665 | 16.4507 | 7.5059 | 15.7996 | 15.861 |
|
59 |
+
| 3.5826 | 3.0 | 3627 | 3.1106 | 17.1966 | 8.2927 | 16.6054 | 16.4505 |
|
60 |
+
| 3.421 | 4.0 | 4836 | 3.0963 | 17.3181 | 8.7401 | 16.8773 | 16.8044 |
|
61 |
+
| 3.3089 | 5.0 | 6045 | 3.0490 | 16.7047 | 7.5184 | 16.2967 | 16.1796 |
|
62 |
+
| 3.2437 | 6.0 | 7254 | 3.0401 | 16.6837 | 7.8027 | 16.0671 | 16.0037 |
|
63 |
+
| 3.2133 | 7.0 | 8463 | 3.0292 | 16.3691 | 7.5515 | 16.012 | 15.9647 |
|
64 |
+
| 3.1851 | 8.0 | 9672 | 3.0303 | 16.6072 | 7.5336 | 16.1402 | 16.1129 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
runs/Dec03_22-51-16_475927a3c946/events.out.tfevents.1733266302.475927a3c946.1019.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:f01ccdd37ea28f6c72202f3c3591b585cefa0b1a71c0eb094e1ff5f7f8a44521
|
3 |
+
size 11223
|
runs/Dec03_22-51-16_475927a3c946/events.out.tfevents.1733270187.475927a3c946.1019.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59d37cf3965700c45b905add81c7c068fe6c805793cab3539e8cb80d538b0887
|
3 |
+
size 562
|