lmassaron commited on
Commit
b54d875
·
verified ·
1 Parent(s): d73b644

lmassaron/gemma-3-1B-it-function_calling

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