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