Commit ·
3886538
1
Parent(s): 45c1f31
update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: mt5-small_summarization
|
| 7 |
results: []
|
|
@@ -15,6 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
- Loss: 3.1774
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -43,16 +49,16 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
-
|
| 48 |
-
| 17.7253 | 1.0 | 50 | 7.6921 |
|
| 49 |
-
| 9.8457 | 2.0 | 100 | 4.5604 |
|
| 50 |
-
| 6.2403 | 3.0 | 150 | 3.9071 |
|
| 51 |
-
| 5.2032 | 4.0 | 200 | 3.4869 |
|
| 52 |
-
| 4.8331 | 5.0 | 250 | 3.3472 |
|
| 53 |
-
| 4.526 | 6.0 | 300 | 3.2346 |
|
| 54 |
-
| 4.5378 | 7.0 | 350 | 3.1927 |
|
| 55 |
-
| 4.3278 | 8.0 | 400 | 3.1774 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- rouge
|
| 7 |
model-index:
|
| 8 |
- name: mt5-small_summarization
|
| 9 |
results: []
|
|
|
|
| 17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 3.1774
|
| 20 |
+
- Rouge1: 18.2118
|
| 21 |
+
- Rouge2: 6.6244
|
| 22 |
+
- Rougel: 15.4682
|
| 23 |
+
- Rougelsum: 15.3942
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
| 53 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
| 54 |
+
| 17.7253 | 1.0 | 50 | 7.6921 | 6.677 | 1.1111 | 6.5586 | 6.6861 |
|
| 55 |
+
| 9.8457 | 2.0 | 100 | 4.5604 | 12.8991 | 1.9103 | 11.2559 | 10.9036 |
|
| 56 |
+
| 6.2403 | 3.0 | 150 | 3.9071 | 16.463 | 4.0695 | 14.3098 | 14.4065 |
|
| 57 |
+
| 5.2032 | 4.0 | 200 | 3.4869 | 17.6601 | 4.0878 | 14.2931 | 14.2743 |
|
| 58 |
+
| 4.8331 | 5.0 | 250 | 3.3472 | 18.5241 | 5.3312 | 15.8993 | 16.0559 |
|
| 59 |
+
| 4.526 | 6.0 | 300 | 3.2346 | 19.0264 | 5.7839 | 15.8013 | 16.1208 |
|
| 60 |
+
| 4.5378 | 7.0 | 350 | 3.1927 | 18.9843 | 6.992 | 16.3787 | 16.3574 |
|
| 61 |
+
| 4.3278 | 8.0 | 400 | 3.1774 | 18.2118 | 6.6244 | 15.4682 | 15.3942 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|