update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,11 +31,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 2.
|
35 |
-
- Rouge1: 0.
|
36 |
-
- Rouge2: 0.
|
37 |
-
- Rougel: 0.
|
38 |
-
- Rougelsum: 0.
|
39 |
- Gen Len: 19.0
|
40 |
|
41 |
## Model description
|
@@ -69,10 +69,10 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
72 |
-
| No log | 1.0 |
|
73 |
-
| No log | 2.0 |
|
74 |
-
| No log | 3.0 |
|
75 |
-
| No log | 4.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
+
value: 0.1394
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.5824
|
35 |
+
- Rouge1: 0.1394
|
36 |
+
- Rouge2: 0.0502
|
37 |
+
- Rougel: 0.1134
|
38 |
+
- Rougelsum: 0.1133
|
39 |
- Gen Len: 19.0
|
40 |
|
41 |
## Model description
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
72 |
+
| No log | 1.0 | 55 | 2.9056 | 0.1255 | 0.0372 | 0.1049 | 0.1049 | 19.0 |
|
73 |
+
| No log | 2.0 | 110 | 2.6665 | 0.1345 | 0.0456 | 0.1098 | 0.11 | 19.0 |
|
74 |
+
| No log | 3.0 | 165 | 2.6010 | 0.1378 | 0.0485 | 0.1122 | 0.1123 | 19.0 |
|
75 |
+
| No log | 4.0 | 220 | 2.5824 | 0.1394 | 0.0502 | 0.1134 | 0.1133 | 19.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|