Commit
·
e529666
1
Parent(s):
07bccf1
update model card README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.1110
|
18 |
-
- Rouge2 Precision: 0.
|
19 |
-
- Rouge2 Recall: 0.
|
20 |
-
- Rouge2 Fmeasure: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,20 +48,20 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
51 |
-
| 0.1975 | 1.0 | 4049 | 0.1602 | 0.
|
52 |
-
| 0.1643 | 2.0 | 8098 | 0.1371 | 0.
|
53 |
| 0.1501 | 3.0 | 12147 | 0.1280 | 0.816 | 0.7247 | 0.7605 |
|
54 |
-
| 0.1403 | 4.0 | 16196 | 0.1216 | 0.8213 | 0.7305 | 0.
|
55 |
-
| 0.1317 | 5.0 | 20245 | 0.1176 | 0.8237 | 0.7325 | 0.
|
56 |
-
| 0.1267 | 6.0 | 24294 | 0.1150 | 0.8264 | 0.7344 | 0.
|
57 |
-
| 0.1271 | 7.0 | 28343 | 0.1133 | 0.
|
58 |
-
| 0.1199 | 8.0 | 32392 | 0.1121 | 0.
|
59 |
-
| 0.1167 | 9.0 | 36441 | 0.1111 | 0.8305 | 0.
|
60 |
-
| 0.1158 | 10.0 | 40490 | 0.1110 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.
|
66 |
- Pytorch 1.12.1+cu113
|
67 |
-
- Tokenizers 0.
|
|
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.1110
|
18 |
+
- Rouge2 Precision: 0.8308
|
19 |
+
- Rouge2 Recall: 0.7395
|
20 |
+
- Rouge2 Fmeasure: 0.7754
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
51 |
+
| 0.1975 | 1.0 | 4049 | 0.1602 | 0.788 | 0.7008 | 0.7346 |
|
52 |
+
| 0.1643 | 2.0 | 8098 | 0.1371 | 0.8071 | 0.7164 | 0.752 |
|
53 |
| 0.1501 | 3.0 | 12147 | 0.1280 | 0.816 | 0.7247 | 0.7605 |
|
54 |
+
| 0.1403 | 4.0 | 16196 | 0.1216 | 0.8213 | 0.7305 | 0.7662 |
|
55 |
+
| 0.1317 | 5.0 | 20245 | 0.1176 | 0.8237 | 0.7325 | 0.7684 |
|
56 |
+
| 0.1267 | 6.0 | 24294 | 0.1150 | 0.8264 | 0.7344 | 0.7705 |
|
57 |
+
| 0.1271 | 7.0 | 28343 | 0.1133 | 0.8286 | 0.7372 | 0.7732 |
|
58 |
+
| 0.1199 | 8.0 | 32392 | 0.1121 | 0.8295 | 0.7384 | 0.7743 |
|
59 |
+
| 0.1167 | 9.0 | 36441 | 0.1111 | 0.8305 | 0.7391 | 0.775 |
|
60 |
+
| 0.1158 | 10.0 | 40490 | 0.1110 | 0.8308 | 0.7395 | 0.7754 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.23.1
|
66 |
- Pytorch 1.12.1+cu113
|
67 |
+
- Tokenizers 0.13.1
|