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