lvcalucioli
commited on
Commit
•
e8ed424
1
Parent(s):
188bcbc
phi2_linear_syntetic-question-answering
Browse files- adapter_config.json +3 -3
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,10 +19,10 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"out_proj",
|
24 |
"Wqkv",
|
25 |
-
"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_dora": false,
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"fc1",
|
|
|
23 |
"Wqkv",
|
24 |
+
"fc2",
|
25 |
+
"out_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"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 4539
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aa2481c5271e9f04cc2fda2dfd494f14f1522f1cb8af8a052652764a1e188d8
|
3 |
size 4539
|