Steven Liu commited on
Commit
36e719f
1 Parent(s): 3ed5fce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  metrics:
21
  - name: Rouge1
22
  type: rouge
23
- value: 52.2582
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,12 +30,12 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 1.5234
34
- - Rouge1: 52.2582
35
- - Rouge2: 34.8162
36
- - Rougel: 50.5491
37
- - Rougelsum: 50.6121
38
- - Gen Len: 18.996
39
 
40
  ## Model description
41
 
@@ -65,12 +65,12 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
70
- | No log | 1.0 | 495 | 1.8113 | 58.4024 | 41.7432 | 56.9521 | 57.0516 | 18.9597 |
71
- | 2.709 | 2.0 | 990 | 1.6230 | 47.7769 | 32.1777 | 46.0344 | 46.046 | 18.996 |
72
- | 1.9323 | 3.0 | 1485 | 1.5459 | 51.2371 | 33.8242 | 49.4532 | 49.5038 | 18.996 |
73
- | 1.7842 | 4.0 | 1980 | 1.5234 | 52.2582 | 34.8162 | 50.5491 | 50.6121 | 18.996 |
74
 
75
 
76
  ### Framework versions
 
20
  metrics:
21
  - name: Rouge1
22
  type: rouge
23
+ value: 12.6315
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 2.3376
34
+ - Rouge1: 12.6315
35
+ - Rouge2: 6.9839
36
+ - Rougel: 10.9983
37
+ - Rougelsum: 11.9383
38
+ - Gen Len: 19.0
39
 
40
  ## Model description
41
 
 
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
70
+ | No log | 1.0 | 495 | 2.4805 | 9.9389 | 4.1239 | 8.3979 | 9.1599 | 19.0 |
71
+ | 3.1564 | 2.0 | 990 | 2.3833 | 12.1026 | 6.5196 | 10.5123 | 11.4527 | 19.0 |
72
+ | 2.66 | 3.0 | 1485 | 2.3496 | 12.5389 | 6.8686 | 10.8798 | 11.8636 | 19.0 |
73
+ | 2.5671 | 4.0 | 1980 | 2.3376 | 12.6315 | 6.9839 | 10.9983 | 11.9383 | 19.0 |
74
 
75
 
76
  ### Framework versions