Hasso5703 commited on
Commit
89fb7d6
·
verified ·
1 Parent(s): d4d2b39

End of training

Browse files
README.md CHANGED
@@ -35,14 +35,12 @@ More information needed
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0001
37
  - train_batch_size: 1
38
- - eval_batch_size: 8
39
  - seed: 42
40
- - gradient_accumulation_steps: 8
41
- - total_train_batch_size: 8
42
  - optimizer: Use OptimizerNames.ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: cosine
44
  - lr_scheduler_warmup_steps: 50
45
- - num_epochs: 3
46
 
47
  ### Training results
48
 
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0001
37
  - train_batch_size: 1
38
+ - eval_batch_size: 1
39
  - seed: 42
 
 
40
  - optimizer: Use OptimizerNames.ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: cosine
42
  - lr_scheduler_warmup_steps: 50
43
+ - num_epochs: 0.5
44
 
45
  ### Training results
46
 
adapter_config.json CHANGED
@@ -26,13 +26,13 @@
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "down_proj",
30
- "q_proj",
31
  "up_proj",
32
- "o_proj",
 
33
  "k_proj",
34
- "v_proj",
35
- "gate_proj"
 
36
  ],
37
  "task_type": null,
38
  "use_dora": false,
 
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
 
 
29
  "up_proj",
30
+ "q_proj",
31
+ "down_proj",
32
  "k_proj",
33
+ "o_proj",
34
+ "gate_proj",
35
+ "v_proj"
36
  ],
37
  "task_type": null,
38
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2179834d8320c628e0ae4b2c4512210978c74c09297a77a34c10f3c143714b10
3
  size 21146656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d566a619bb3017d6c473652e3cc5362a5c056fdbe2f49814214a413829cbb85a
3
  size 21146656
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa1a05de5cfdaf4d9888b30ba7a833c3852b88b37ba81bd059b899b6b8cfc2d0
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f433d3bdfcaf6ad259ce3eb6621f59717ec01f88d7f474d7856f999020fc459
3
  size 5304