Steven Liu
commited on
Commit
•
36e719f
1
Parent(s):
3ed5fce
update model card README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Rouge1
|
22 |
type: rouge
|
23 |
-
value:
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,12 +30,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss:
|
34 |
-
- Rouge1:
|
35 |
-
- Rouge2:
|
36 |
-
- Rougel:
|
37 |
-
- Rougelsum:
|
38 |
-
- Gen Len:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -65,12 +65,12 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2
|
69 |
-
|
70 |
-
| No log | 1.0 | 495 |
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Rouge1
|
22 |
type: rouge
|
23 |
+
value: 12.6315
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 2.3376
|
34 |
+
- Rouge1: 12.6315
|
35 |
+
- Rouge2: 6.9839
|
36 |
+
- Rougel: 10.9983
|
37 |
+
- Rougelsum: 11.9383
|
38 |
+
- Gen Len: 19.0
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
70 |
+
| No log | 1.0 | 495 | 2.4805 | 9.9389 | 4.1239 | 8.3979 | 9.1599 | 19.0 |
|
71 |
+
| 3.1564 | 2.0 | 990 | 2.3833 | 12.1026 | 6.5196 | 10.5123 | 11.4527 | 19.0 |
|
72 |
+
| 2.66 | 3.0 | 1485 | 2.3496 | 12.5389 | 6.8686 | 10.8798 | 11.8636 | 19.0 |
|
73 |
+
| 2.5671 | 4.0 | 1980 | 2.3376 | 12.6315 | 6.9839 | 10.9983 | 11.9383 | 19.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|