update model card README.md
Browse files
README.md
CHANGED
@@ -3,26 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- billsum
|
8 |
metrics:
|
9 |
- rouge
|
10 |
model-index:
|
11 |
- name: my_awesome_billsum_model
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Sequence-to-sequence Language Modeling
|
15 |
-
type: text2text-generation
|
16 |
-
dataset:
|
17 |
-
name: billsum
|
18 |
-
type: billsum
|
19 |
-
config: default
|
20 |
-
split: ca_test
|
21 |
-
args: default
|
22 |
-
metrics:
|
23 |
-
- name: Rouge1
|
24 |
-
type: rouge
|
25 |
-
value: 0.1409
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,14 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# my_awesome_billsum_model
|
32 |
|
33 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Rouge1: 0.
|
37 |
-
- Rouge2: 0.
|
38 |
-
- Rougel: 0.
|
39 |
-
- Rougelsum: 0.
|
40 |
-
- Gen Len:
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -68,10 +53,10 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- rouge
|
8 |
model-index:
|
9 |
- name: my_awesome_billsum_model
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# my_awesome_billsum_model
|
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: 1.5768
|
21 |
+
- Rouge1: 0.3454
|
22 |
+
- Rouge2: 0.1108
|
23 |
+
- Rougel: 0.2865
|
24 |
+
- Rougelsum: 0.2866
|
25 |
+
- Gen Len: 18.752
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| 1.7371 | 1.0 | 779 | 1.6408 | 0.3309 | 0.0977 | 0.2751 | 0.2751 | 18.79 |
|
57 |
+
| 1.5146 | 2.0 | 1558 | 1.5945 | 0.3418 | 0.108 | 0.284 | 0.2842 | 18.766 |
|
58 |
+
| 1.4889 | 3.0 | 2337 | 1.5801 | 0.3452 | 0.1113 | 0.2863 | 0.2864 | 18.742 |
|
59 |
+
| 1.465 | 4.0 | 3116 | 1.5768 | 0.3454 | 0.1108 | 0.2865 | 0.2866 | 18.752 |
|
60 |
|
61 |
|
62 |
### Framework versions
|