Training in progress, step 2
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -27,13 +27,13 @@
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
-
"
|
31 |
-
"q_proj",
|
32 |
-
"v_proj",
|
33 |
"down_proj",
|
34 |
-
"
|
|
|
35 |
"k_proj",
|
36 |
-
"
|
|
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"use_dora": false,
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
+
"gate_proj",
|
|
|
|
|
31 |
"down_proj",
|
32 |
+
"q_proj",
|
33 |
+
"up_proj",
|
34 |
"k_proj",
|
35 |
+
"v_proj",
|
36 |
+
"o_proj"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"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 27748600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efd381ee75293682c750229842e9c9a69a1d586285e54eb62edc7802be7e510f
|
3 |
size 27748600
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9314e3e4887ff886c954b74d33237b54a5acbc5da9797f70ba63666c134d41a8
|
3 |
size 5880
|