hugodk-sch
commited on
Commit
•
3a5aa4b
1
Parent(s):
ad598c3
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 |
-
"o_proj",
|
23 |
-
"down_proj",
|
24 |
-
"q_proj",
|
25 |
"gate_proj",
|
|
|
26 |
"v_proj",
|
27 |
"up_proj",
|
28 |
-
"k_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 |
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"o_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:8a449ca492e2205571b0427ca4a4bd32f9c01f72a45b45a6c952d78f1d25ad67
|
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:7f95f4eb0987a99875275b2708e7e94779d46e29c8c5d3e87e03ba0c113f9454
|
3 |
size 4984
|