shivanikerai
commited on
Commit
•
c3a2eac
1
Parent(s):
10d5374
Upload model
Browse files- adapter_config.json +7 -7
- adapter_model.bin +1 -1
adapter_config.json
CHANGED
@@ -19,18 +19,18 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"mlp.up_proj",
|
23 |
-
"self_attn.k_proj",
|
24 |
-
"input_layernorm.weight",
|
25 |
-
"self_attn.o_proj",
|
26 |
"self_attn.q_proj",
|
27 |
"post_attention_layernorm.weight",
|
28 |
-
"
|
|
|
|
|
29 |
"mlp.gate_proj",
|
30 |
-
"model.norm.weight",
|
31 |
"mlp.down_proj",
|
|
|
32 |
"self_attn.rotary_emb.inv_freq",
|
33 |
-
"
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
22 |
"self_attn.q_proj",
|
23 |
"post_attention_layernorm.weight",
|
24 |
+
"mlp.up_proj",
|
25 |
+
"lm_head.weight",
|
26 |
+
"self_attn.o_proj",
|
27 |
"mlp.gate_proj",
|
|
|
28 |
"mlp.down_proj",
|
29 |
+
"model.norm.weight",
|
30 |
"self_attn.rotary_emb.inv_freq",
|
31 |
+
"self_attn.k_proj",
|
32 |
+
"self_attn.v_proj",
|
33 |
+
"input_layernorm.weight"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"use_rslora": false
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50573530
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04a76a3164c7e82412d12add2ef65ebe97b4c354e8bd4c277f1b5c1867db6941
|
3 |
size 50573530
|