hugodk-sch
commited on
Commit
•
53109e2
1
Parent(s):
47d4b40
Training in progress, step 300
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"q_proj",
|
23 |
-
"down_proj",
|
24 |
-
"k_proj",
|
25 |
"v_proj",
|
|
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"o_proj",
|
23 |
"q_proj",
|
|
|
|
|
24 |
"v_proj",
|
25 |
+
"k_proj",
|
26 |
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 176183216
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e41ff2836264cd148e707d27674ceb166bf309aad16e50617f9808693d4e8288
|
3 |
size 176183216
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f8a3b8c91ad5018a83657a6707f2cbb67967f9463c6a1613b2726b129a195ba
|
3 |
size 4984
|