update model card README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,14 +51,14 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 18.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 8.7815
|
20 |
+
- Rouge1: 4.2262
|
21 |
+
- Rouge2: 0.4191
|
22 |
+
- Rougel: 3.9794
|
23 |
+
- Rougelsum: 4.0106
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
54 |
+
| 24.5955 | 1.0 | 13 | 14.1001 | 3.1611 | 0.5122 | 2.9982 | 3.0234 |
|
55 |
+
| 21.452 | 2.0 | 26 | 12.4275 | 3.4559 | 0.5141 | 3.2461 | 3.256 |
|
56 |
+
| 19.6974 | 3.0 | 39 | 11.2369 | 3.5799 | 0.5058 | 3.4025 | 3.4185 |
|
57 |
+
| 18.2054 | 4.0 | 52 | 10.0774 | 4.0976 | 0.5831 | 3.8641 | 3.8412 |
|
58 |
+
| 15.314 | 5.0 | 65 | 9.5101 | 3.9583 | 0.4948 | 3.7593 | 3.7337 |
|
59 |
+
| 14.3465 | 6.0 | 78 | 9.0434 | 4.1681 | 0.437 | 3.8628 | 3.8584 |
|
60 |
+
| 15.0109 | 7.0 | 91 | 8.8574 | 4.3665 | 0.5 | 4.086 | 4.1242 |
|
61 |
+
| 15.2609 | 8.0 | 104 | 8.7815 | 4.2262 | 0.4191 | 3.9794 | 4.0106 |
|
62 |
|
63 |
|
64 |
### Framework versions
|