chinhon commited on
Commit
cca6399
1 Parent(s): d324e3a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [fnlp/bart-large-chinese](https://huggingface.co/fnlp/bart-large-chinese) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.7252
19
- - Rouge1: 15.5844
20
- - Rouge2: 2.1522
21
- - Rougel: 15.5443
22
- - Rougelsum: 15.5603
23
- - Gen Len: 19.3469
24
 
25
  ## Model description
26
 
@@ -45,18 +45,17 @@ 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 | Gen Len |
54
  |:-------------:|:-----:|:------:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
- | 1.2431 | 1.0 | 32000 | 1.1646 | 15.6512 | 2.0244 | 15.6212 | 15.6283 | 18.7906 |
56
- | 0.8739 | 2.0 | 64000 | 1.1694 | 15.5784 | 2.255 | 15.5413 | 15.5504 | 19.2405 |
57
- | 0.6178 | 3.0 | 96000 | 1.2520 | 15.5932 | 2.2286 | 15.5458 | 15.5546 | 19.3576 |
58
- | 0.4016 | 4.0 | 128000 | 1.5014 | 15.3701 | 2.0511 | 15.3595 | 15.3654 | 19.2426 |
59
- | 0.235 | 5.0 | 160000 | 1.7252 | 15.5844 | 2.1522 | 15.5443 | 15.5603 | 19.3469 |
60
 
61
 
62
  ### Framework versions
15
 
16
  This model is a fine-tuned version of [fnlp/bart-large-chinese](https://huggingface.co/fnlp/bart-large-chinese) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.3859
19
+ - Rouge1: 16.8496
20
+ - Rouge2: 2.5548
21
+ - Rougel: 16.8123
22
+ - Rougelsum: 16.8056
23
+ - Gen Len: 18.9357
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: 4
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
  |:-------------:|:-----:|:------:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
+ | 1.2119 | 1.0 | 62716 | 1.1876 | 15.3858 | 2.1251 | 15.3709 | 15.3705 | 18.7269 |
56
+ | 1.0847 | 2.0 | 125432 | 1.3353 | 13.7743 | 1.9047 | 13.7664 | 13.7421 | 18.6183 |
57
+ | 0.6995 | 3.0 | 188148 | 1.2209 | 16.6797 | 2.3979 | 16.6258 | 16.6368 | 18.8953 |
58
+ | 0.4819 | 4.0 | 250864 | 1.3859 | 16.8496 | 2.5548 | 16.8123 | 16.8056 | 18.9357 |
 
59
 
60
 
61
  ### Framework versions