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

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

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