sharatpc commited on
Commit
82f3040
·
verified ·
1 Parent(s): fcdf592

Testing Lora Training method

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -2
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -13,18 +13,20 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 32,
17
  "lora_bias": false,
18
  "lora_dropout": 0.05,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
- "r": 16,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "v_proj",
 
28
  "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 64,
17
  "lora_bias": false,
18
  "lora_dropout": 0.05,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "r": 32,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "q_proj",
28
  "v_proj",
29
+ "o_proj",
30
  "k_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ac9d33e478055cde3860cd2f68aa886c7be440ec63e425f9df2f82b1f6b43e0
3
- size 30300192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e467cea12705b8c6242819bbd585561fef24d3358ba567256cedea66331028dc
3
+ size 143176096