hugodk-sch
commited on
Commit
•
76a3dba
1
Parent(s):
bb917f5
Training in progress, step 100
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 |
-
"
|
23 |
-
"k_proj",
|
24 |
"q_proj",
|
|
|
25 |
"o_proj",
|
|
|
26 |
"down_proj",
|
27 |
-
"
|
28 |
-
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"gate_proj",
|
|
|
23 |
"q_proj",
|
24 |
+
"v_proj",
|
25 |
"o_proj",
|
26 |
+
"up_proj",
|
27 |
"down_proj",
|
28 |
+
"k_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:9cbe0d8b0aed41be1a41581361c5564de4caceb76e2067a18e1000a20156bc7f
|
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:89a462ea9d5075dad2200b499946caa6628e25a79db975ceaa25494547ebe315
|
3 |
size 4984
|