iamsubrata
commited on
Commit
•
2a7b38a
1
Parent(s):
5f6ce75
Upload model
Browse files- adapter_config.json +2 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"self_attn.q_proj",
|
23 |
-
"self_attn.k_proj",
|
24 |
"self_attn.v_proj",
|
25 |
-
"self_attn.o_proj"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_rslora": false
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"self_attn.q_proj",
|
|
|
23 |
"self_attn.v_proj",
|
24 |
+
"self_attn.o_proj",
|
25 |
+
"self_attn.k_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df5611c521ef396e689a215a3985ac7046425eb4d4501e85056fc6e357473945
|
3 |
+
size 33646413
|