HimashaJ96
commited on
Commit
·
a4b2958
1
Parent(s):
dd35494
Training in progress, step 64
Browse files- adapter_config.json +5 -5
- 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 |
-
"v_proj",
|
23 |
-
"down_proj",
|
24 |
-
"gate_proj",
|
25 |
"k_proj",
|
|
|
|
|
26 |
"up_proj",
|
|
|
|
|
27 |
"lm_head",
|
28 |
-
"
|
29 |
-
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"k_proj",
|
23 |
+
"q_proj",
|
24 |
+
"o_proj",
|
25 |
"up_proj",
|
26 |
+
"down_proj",
|
27 |
+
"v_proj",
|
28 |
"lm_head",
|
29 |
+
"gate_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 722218480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e4f09ca881d0659dc1b0cf61c94a43b34830f5bb6549e4b08d721dac40b8ff3
|
3 |
size 722218480
|
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:a393cc0ae0779187756a09c22b639c2854fe8a2f5502a35cff08f43b2a85a94c
|
3 |
size 4728
|