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