Training in progress, step 50
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"lm_head",
|
23 |
"q_proj",
|
|
|
|
|
|
|
|
|
24 |
"down_proj",
|
25 |
"v_proj",
|
26 |
-
"
|
27 |
-
"o_proj",
|
28 |
-
"up_proj",
|
29 |
-
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"q_proj",
|
23 |
+
"k_proj",
|
24 |
+
"lm_head",
|
25 |
+
"up_proj",
|
26 |
+
"gate_proj",
|
27 |
"down_proj",
|
28 |
"v_proj",
|
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 600059184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:539ce3b2c51e4a086687c5a04e4380faea10e69e3b91c1d48f331e9387b758ba
|
3 |
size 600059184
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bf60449bb6a36d7f8d9cbc2f275b715dd742e116f6eb81e7302f5ea8a1e758e
|
3 |
+
size 4664
|