Training in progress, step 30
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"down_proj",
|
27 |
-
"v_proj",
|
28 |
-
"gate_proj",
|
29 |
-
"o_proj",
|
30 |
"k_proj",
|
31 |
-
"
|
32 |
-
"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"up_proj",
|
27 |
"down_proj",
|
|
|
|
|
|
|
28 |
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"q_proj",
|
32 |
+
"v_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 24365712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726c45edfd0d4c221f899749e11c516679dcb6836aa92d9b32e6c7694337f11f
|
3 |
size 24365712
|
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:5d753ca5a0215a310ccb90781c7fa03c5aa559abe617a0d95a54822da74bd43a
|
3 |
+
size 9016
|