eduardo9916 commited on
Commit
055beb1
·
verified ·
1 Parent(s): d47da0a

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.8681
22
- - Rouge1: 0.4331
23
- - Rouge2: 0.123
24
- - Rougel: 0.2315
25
- - Rougelsum: 0.2321
26
  - Gen Len: 142.0
27
 
28
  ## Model description
@@ -42,29 +42,24 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 2e-05
46
  - train_batch_size: 4
47
  - eval_batch_size: 4
48
  - seed: 42
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
- - num_epochs: 10
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
- | 2.8335 | 1.0 | 10 | 2.4176 | 0.3799 | 0.1235 | 0.228 | 0.2282 | 135.0 |
59
- | 2.2104 | 2.0 | 20 | 2.3294 | 0.4484 | 0.1556 | 0.2797 | 0.2805 | 79.6 |
60
- | 1.8803 | 3.0 | 30 | 2.3395 | 0.3481 | 0.1124 | 0.224 | 0.2274 | 96.0 |
61
- | 1.6309 | 4.0 | 40 | 2.3934 | 0.4373 | 0.126 | 0.2457 | 0.2444 | 142.0 |
62
- | 1.4263 | 5.0 | 50 | 2.4567 | 0.3681 | 0.1245 | 0.2353 | 0.2342 | 71.0 |
63
- | 1.2476 | 6.0 | 60 | 2.5688 | 0.3997 | 0.135 | 0.2588 | 0.2564 | 79.0 |
64
- | 1.1164 | 7.0 | 70 | 2.6860 | 0.3988 | 0.1141 | 0.2296 | 0.2298 | 142.0 |
65
- | 1.0058 | 8.0 | 80 | 2.7666 | 0.4679 | 0.1486 | 0.2654 | 0.2675 | 142.0 |
66
- | 0.9275 | 9.0 | 90 | 2.8439 | 0.4362 | 0.1232 | 0.2415 | 0.2414 | 142.0 |
67
- | 0.8801 | 10.0 | 100 | 2.8681 | 0.4331 | 0.123 | 0.2315 | 0.2321 | 142.0 |
68
 
69
 
70
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.4758
22
+ - Rouge1: 0.3972
23
+ - Rouge2: 0.1525
24
+ - Rougel: 0.2279
25
+ - Rougelsum: 0.2297
26
  - Gen Len: 142.0
27
 
28
  ## Model description
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
  - train_batch_size: 4
47
  - eval_batch_size: 4
48
  - seed: 42
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | 2.8064 | 1.0 | 10 | 2.5907 | 0.3676 | 0.08 | 0.1808 | 0.1804 | 136.0 |
59
+ | 2.4065 | 2.0 | 20 | 2.5102 | 0.3116 | 0.0669 | 0.1732 | 0.1732 | 142.0 |
60
+ | 2.2329 | 3.0 | 30 | 2.4821 | 0.3931 | 0.108 | 0.2077 | 0.2074 | 142.0 |
61
+ | 2.1376 | 4.0 | 40 | 2.4786 | 0.3972 | 0.1525 | 0.2279 | 0.2297 | 142.0 |
62
+ | 2.0733 | 5.0 | 50 | 2.4758 | 0.3972 | 0.1525 | 0.2279 | 0.2297 | 142.0 |
 
 
 
 
 
63
 
64
 
65
  ### Framework versions