update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value: 15.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,10 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the wiki_lingua dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 2.4218
|
36 |
-
- Rouge1: 15.
|
37 |
-
- Rouge2: 4.
|
38 |
-
- Rougel: 13.
|
39 |
-
- Rougelsum: 14.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -67,9 +67,9 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
70 |
-
| 3.5656 | 1.0 | 4939 | 2.5421 | 14.
|
71 |
-
| 2.9444 | 2.0 | 9878 | 2.4492 | 14.
|
72 |
-
| 2.8378 | 3.0 | 14817 | 2.4218 | 15.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 15.2299
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the wiki_lingua dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 2.4218
|
36 |
+
- Rouge1: 15.2299
|
37 |
+
- Rouge2: 4.4912
|
38 |
+
- Rougel: 13.4991
|
39 |
+
- Rougelsum: 14.9193
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
69 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
70 |
+
| 3.5656 | 1.0 | 4939 | 2.5421 | 14.4738 | 4.064 | 12.7061 | 14.1813 |
|
71 |
+
| 2.9444 | 2.0 | 9878 | 2.4492 | 14.8349 | 4.3457 | 13.16 | 14.5623 |
|
72 |
+
| 2.8378 | 3.0 | 14817 | 2.4218 | 15.2299 | 4.4912 | 13.4991 | 14.9193 |
|
73 |
|
74 |
|
75 |
### Framework versions
|