HugoVoxx/phi-3-mini-4k-it-ag
Browse files- adapter_config.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"down_proj",
|
|
|
24 |
"gate_up_proj",
|
25 |
-
"o_proj"
|
26 |
-
"qkv_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"down_proj",
|
24 |
+
"qkv_proj",
|
25 |
"gate_up_proj",
|
26 |
+
"o_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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:e72379f332cced1c57b5c9142dd4dc29efa6e41e1cd27e21b5c2489bed3ba491
|
3 |
size 5496
|