ceselder commited on
Commit
f270700
·
verified ·
1 Parent(s): ac0d8cc

Upload interpreter/adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. interpreter/adapter_config.json +4 -4
interpreter/adapter_config.json CHANGED
@@ -32,12 +32,12 @@
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
- "gate_proj",
36
- "down_proj",
37
- "up_proj",
38
- "k_proj",
39
  "v_proj",
40
  "o_proj",
 
 
 
 
41
  "q_proj"
42
  ],
43
  "target_parameters": null,
 
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
 
 
 
 
35
  "v_proj",
36
  "o_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "down_proj",
40
+ "gate_proj",
41
  "q_proj"
42
  ],
43
  "target_parameters": null,