hugodk-sch
commited on
Commit
•
c6c24eb
1
Parent(s):
1518d22
Training in progress, step 100
Browse files- adapter_config.json +5 -5
- 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 |
-
"up_proj",
|
24 |
-
"gate_proj",
|
25 |
"v_proj",
|
26 |
-
"
|
|
|
27 |
"down_proj",
|
28 |
-
"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"v_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"k_proj",
|
25 |
"down_proj",
|
26 |
+
"o_proj",
|
27 |
+
"q_proj",
|
28 |
+
"up_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:30f63009925550af067848ac5548508b0769a93c8894016e26951eb7748d10ac
|
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:bd3247d4b5137372fe93ef12fdbb4d888df9ae0cfe295fb5892117d56d5d951d
|
3 |
size 4984
|