sachin commited on
Commit
94b5fb3
·
verified ·
1 Parent(s): 239fbda

2024-12-20-11-24-38

Browse files
README.md CHANGED
@@ -37,8 +37,8 @@ The following hyperparameters were used during training:
37
  - train_batch_size: 4
38
  - eval_batch_size: 8
39
  - seed: 42
40
- - gradient_accumulation_steps: 2
41
- - total_train_batch_size: 8
42
  - optimizer: Use paged_adamw_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 50
 
37
  - train_batch_size: 4
38
  - eval_batch_size: 8
39
  - seed: 42
40
+ - gradient_accumulation_steps: 4
41
+ - total_train_batch_size: 16
42
  - optimizer: Use paged_adamw_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 50
adapter_config.json CHANGED
@@ -22,17 +22,17 @@
22
  "megatron_core": "megatron.core",
23
  "modules_to_save": null,
24
  "peft_type": "LORA",
25
- "r": 8,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "k_proj",
30
- "gate_proj",
31
- "o_proj",
32
  "down_proj",
33
- "v_proj",
 
34
  "up_proj",
35
- "q_proj"
 
36
  ],
37
  "task_type": null,
38
  "use_dora": false,
 
22
  "megatron_core": "megatron.core",
23
  "modules_to_save": null,
24
  "peft_type": "LORA",
25
+ "r": 32,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
+ "q_proj",
 
 
30
  "down_proj",
31
+ "o_proj",
32
+ "k_proj",
33
  "up_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:bf6df60a4b65e90aa3f6af135dff23eef556304d5fac254bd8ecf3d06c00251a
3
- size 36981072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bbff8b714909d487890895f2c4a3849b97457dbb1fec3fc393337d3a255faa5
3
+ size 147770496
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afe7f562ad9fcf58170eb1ffe56497960eab5861febceed52c90fcbce58c1f80
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f8a4f42a893541463ae552f9b22e83bf6806c3f77f59dee63b8cc76ec9ec46
3
  size 5368