zera09 commited on
Commit
5d7f222
·
verified ·
1 Parent(s): 0322d48

End of training

Browse files
Files changed (2) hide show
  1. README.md +29 -11
  2. model.safetensors +1 -1
README.md CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.9619
21
- - Rouge1: 0.3774
22
- - Rouge2: 0.1256
23
- - Rougel: 0.2607
24
- - Rougelsum: 0.2615
25
- - Gen Len: 69.9412
26
 
27
  ## Model description
28
 
@@ -47,17 +47,35 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 4
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
- | No log | 1.0 | 5 | 2.1870 | 0.3207 | 0.0851 | 0.2147 | 0.2132 | 75.6471 |
58
- | No log | 2.0 | 10 | 2.0146 | 0.3715 | 0.1267 | 0.2567 | 0.2563 | 68.7059 |
59
- | No log | 3.0 | 15 | 1.9649 | 0.3759 | 0.1432 | 0.2809 | 0.2818 | 66.5882 |
60
- | No log | 4.0 | 20 | 1.9619 | 0.3774 | 0.1256 | 0.2607 | 0.2615 | 69.9412 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 5.5472
21
+ - Rouge1: 0.3909
22
+ - Rouge2: 0.1328
23
+ - Rougel: 0.2802
24
+ - Rougelsum: 0.2801
25
+ - Gen Len: 69.8235
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 100
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | No log | 1.0 | 5 | 2.6381 | 0.3163 | 0.0838 | 0.2135 | 0.2138 | 72.1176 |
58
+ | No log | 2.0 | 10 | 2.4739 | 0.345 | 0.0969 | 0.2372 | 0.2364 | 69.7647 |
59
+ | No log | 3.0 | 15 | 2.6011 | 0.3719 | 0.116 | 0.2619 | 0.2605 | 69.7059 |
60
+ | No log | 4.0 | 20 | 2.7476 | 0.3769 | 0.1156 | 0.2588 | 0.2572 | 72.9412 |
61
+ | No log | 5.0 | 25 | 2.9283 | 0.3812 | 0.1206 | 0.2645 | 0.2625 | 74.4706 |
62
+ | No log | 6.0 | 30 | 3.3089 | 0.3722 | 0.1194 | 0.2779 | 0.2769 | 70.1765 |
63
+ | No log | 7.0 | 35 | 3.6585 | 0.3802 | 0.1177 | 0.2718 | 0.2719 | 73.2941 |
64
+ | No log | 8.0 | 40 | 3.8924 | 0.3764 | 0.1056 | 0.2661 | 0.2651 | 70.8235 |
65
+ | No log | 9.0 | 45 | 4.3638 | 0.3677 | 0.1144 | 0.2653 | 0.2634 | 74.0 |
66
+ | No log | 10.0 | 50 | 4.5590 | 0.354 | 0.1069 | 0.2491 | 0.2477 | 71.0 |
67
+ | No log | 11.0 | 55 | 4.5746 | 0.4103 | 0.1359 | 0.2935 | 0.293 | 72.5882 |
68
+ | No log | 12.0 | 60 | 4.9055 | 0.3869 | 0.118 | 0.2705 | 0.2695 | 66.1176 |
69
+ | No log | 13.0 | 65 | 5.0987 | 0.3947 | 0.1292 | 0.2713 | 0.2716 | 74.7647 |
70
+ | No log | 14.0 | 70 | 5.3199 | 0.3814 | 0.1135 | 0.2839 | 0.2816 | 72.2353 |
71
+ | No log | 15.0 | 75 | 5.4462 | 0.4092 | 0.1265 | 0.2896 | 0.29 | 68.0 |
72
+ | No log | 16.0 | 80 | 5.4262 | 0.412 | 0.1282 | 0.293 | 0.2932 | 72.0 |
73
+ | No log | 17.0 | 85 | 5.4873 | 0.3776 | 0.1051 | 0.2637 | 0.2636 | 68.8824 |
74
+ | No log | 18.0 | 90 | 5.6043 | 0.3932 | 0.1106 | 0.2734 | 0.2727 | 67.9412 |
75
+ | No log | 19.0 | 95 | 5.7495 | 0.3694 | 0.1075 | 0.2699 | 0.2692 | 69.7647 |
76
+ | No log | 20.0 | 100 | 5.6518 | 0.3849 | 0.1109 | 0.2714 | 0.2709 | 65.5882 |
77
+ | No log | 21.0 | 105 | 5.4524 | 0.3762 | 0.1101 | 0.2598 | 0.2596 | 64.5294 |
78
+ | No log | 22.0 | 110 | 5.5472 | 0.3909 | 0.1328 | 0.2802 | 0.2801 | 69.8235 |
79
 
80
 
81
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40bee87ed5f47ff37f7b045d5a84cfca4a735d618a5e10b4abf171faf6d3a2b2
3
  size 1625422896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901e500121924464c8b9c1eff839bb6a7836ce52ec6fd5a0231a46512188b5b6
3
  size 1625422896