psvishnu/Phi-3.5-mini-instruct-qlora
Browse files- adapter_config.json +3 -3
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,10 +21,10 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
-
"gate_up_proj",
|
25 |
"down_proj",
|
26 |
-
"
|
27 |
-
"
|
|
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
|
|
24 |
"down_proj",
|
25 |
+
"qkv_proj",
|
26 |
+
"gate_up_proj",
|
27 |
+
"up_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc288662ebbc5cdd84898868cfad72fe0ef640547643213827ed0e14a2f7a489
|
3 |
size 5496
|