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/t5-small-ssm-nq](https://huggingface.co/google/t5-small-ssm-nq) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.
|
20 |
-
- Rouge1: 0.
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel: 0.
|
23 |
-
- Rougelsum: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -49,23 +49,20 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step
|
53 |
-
|
54 |
-
| 3.
|
55 |
-
| 3.
|
56 |
-
| 2.
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.3043 | 13.0 | 9230 | 2.8091 | 0.1704 | 0.0943 | 0.1460 | 0.1457 |
|
67 |
-
| 1.2868 | 14.0 | 9940 | 2.8390 | 0.1553 | 0.0854 | 0.1327 | 0.1324 |
|
68 |
-
| 1.176 | 15.0 | 10650 | 2.9381 | 0.1633 | 0.0907 | 0.1394 | 0.1393 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/t5-small-ssm-nq](https://huggingface.co/google/t5-small-ssm-nq) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.8099
|
20 |
+
- Rouge1: 0.1493
|
21 |
+
- Rouge2: 0.0837
|
22 |
+
- Rougel: 0.1272
|
23 |
+
- Rougelsum: 0.1270
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
54 |
+
| 3.8208 | 1.0 | 710 | 2.7856 | 0.1267 | 0.0644 | 0.1086 | 0.1084 |
|
55 |
+
| 3.0532 | 2.0 | 1420 | 2.6247 | 0.1321 | 0.0721 | 0.1145 | 0.1144 |
|
56 |
+
| 2.5656 | 3.0 | 2130 | 2.5062 | 0.1399 | 0.0773 | 0.1213 | 0.1213 |
|
57 |
+
| 2.3806 | 4.0 | 2840 | 2.5004 | 0.1431 | 0.0805 | 0.1243 | 0.1241 |
|
58 |
+
| 2.157 | 5.0 | 3550 | 2.5008 | 0.1455 | 0.0808 | 0.1255 | 0.1254 |
|
59 |
+
| 2.0458 | 6.0 | 4260 | 2.5313 | 0.1510 | 0.0846 | 0.1303 | 0.1301 |
|
60 |
+
| 1.914 | 7.0 | 4970 | 2.5298 | 0.1585 | 0.0885 | 0.1361 | 0.1358 |
|
61 |
+
| 1.7479 | 8.0 | 5680 | 2.5832 | 0.1508 | 0.0844 | 0.1292 | 0.1291 |
|
62 |
+
| 1.6875 | 9.0 | 6390 | 2.5928 | 0.1493 | 0.0834 | 0.1281 | 0.1279 |
|
63 |
+
| 1.574 | 10.0 | 7100 | 2.6364 | 0.1591 | 0.0885 | 0.1364 | 0.1363 |
|
64 |
+
| 1.4554 | 11.0 | 7810 | 2.6978 | 0.1513 | 0.0849 | 0.1295 | 0.1295 |
|
65 |
+
| 1.3909 | 12.0 | 8520 | 2.8099 | 0.1493 | 0.0837 | 0.1272 | 0.1270 |
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|