celinely commited on
Commit
bfef218
·
1 Parent(s): 7e74027

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3512
20
- - Rouge1: 71.7164
21
- - Rouge2: 48.3026
22
- - Rougel: 60.9741
23
- - Rougelsum: 71.703
24
 
25
  ## Model description
26
 
@@ -45,18 +45,16 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 5
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
- | 5.526 | 1.0 | 167 | 1.5778 | 20.8927 | 6.5549 | 19.8894 | 20.8757 |
56
- | 1.2998 | 2.0 | 334 | 0.7396 | 47.1012 | 24.6065 | 42.5169 | 47.1201 |
57
- | 0.8173 | 3.0 | 501 | 0.4854 | 63.0251 | 38.8258 | 53.3364 | 63.0153 |
58
- | 0.6211 | 4.0 | 668 | 0.3797 | 70.1541 | 46.2974 | 59.4121 | 70.1327 |
59
- | 0.5504 | 5.0 | 835 | 0.3512 | 71.7164 | 48.3026 | 60.9741 | 71.703 |
60
 
61
 
62
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5912
20
+ - Rouge1: 56.6081
21
+ - Rouge2: 31.7858
22
+ - Rougel: 48.4959
23
+ - Rougelsum: 56.6806
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 5.3993 | 1.0 | 188 | 1.4868 | 23.2843 | 6.9787 | 22.46 | 23.2664 |
56
+ | 1.2384 | 2.0 | 376 | 0.7450 | 47.5051 | 23.5773 | 42.2383 | 47.5388 |
57
+ | 0.8417 | 3.0 | 564 | 0.5912 | 56.6081 | 31.7858 | 48.4959 | 56.6806 |
 
 
58
 
59
 
60
  ### Framework versions