e22vvb commited on
Commit
6509936
1 Parent(s): 742c03b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -13,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.2909
17
- - Rouge2 Precision: 0.6313
18
- - Rouge2 Recall: 0.4304
19
- - Rouge2 Fmeasure: 0.4825
20
 
21
  ## Model description
22
 
@@ -47,21 +47,21 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
49
  |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
50
- | 0.2246 | 1.0 | 1021 | 0.2285 | 0.5427 | 0.3561 | 0.4023 |
51
- | 0.1399 | 2.0 | 2042 | 0.2178 | 0.5685 | 0.3784 | 0.4254 |
52
- | 0.1064 | 3.0 | 3063 | 0.2239 | 0.5832 | 0.3955 | 0.443 |
53
- | 0.0849 | 4.0 | 4084 | 0.2297 | 0.6109 | 0.4157 | 0.466 |
54
- | 0.0725 | 5.0 | 5105 | 0.2445 | 0.6023 | 0.4067 | 0.4567 |
55
- | 0.0614 | 6.0 | 6126 | 0.2444 | 0.607 | 0.4123 | 0.4621 |
56
- | 0.053 | 7.0 | 7147 | 0.2522 | 0.6158 | 0.419 | 0.4694 |
57
- | 0.0479 | 8.0 | 8168 | 0.2612 | 0.6187 | 0.4194 | 0.4706 |
58
- | 0.043 | 9.0 | 9189 | 0.2636 | 0.6249 | 0.4268 | 0.4782 |
59
- | 0.0402 | 10.0 | 10210 | 0.2697 | 0.6304 | 0.4296 | 0.4818 |
60
- | 0.0368 | 11.0 | 11231 | 0.2770 | 0.6299 | 0.43 | 0.482 |
61
- | 0.0348 | 12.0 | 12252 | 0.2836 | 0.6284 | 0.4274 | 0.4795 |
62
- | 0.0329 | 13.0 | 13273 | 0.2879 | 0.6233 | 0.4242 | 0.4758 |
63
- | 0.0324 | 14.0 | 14294 | 0.2913 | 0.6303 | 0.4296 | 0.4818 |
64
- | 0.0313 | 15.0 | 15315 | 0.2909 | 0.6313 | 0.4304 | 0.4825 |
65
 
66
 
67
  ### Framework versions
 
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.0160
17
+ - Rouge2 Precision: 0.9066
18
+ - Rouge2 Recall: 0.6077
19
+ - Rouge2 Fmeasure: 0.6916
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
49
  |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
50
+ | 0.3243 | 1.0 | 1021 | 0.1423 | 0.6057 | 0.3898 | 0.4466 |
51
+ | 0.1428 | 2.0 | 2042 | 0.0864 | 0.7175 | 0.4822 | 0.5453 |
52
+ | 0.1071 | 3.0 | 3063 | 0.0644 | 0.7701 | 0.5183 | 0.5867 |
53
+ | 0.0845 | 4.0 | 4084 | 0.0517 | 0.798 | 0.5398 | 0.611 |
54
+ | 0.0723 | 5.0 | 5105 | 0.0417 | 0.8294 | 0.5584 | 0.6336 |
55
+ | 0.0612 | 6.0 | 6126 | 0.0349 | 0.8411 | 0.5623 | 0.6394 |
56
+ | 0.0528 | 7.0 | 7147 | 0.0302 | 0.853 | 0.5731 | 0.6514 |
57
+ | 0.0475 | 8.0 | 8168 | 0.0254 | 0.8734 | 0.5842 | 0.6649 |
58
+ | 0.0427 | 9.0 | 9189 | 0.0227 | 0.8855 | 0.5943 | 0.6757 |
59
+ | 0.0398 | 10.0 | 10210 | 0.0208 | 0.8901 | 0.5965 | 0.6787 |
60
+ | 0.0362 | 11.0 | 11231 | 0.0190 | 0.8943 | 0.5986 | 0.6815 |
61
+ | 0.0343 | 12.0 | 12252 | 0.0178 | 0.9024 | 0.6045 | 0.6882 |
62
+ | 0.0329 | 13.0 | 13273 | 0.0170 | 0.9075 | 0.6075 | 0.692 |
63
+ | 0.0316 | 14.0 | 14294 | 0.0162 | 0.9081 | 0.6092 | 0.6935 |
64
+ | 0.031 | 15.0 | 15315 | 0.0160 | 0.9066 | 0.6077 | 0.6916 |
65
 
66
 
67
  ### Framework versions