eschorn commited on
Commit
16bb571
1 Parent(s): bd7b6d3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -28
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
- value: 0.083
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,12 +31,12 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the billsum dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: nan
35
- - Rouge1: 0.083
36
- - Rouge2: 0.0213
37
- - Rougel: 0.0689
38
- - Rougelsum: 0.0688
39
- - Gen Len: 13.4718
40
 
41
  ## Model description
42
 
@@ -62,32 +62,31 @@ The following hyperparameters were used during training:
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
  - num_epochs: 20
65
- - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
71
- | No log | 1.0 | 124 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
72
- | No log | 2.0 | 248 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
73
- | No log | 3.0 | 372 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
74
- | No log | 4.0 | 496 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
75
- | 0.0 | 5.0 | 620 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
76
- | 0.0 | 6.0 | 744 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
77
- | 0.0 | 7.0 | 868 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
78
- | 0.0 | 8.0 | 992 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
79
- | 0.0 | 9.0 | 1116 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
80
- | 0.0 | 10.0 | 1240 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
81
- | 0.0 | 11.0 | 1364 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
82
- | 0.0 | 12.0 | 1488 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
83
- | 0.0 | 13.0 | 1612 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
84
- | 0.0 | 14.0 | 1736 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
85
- | 0.0 | 15.0 | 1860 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
86
- | 0.0 | 16.0 | 1984 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
87
- | 0.0 | 17.0 | 2108 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
88
- | 0.0 | 18.0 | 2232 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
89
- | 0.0 | 19.0 | 2356 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
90
- | 0.0 | 20.0 | 2480 | nan | 0.083 | 0.0213 | 0.0689 | 0.0688 | 13.4718 |
91
 
92
 
93
  ### Framework versions
 
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
+ value: 0.1982
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 [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the billsum dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.9346
35
+ - Rouge1: 0.1982
36
+ - Rouge2: 0.1052
37
+ - Rougel: 0.1709
38
+ - Rougelsum: 0.1711
39
+ - Gen Len: 19.0
40
 
41
  ## Model description
42
 
 
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
  - num_epochs: 20
 
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
70
+ | No log | 1.0 | 124 | 2.2154 | 0.1881 | 0.0892 | 0.1571 | 0.157 | 18.996 |
71
+ | No log | 2.0 | 248 | 2.1455 | 0.2003 | 0.1039 | 0.1695 | 0.1696 | 19.0 |
72
+ | No log | 3.0 | 372 | 2.0963 | 0.2011 | 0.1043 | 0.1706 | 0.1706 | 19.0 |
73
+ | No log | 4.0 | 496 | 2.0696 | 0.2014 | 0.105 | 0.1708 | 0.1708 | 19.0 |
74
+ | 2.4198 | 5.0 | 620 | 2.0437 | 0.1991 | 0.1016 | 0.1693 | 0.1694 | 19.0 |
75
+ | 2.4198 | 6.0 | 744 | 2.0256 | 0.1983 | 0.1016 | 0.1694 | 0.1695 | 19.0 |
76
+ | 2.4198 | 7.0 | 868 | 2.0109 | 0.2003 | 0.1044 | 0.1702 | 0.1705 | 19.0 |
77
+ | 2.4198 | 8.0 | 992 | 1.9969 | 0.1981 | 0.1025 | 0.1692 | 0.1694 | 19.0 |
78
+ | 2.2056 | 9.0 | 1116 | 1.9849 | 0.1984 | 0.103 | 0.1696 | 0.1699 | 19.0 |
79
+ | 2.2056 | 10.0 | 1240 | 1.9738 | 0.1985 | 0.1032 | 0.1702 | 0.1704 | 19.0 |
80
+ | 2.2056 | 11.0 | 1364 | 1.9661 | 0.1976 | 0.1029 | 0.1694 | 0.1697 | 19.0 |
81
+ | 2.2056 | 12.0 | 1488 | 1.9591 | 0.1986 | 0.1038 | 0.1704 | 0.1706 | 19.0 |
82
+ | 2.1209 | 13.0 | 1612 | 1.9535 | 0.1994 | 0.1045 | 0.1708 | 0.1709 | 19.0 |
83
+ | 2.1209 | 14.0 | 1736 | 1.9486 | 0.1986 | 0.1047 | 0.1706 | 0.1708 | 19.0 |
84
+ | 2.1209 | 15.0 | 1860 | 1.9440 | 0.1988 | 0.1053 | 0.1709 | 0.1711 | 19.0 |
85
+ | 2.1209 | 16.0 | 1984 | 1.9406 | 0.1983 | 0.1057 | 0.1708 | 0.1709 | 19.0 |
86
+ | 2.0754 | 17.0 | 2108 | 1.9378 | 0.199 | 0.1062 | 0.1712 | 0.1712 | 19.0 |
87
+ | 2.0754 | 18.0 | 2232 | 1.9361 | 0.1986 | 0.1057 | 0.1713 | 0.1714 | 19.0 |
88
+ | 2.0754 | 19.0 | 2356 | 1.9348 | 0.1986 | 0.1056 | 0.1712 | 0.1713 | 19.0 |
89
+ | 2.0754 | 20.0 | 2480 | 1.9346 | 0.1982 | 0.1052 | 0.1709 | 0.1711 | 19.0 |
90
 
91
 
92
  ### Framework versions