lillianyu commited on
Commit
016c7e8
1 Parent(s): d0b7513

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
- value: 0.1404
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.5029
35
- - Rouge1: 0.1404
36
- - Rouge2: 0.0484
37
- - Rougel: 0.1144
38
- - Rougelsum: 0.1146
39
  - Gen Len: 19.0
40
 
41
  ## Model description
@@ -68,15 +68,15 @@ 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.7937 | 0.1279 | 0.0333 | 0.1048 | 0.1051 | 19.0 |
72
- | No log | 2.0 | 124 | 2.5847 | 0.1379 | 0.0453 | 0.1138 | 0.1138 | 19.0 |
73
- | No log | 3.0 | 186 | 2.5205 | 0.1399 | 0.0479 | 0.1132 | 0.1133 | 19.0 |
74
- | No log | 4.0 | 248 | 2.5029 | 0.1404 | 0.0484 | 0.1144 | 0.1146 | 19.0 |
75
 
76
 
77
  ### Framework versions
78
 
79
  - Transformers 4.28.0
80
  - Pytorch 2.0.1+cu118
81
- - Datasets 2.14.1
82
  - Tokenizers 0.13.3
 
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
+ value: 0.1401
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.6075
35
+ - Rouge1: 0.1401
36
+ - Rouge2: 0.0481
37
+ - Rougel: 0.1154
38
+ - Rougelsum: 0.1156
39
  - Gen Len: 19.0
40
 
41
  ## Model description
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
71
+ | No log | 1.0 | 62 | 2.9015 | 0.1244 | 0.0356 | 0.1041 | 0.1043 | 19.0 |
72
+ | No log | 2.0 | 124 | 2.6856 | 0.1355 | 0.0462 | 0.1133 | 0.1135 | 19.0 |
73
+ | No log | 3.0 | 186 | 2.6259 | 0.1397 | 0.0477 | 0.115 | 0.1151 | 19.0 |
74
+ | No log | 4.0 | 248 | 2.6075 | 0.1401 | 0.0481 | 0.1154 | 0.1156 | 19.0 |
75
 
76
 
77
  ### Framework versions
78
 
79
  - Transformers 4.28.0
80
  - Pytorch 2.0.1+cu118
81
+ - Datasets 2.14.2
82
  - Tokenizers 0.13.3