deepanshupillm commited on
Commit
c4ef997
·
verified ·
1 Parent(s): bb01ce2

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -7
adapter_config.json CHANGED
@@ -1,8 +1,4 @@
1
  {
2
- "model_type": "llama",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
  "alpha_pattern": {},
7
  "auto_mapping": null,
8
  "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-bnb-4bit",
@@ -25,12 +21,12 @@
25
  "revision": null,
26
  "target_modules": [
27
  "gate_proj",
28
- "v_proj",
29
  "q_proj",
30
  "o_proj",
31
- "down_proj",
32
  "up_proj",
33
- "k_proj"
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "use_dora": false,
 
1
  {
 
 
 
 
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-bnb-4bit",
 
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
24
+ "k_proj",
25
  "q_proj",
26
  "o_proj",
 
27
  "up_proj",
28
+ "v_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,