smitz94 commited on
Commit
70eb30a
1 Parent(s): 9255447

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -27
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 the billsum dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 2.5350
36
- - Rouge1: 0.1409
37
- - Rouge2: 0.0509
38
- - Rougel: 0.1163
39
- - Rougelsum: 0.1165
40
- - Gen Len: 19.0
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
- | No log | 1.0 | 62 | 2.8359 | 0.1219 | 0.0333 | 0.1029 | 0.1031 | 19.0 |
72
- | No log | 2.0 | 124 | 2.6156 | 0.1363 | 0.0468 | 0.1131 | 0.1132 | 19.0 |
73
- | No log | 3.0 | 186 | 2.5540 | 0.1398 | 0.0514 | 0.1154 | 0.1158 | 19.0 |
74
- | No log | 4.0 | 248 | 2.5350 | 0.1409 | 0.0509 | 0.1163 | 0.1165 | 19.0 |
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