RonanMcGovern commited on
Commit
db376cc
1 Parent(s): a66dfeb

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -4
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "self_attn.q_proj",
23
- "mlp.down_proj",
24
  "self_attn.k_proj",
25
- "mlp.up_proj",
26
  "self_attn.o_proj",
 
27
  "self_attn.v_proj",
28
- "mlp.gate_proj"
 
 
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "self_attn.k_proj",
 
23
  "self_attn.o_proj",
24
+ "mlp.gate_proj",
25
  "self_attn.v_proj",
26
+ "mlp.down_proj",
27
+ "mlp.up_proj",
28
+ "self_attn.q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a61237e20c31f519701061a4e0cebdd66a7eb330ec95d8e28dce3842efec6b5c
3
- size 12656096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc7dc2a7001f2972cb8c5f83d8964a47fb9e0ec7108f79a95380ae3e2ec5d17
3
+ size 25271744