ZeroUniqueness
commited on
Commit
·
46efd4b
1
Parent(s):
26a5448
Training in progress, step 2000
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"v_proj",
|
|
|
|
|
18 |
"down_proj",
|
19 |
"gate_proj",
|
20 |
-
"up_proj",
|
21 |
-
"q_proj",
|
22 |
"o_proj",
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"v_proj",
|
18 |
+
"k_proj",
|
19 |
+
"up_proj",
|
20 |
"down_proj",
|
21 |
"gate_proj",
|
|
|
|
|
22 |
"o_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 500897101
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76f114695729d2a9f7dba52315b9336fe2e7c16956aef49a72c90a66b0a231dd
|
3 |
size 500897101
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a281372a257be5e7ebbea8ac16ec51e707b224a5ed57c48e2f69549c5a031d8
|
3 |
size 4027
|