Miranda commited on
Commit
41e5e56
·
1 Parent(s): 72f9d95

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
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: 2.3623
21
- - Rouge1: 40.5101
22
- - Rouge2: 19.0112
23
- - Rougel: 35.5748
24
- - Rougelsum: 35.9291
25
 
26
  ## Model description
27
 
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
- | 3.1374 | 1.0 | 45 | 2.6906 | 34.9598 | 15.4159 | 30.7378 | 30.9607 |
56
- | 2.598 | 2.0 | 90 | 2.5073 | 38.2818 | 16.4572 | 34.168 | 34.1708 |
57
- | 2.4287 | 3.0 | 135 | 2.4314 | 40.0863 | 18.3821 | 35.1633 | 35.441 |
58
- | 2.3109 | 4.0 | 180 | 2.3939 | 40.3133 | 18.9829 | 35.6333 | 35.8475 |
59
- | 2.2234 | 5.0 | 225 | 2.3762 | 40.405 | 18.7467 | 35.7971 | 36.035 |
60
- | 2.2274 | 6.0 | 270 | 2.3686 | 40.507 | 18.8308 | 35.5185 | 35.8219 |
61
- | 2.1655 | 7.0 | 315 | 2.3644 | 40.468 | 19.0659 | 35.6811 | 35.9991 |
62
- | 2.1741 | 8.0 | 360 | 2.3623 | 40.5101 | 19.0112 | 35.5748 | 35.9291 |
63
 
64
 
65
  ### Framework versions
 
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: 2.2797
21
+ - Rouge1: 42.1007
22
+ - Rouge2: 19.1627
23
+ - Rougel: 36.6007
24
+ - Rougelsum: 36.9982
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 3.2176 | 1.0 | 45 | 2.6250 | 34.9247 | 14.8273 | 30.2327 | 30.7266 |
56
+ | 2.6307 | 2.0 | 90 | 2.4341 | 38.6726 | 17.4961 | 34.0215 | 34.422 |
57
+ | 2.4649 | 3.0 | 135 | 2.3544 | 40.1406 | 18.1475 | 35.3009 | 35.6949 |
58
+ | 2.3558 | 4.0 | 180 | 2.3183 | 40.9066 | 18.7535 | 36.2682 | 36.634 |
59
+ | 2.2945 | 5.0 | 225 | 2.2946 | 41.8771 | 19.1906 | 36.7445 | 37.1961 |
60
+ | 2.2605 | 6.0 | 270 | 2.2852 | 41.6337 | 19.0674 | 36.3236 | 36.8583 |
61
+ | 2.1922 | 7.0 | 315 | 2.2801 | 41.9614 | 19.1634 | 36.5663 | 37.013 |
62
+ | 2.1833 | 8.0 | 360 | 2.2797 | 42.1007 | 19.1627 | 36.6007 | 36.9982 |
63
 
64
 
65
  ### Framework versions