theekshana commited on
Commit
ed97b03
·
verified ·
1 Parent(s): 27efa7d

Training complete

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [pszemraj/pegasus-x-large-book-summary](https://huggingface.co/pszemraj/pegasus-x-large-book-summary) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.8273
21
 
22
  ## Model description
23
 
@@ -37,21 +37,23 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0002
40
- - train_batch_size: 1
41
  - eval_batch_size: 8
42
  - seed: 42
43
- - gradient_accumulation_steps: 2
44
- - total_train_batch_size: 2
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 1
48
- - num_epochs: 1
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 1.1182 | 1.0 | 2 | 0.8273 |
 
 
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [pszemraj/pegasus-x-large-book-summary](https://huggingface.co/pszemraj/pegasus-x-large-book-summary) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4437
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0002
40
+ - train_batch_size: 4
41
  - eval_batch_size: 8
42
  - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 16
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 1
48
+ - num_epochs: 3
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.5953 | 0.992 | 62 | 0.4814 |
55
+ | 0.5178 | 2.0 | 125 | 0.4507 |
56
+ | 0.4823 | 2.976 | 186 | 0.4437 |
57
 
58
 
59
  ### Framework versions
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
  "q_proj",
 
25
  "dense",
26
  "v_proj"
27
  ],
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
+ "k_proj",
25
  "dense",
26
  "v_proj"
27
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50c563c9d556182b2fb72b22effe9bf588ef87a2b1c9f8c97e66875fa43d587a
3
  size 302031872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c70c335317fb47faa05cc1791d2e42e98fc480c299047186d48211f59e0fce
3
  size 302031872
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f41289dfbf2bee000cf9e1de602cfad9220a9549d160989f7721e424ea7b6fd
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f9af75046ad1319b3a45f02b59e8a6d74cfda6616a87ea22287c60a4e2e7b4c
3
  size 5240