Commit
·
bb9a073
1
Parent(s):
f5954d9
update model card README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Rouge2 Precision: 0.
|
19 |
-
- Rouge2 Recall: 0.
|
20 |
-
- Rouge2 Fmeasure: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,17 +42,22 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
51 |
-
| No log | 1.0 |
|
52 |
-
| No log | 2.0 |
|
53 |
-
| No log | 3.0 |
|
54 |
-
| No log | 4.0 |
|
55 |
-
| No log | 5.0 |
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.1089
|
18 |
+
- Rouge2 Precision: 0.5759
|
19 |
+
- Rouge2 Recall: 0.2135
|
20 |
+
- Rouge2 Fmeasure: 0.306
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 10
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
51 |
+
| No log | 1.0 | 79 | 0.3504 | 0.3762 | 0.1435 | 0.2038 |
|
52 |
+
| No log | 2.0 | 158 | 0.2444 | 0.4303 | 0.1587 | 0.2278 |
|
53 |
+
| No log | 3.0 | 237 | 0.1943 | 0.4982 | 0.1802 | 0.2612 |
|
54 |
+
| No log | 4.0 | 316 | 0.1622 | 0.5267 | 0.1882 | 0.2741 |
|
55 |
+
| No log | 5.0 | 395 | 0.1423 | 0.5596 | 0.2042 | 0.2946 |
|
56 |
+
| No log | 6.0 | 474 | 0.1284 | 0.5718 | 0.2118 | 0.3038 |
|
57 |
+
| 0.365 | 7.0 | 553 | 0.1199 | 0.574 | 0.2119 | 0.3042 |
|
58 |
+
| 0.365 | 8.0 | 632 | 0.1139 | 0.5761 | 0.2135 | 0.3059 |
|
59 |
+
| 0.365 | 9.0 | 711 | 0.1100 | 0.5757 | 0.2134 | 0.3057 |
|
60 |
+
| 0.365 | 10.0 | 790 | 0.1089 | 0.5759 | 0.2135 | 0.306 |
|
61 |
|
62 |
|
63 |
### Framework versions
|