emelryan commited on
Commit
1b0ca48
·
verified ·
1 Parent(s): 8f373fa

Training complete with QLoRA

Browse files
Files changed (2) hide show
  1. adapter_config.json +6 -6
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -20,17 +20,17 @@
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
- "q_proj",
28
- "o_proj",
29
- "down_proj",
30
- "k_proj",
31
  "up_proj",
 
 
32
  "v_proj",
33
- "gate_proj"
 
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": 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
  "up_proj",
28
+ "down_proj",
29
+ "gate_proj",
30
  "v_proj",
31
+ "q_proj",
32
+ "k_proj",
33
+ "o_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08b85b43329705e9a70e8216cc8efc504b34ecdfcad5ecabdde7d9b4082543e9
3
- size 275341720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae3c9c908c29cfea9fbf57265d39f97e7c8387509ac0d9a213c1ab67ee09ac6
3
+ size 550593184