Training in progress, step 4
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,15 +23,15 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"o_proj",
|
28 |
"q_proj",
|
29 |
-
"k_proj",
|
30 |
"up_proj",
|
31 |
-
"
|
32 |
-
"
|
|
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
-
"use_dora":
|
36 |
"use_rslora": false
|
37 |
}
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"v_proj",
|
|
|
27 |
"q_proj",
|
|
|
28 |
"up_proj",
|
29 |
+
"down_proj",
|
30 |
+
"o_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"k_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
+
"use_dora": false,
|
36 |
"use_rslora": false
|
37 |
}
|
adapter_model.safetensors
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:96e10f10eb4974182bb24604b3f90d4081810d64ff5c8e84fc9157afbc94ffdc
|
3 |
+
size 83945296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258ce3f2c30f2dd5d61b0c55898095fdd50b3ffd6fee97143d267e6748468c48
|
3 |
size 5368
|