hugodk-sch
commited on
Commit
•
8ddcb02
1
Parent(s):
5d7d40f
Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"o_proj",
|
|
|
23 |
"k_proj",
|
|
|
24 |
"q_proj",
|
25 |
-
"down_proj",
|
26 |
"up_proj",
|
27 |
-
"
|
28 |
-
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"o_proj",
|
23 |
+
"gate_proj",
|
24 |
"k_proj",
|
25 |
+
"v_proj",
|
26 |
"q_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:9940cf8f94de3ac92ca91f0f2e26ffcd0735213fe4d545224a5e800d9ea19731
|
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:a347b25a21ce4e629cb1c1de34cf1998928c1b0d62f02717171542a01a084a22
|
3 |
size 4984
|