Commit
·
2ea1477
1
Parent(s):
cb97a5f
update model card README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel: 35.
|
24 |
-
- Rougelsum:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -41,25 +41,22 @@ More information needed
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 5.6e-05
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
-
| 3.
|
56 |
-
| 2.
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 2.2775 | 6.0 | 270 | 2.2114 | 40.8535 | 19.2204 | 35.8137 | 36.1612 |
|
61 |
-
| 2.2247 | 7.0 | 315 | 2.2060 | 41.0105 | 19.7689 | 36.0327 | 36.3554 |
|
62 |
-
| 2.2412 | 8.0 | 360 | 2.2040 | 41.009 | 19.7854 | 35.9964 | 36.3683 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.3633
|
21 |
+
- Rouge1: 40.5438
|
22 |
+
- Rouge2: 17.4543
|
23 |
+
- Rougel: 35.3889
|
24 |
+
- Rougelsum: 35.8547
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 5.6e-05
|
44 |
+
- train_batch_size: 10
|
45 |
+
- eval_batch_size: 10
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 3.2731 | 1.0 | 36 | 2.7149 | 31.9322 | 12.2221 | 27.5812 | 27.7701 |
|
56 |
+
| 2.7097 | 2.0 | 72 | 2.4906 | 38.1302 | 15.5635 | 32.8281 | 33.1249 |
|
57 |
+
| 2.5515 | 3.0 | 108 | 2.4084 | 40.3328 | 17.3795 | 34.7863 | 35.0262 |
|
58 |
+
| 2.4601 | 4.0 | 144 | 2.3730 | 40.4377 | 17.2083 | 35.3265 | 35.7168 |
|
59 |
+
| 2.377 | 5.0 | 180 | 2.3633 | 40.5438 | 17.4543 | 35.3889 | 35.8547 |
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|