santyzenith
commited on
Commit
•
7844afc
1
Parent(s):
2e20c98
Training in progress, epoch 1
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"gate_proj",
|
24 |
-
"v_proj",
|
25 |
-
"lm_head",
|
26 |
-
"k_proj",
|
27 |
"up_proj",
|
28 |
"q_proj",
|
29 |
-
"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"down_proj",
|
|
|
|
|
|
|
|
|
23 |
"up_proj",
|
24 |
"q_proj",
|
25 |
+
"v_proj",
|
26 |
+
"k_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"lm_head",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 751667752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de22376ad658d2ec965f2a64751ffc00f51b3d72eb85b6d6bfa17ff1bc602b75
|
3 |
size 751667752
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2af120dff9f703c0aae4d207a187e3e8cfbe52a79a5a488e8d33ab7750741c5e
|
3 |
size 4728
|