abhraskygod commited on
Commit
6874e90
1 Parent(s): 51a6815

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
- value: 0.1442
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.4846
35
- - Rouge1: 0.1442
36
- - Rouge2: 0.0551
37
- - Rougel: 0.119
38
- - Rougelsum: 0.119
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.7863 | 0.1305 | 0.0403 | 0.1102 | 0.1102 | 19.0 |
72
- | No log | 2.0 | 124 | 2.5675 | 0.1403 | 0.051 | 0.117 | 0.1169 | 19.0 |
73
- | No log | 3.0 | 186 | 2.5011 | 0.1415 | 0.0521 | 0.1175 | 0.1173 | 19.0 |
74
- | No log | 4.0 | 248 | 2.4846 | 0.1442 | 0.0551 | 0.119 | 0.119 | 19.0 |
75
 
76
 
77
  ### Framework versions
78
 
79
- - Transformers 4.27.3
80
- - Pytorch 1.13.1+cu116
81
- - Datasets 2.10.1
82
- - Tokenizers 0.13.2
 
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
+ value: 0.1405
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.5038
35
+ - Rouge1: 0.1405
36
+ - Rouge2: 0.052
37
+ - Rougel: 0.118
38
+ - Rougelsum: 0.118
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.7891 | 0.1277 | 0.0374 | 0.1074 | 0.1075 | 19.0 |
72
+ | No log | 2.0 | 124 | 2.5840 | 0.1334 | 0.0446 | 0.111 | 0.1109 | 19.0 |
73
+ | No log | 3.0 | 186 | 2.5207 | 0.1388 | 0.0518 | 0.1162 | 0.1162 | 19.0 |
74
+ | No log | 4.0 | 248 | 2.5038 | 0.1405 | 0.052 | 0.118 | 0.118 | 19.0 |
75
 
76
 
77
  ### Framework versions
78
 
79
+ - Transformers 4.27.4
80
+ - Pytorch 2.0.0+cu118
81
+ - Datasets 2.11.0
82
+ - Tokenizers 0.13.3