Dishant1 commited on
Commit
f8be754
·
verified ·
1 Parent(s): 6f308ab

Upload MistralForCausalLM

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