ranggafermata commited on
Commit
baacfc0
·
verified ·
1 Parent(s): f877654

Upload folder using huggingface_hub

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