Training complete
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Rouge1: 0.
|
23 |
- Rouge2: 0.0
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 5.5749
|
22 |
+
- Rouge1: 0.1757
|
23 |
- Rouge2: 0.0
|
24 |
+
- Rougel: 0.1757
|
25 |
+
- Rougelsum: 0.1757
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
56 |
+
| 20.4559 | 1.0 | 250 | 8.6810 | 0.0 | 0.0 | 0.0 | 0.0 |
|
57 |
+
| 9.5672 | 2.0 | 500 | 5.4642 | 0.0 | 0.0 | 0.0 | 0.0 |
|
58 |
+
| 6.3205 | 3.0 | 750 | 5.6638 | 0.0 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| 5.3432 | 4.0 | 1000 | 5.6325 | 0.1757 | 0.0 | 0.1757 | 0.1757 |
|
60 |
+
| 4.9042 | 5.0 | 1250 | 5.6978 | 0.0 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| 4.6882 | 6.0 | 1500 | 5.6566 | 0.0 | 0.0 | 0.0 | 0.0 |
|
62 |
+
| 4.538 | 7.0 | 1750 | 5.5962 | 0.0 | 0.0 | 0.0 | 0.0 |
|
63 |
+
| 4.4857 | 8.0 | 2000 | 5.5749 | 0.1757 | 0.0 | 0.1757 | 0.1757 |
|
64 |
|
65 |
|
66 |
### Framework versions
|