Juliofc commited on
Commit
4102fa2
1 Parent(s): f85e476

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "o_proj",
27
- "q_proj",
28
- "gate_proj",
29
- "up_proj",
30
  "k_proj",
 
 
31
  "down_proj",
32
- "v_proj"
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "o_proj",
 
 
 
27
  "k_proj",
28
+ "gate_proj",
29
+ "q_proj",
30
  "down_proj",
31
+ "v_proj",
32
+ "up_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,