GlycerinLOL commited on
Commit
ba686a7
1 Parent(s): 75976af

Model save

Browse files
README.md CHANGED
@@ -19,15 +19,15 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.5409
23
- - Rouge1: 0.4869
24
- - Rouge2: 0.2373
25
- - Rougel: 0.406
26
- - Rougelsum: 0.4058
27
- - Gen Len: 25.3851
28
- - Precision: 0.9131
29
- - Recall: 0.9117
30
- - F1: 0.9123
31
 
32
  ## Model description
33
 
@@ -54,21 +54,29 @@ The following hyperparameters were used during training:
54
  - total_train_batch_size: 128
55
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
  - lr_scheduler_type: linear
57
- - num_epochs: 8
58
  - mixed_precision_training: Native AMP
59
 
60
  ### Training results
61
 
62
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Precision | Recall | F1 |
63
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:---------:|:------:|:------:|
64
- | 2.1501 | 1.0 | 781 | 1.7062 | 0.4566 | 0.209 | 0.3745 | 0.3744 | 25.4655 | 0.9082 | 0.9065 | 0.9072 |
65
- | 1.7722 | 2.0 | 1562 | 1.6314 | 0.4712 | 0.2226 | 0.3906 | 0.3904 | 25.4298 | 0.9107 | 0.909 | 0.9097 |
66
- | 1.7218 | 3.0 | 2343 | 1.5948 | 0.4776 | 0.2284 | 0.3965 | 0.3963 | 25.6569 | 0.9112 | 0.9103 | 0.9106 |
67
- | 1.6668 | 4.0 | 3125 | 1.5708 | 0.481 | 0.2316 | 0.4002 | 0.4 | 25.3451 | 0.9122 | 0.9107 | 0.9112 |
68
- | 1.6437 | 5.0 | 3906 | 1.5565 | 0.4844 | 0.2346 | 0.4034 | 0.4031 | 25.482 | 0.9127 | 0.9113 | 0.9118 |
69
- | 1.6186 | 6.0 | 4687 | 1.5476 | 0.4852 | 0.236 | 0.4047 | 0.4044 | 25.4191 | 0.9129 | 0.9115 | 0.912 |
70
- | 1.607 | 7.0 | 5468 | 1.5426 | 0.486 | 0.2367 | 0.4052 | 0.405 | 25.4949 | 0.9129 | 0.9118 | 0.9122 |
71
- | 1.5972 | 8.0 | 6248 | 1.5409 | 0.4869 | 0.2373 | 0.406 | 0.4058 | 25.3851 | 0.9131 | 0.9117 | 0.9123 |
 
 
 
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.5004
23
+ - Rouge1: 0.4923
24
+ - Rouge2: 0.2429
25
+ - Rougel: 0.4134
26
+ - Rougelsum: 0.4134
27
+ - Gen Len: 25.1335
28
+ - Precision: 0.9143
29
+ - Recall: 0.9124
30
+ - F1: 0.9132
31
 
32
  ## Model description
33
 
 
54
  - total_train_batch_size: 128
55
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
  - lr_scheduler_type: linear
57
+ - num_epochs: 16
58
  - mixed_precision_training: Native AMP
59
 
60
  ### Training results
61
 
62
+ | Training Loss | Epoch | Step | F1 | Gen Len | Validation Loss | Precision | Recall | Rouge1 | Rouge2 | Rougel | Rougelsum |
63
+ |:-------------:|:-----:|:-----:|:------:|:-------:|:---------------:|:---------:|:------:|:------:|:------:|:------:|:---------:|
64
+ | 2.1501 | 1.0 | 781 | 0.9072 | 25.4655 | 1.7062 | 0.9082 | 0.9065 | 0.4566 | 0.209 | 0.3745 | 0.3744 |
65
+ | 1.7722 | 2.0 | 1562 | 0.9097 | 25.4298 | 1.6314 | 0.9107 | 0.909 | 0.4712 | 0.2226 | 0.3906 | 0.3904 |
66
+ | 1.7218 | 3.0 | 2343 | 0.9106 | 25.6569 | 1.5948 | 0.9112 | 0.9103 | 0.4776 | 0.2284 | 0.3965 | 0.3963 |
67
+ | 1.6668 | 4.0 | 3125 | 0.9112 | 25.3451 | 1.5708 | 0.9122 | 0.9107 | 0.481 | 0.2316 | 0.4002 | 0.4 |
68
+ | 1.6437 | 5.0 | 3906 | 0.9118 | 25.482 | 1.5565 | 0.9127 | 0.9113 | 0.4844 | 0.2346 | 0.4034 | 0.4031 |
69
+ | 1.6186 | 6.0 | 4687 | 0.912 | 25.4191 | 1.5476 | 0.9129 | 0.9115 | 0.4852 | 0.236 | 0.4047 | 0.4044 |
70
+ | 1.607 | 7.0 | 5468 | 0.9122 | 25.4949 | 1.5426 | 0.9129 | 0.9118 | 0.486 | 0.2367 | 0.4052 | 0.405 |
71
+ | 1.5972 | 8.0 | 6248 | 1.5380 | 0.4872 | 0.2387 | 0.407 | 0.4071 | 25.3836| 0.9131 | 0.9118 | 0.9123 |
72
+ | 1.5836 | 9.0 | 7029 | 1.5273 | 0.4891 | 0.2399 | 0.4088 | 0.4089 | 25.4995| 0.9133 | 0.9122 | 0.9126 |
73
+ | 1.5667 | 10.0 | 7810 | 1.5196 | 0.4906 | 0.2416 | 0.411 | 0.4112 | 25.3867| 0.9135 | 0.9123 | 0.9127 |
74
+ | 1.5521 | 11.0 | 8592 | 1.5124 | 0.4899 | 0.2406 | 0.4102 | 0.4103 | 25.2191| 0.9137 | 0.912 | 0.9127 |
75
+ | 1.5413 | 12.0 | 9373 | 1.5083 | 0.4914 | 0.2416 | 0.4118 | 0.412 | 25.3491| 0.9137 | 0.9123 | 0.9128 |
76
+ | 1.5291 | 13.0 | 10154 | 1.5044 | 0.4913 | 0.2419 | 0.4118 | 0.4119 | 25.2082| 0.914 | 0.9123 | 0.913 |
77
+ | 1.527 | 14.0 | 10935 | 1.5026 | 0.4917 | 0.2426 | 0.4126 | 0.4128 | 25.1069| 0.9141 | 0.9123 | 0.913 |
78
+ | 1.5203 | 15.0 | 11717 | 1.5006 | 0.4921 | 0.243 | 0.4135 | 0.4136 | 25.1062| 0.9143 | 0.9123 | 0.9131 |
79
+ | 1.5126 | 16.0 | 12496 | 1.5004 | 0.4923 | 0.2429 | 0.4134 | 0.4134 | 25.1335| 0.9143 | 0.9124 | 0.9132 |
80
 
81
 
82
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e0ff873d5e1b4677b019e50be4260a20ede94f1ad1ed987d02375f10773bc31
3
  size 2279458540
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3afee7a2e71840d480ccf0b6a6d4980402a1184fcc9f8d9121b5cd4883bf67
3
  size 2279458540
runs/Mar25_07-47-18_gde8xrctr1711261266898-zjnhj/events.out.tfevents.1711324056.gde8xrctr1711261266898-zjnhj.3219.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:264d0e0d2f43174af8869a3582a32660e0b6cf4fd074ff90c76bbaf6f0890095
3
- size 12564
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8479041b084a8f3862874511251656f0dfed754fc15f39b627338b77d69a6c1
3
+ size 13592