acorreal commited on
Commit
fbea35c
1 Parent(s): 204ae48

End of training

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -23,14 +23,14 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "model.layers.1.mlp.down_proj",
27
- "model.layers.1.mlp.gate_up_proj",
28
  "model.layers.0.mlp.down_proj",
29
  "model.layers.1.self_attn.o_proj",
30
- "model.layers.1.self_attn.qkv_proj",
31
  "model.layers.0.self_attn.o_proj",
32
  "model.layers.0.mlp.gate_up_proj",
33
- "model.layers.0.self_attn.qkv_proj"
34
  ],
35
  "task_type": null,
36
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "model.layers.0.self_attn.qkv_proj",
27
+ "model.layers.1.self_attn.qkv_proj",
28
  "model.layers.1.mlp.down_proj",
 
29
  "model.layers.0.mlp.down_proj",
30
  "model.layers.1.self_attn.o_proj",
 
31
  "model.layers.0.self_attn.o_proj",
32
  "model.layers.0.mlp.gate_up_proj",
33
+ "model.layers.1.mlp.gate_up_proj"
34
  ],
35
  "task_type": null,
36
  "use_dora": false,