sandeepaffine commited on
Commit
182ef10
·
verified ·
1 Parent(s): 2f4d576

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. adapter_config.json +5 -5
adapter_config.json CHANGED
@@ -15,8 +15,8 @@
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": [
18
- "lm_head",
19
- "embed_tokens"
20
  ],
21
  "peft_type": "LORA",
22
  "r": 128,
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "k_proj",
27
- "o_proj",
28
  "gate_proj",
29
  "q_proj",
30
- "v_proj",
31
  "down_proj",
32
- "up_proj"
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": [
18
+ "embed_tokens",
19
+ "lm_head"
20
  ],
21
  "peft_type": "LORA",
22
  "r": 128,
 
24
  "revision": null,
25
  "target_modules": [
26
  "k_proj",
27
+ "up_proj",
28
  "gate_proj",
29
  "q_proj",
 
30
  "down_proj",
31
+ "v_proj",
32
+ "o_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,