ketong3906
commited on
Commit
•
da1d1eb
1
Parent(s):
01072b9
update model card README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,12 @@
|
|
1 |
---
|
2 |
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.1435
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,13 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
# my_awesome_billsum_model
|
32 |
|
33 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
34 |
-
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 2.5437
|
36 |
-
- Rouge1: 0.1435
|
37 |
-
- Rouge2: 0.0517
|
38 |
-
- Rougel: 0.1186
|
39 |
-
- Rougelsum: 0.1186
|
40 |
-
- Gen Len: 19.0
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -63,20 +40,11 @@ The following hyperparameters were used during training:
|
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
65 |
- num_epochs: 4
|
66 |
-
|
67 |
-
### Training results
|
68 |
-
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
70 |
-
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
71 |
-
| No log | 1.0 | 62 | 2.8391 | 0.1268 | 0.0345 | 0.1057 | 0.1057 | 19.0 |
|
72 |
-
| No log | 2.0 | 124 | 2.6240 | 0.1377 | 0.0446 | 0.1132 | 0.1132 | 19.0 |
|
73 |
-
| No log | 3.0 | 186 | 2.5605 | 0.1429 | 0.0509 | 0.1181 | 0.1179 | 19.0 |
|
74 |
-
| No log | 4.0 | 248 | 2.5437 | 0.1435 | 0.0517 | 0.1186 | 0.1186 | 19.0 |
|
75 |
-
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
-
- Transformers 4.
|
80 |
- Pytorch 2.0.1+cu118
|
81 |
-
- Datasets 2.
|
82 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- billsum
|
|
|
|
|
7 |
model-index:
|
8 |
- name: my_awesome_billsum_model
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
# my_awesome_billsum_model
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 4
|
43 |
+
- mixed_precision_training: Native AMP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Framework versions
|
46 |
|
47 |
+
- Transformers 4.26.1
|
48 |
- Pytorch 2.0.1+cu118
|
49 |
+
- Datasets 2.14.0
|
50 |
- Tokenizers 0.13.3
|