Training in progress, step 500
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"o_proj",
|
20 |
"v_proj",
|
21 |
"up_proj",
|
22 |
-
"down_proj",
|
23 |
"k_proj",
|
24 |
"q_proj",
|
25 |
-
"
|
|
|
|
|
26 |
],
|
27 |
"task_type": "SEQ_CLS"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"v_proj",
|
20 |
"up_proj",
|
|
|
21 |
"k_proj",
|
22 |
"q_proj",
|
23 |
+
"o_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"down_proj"
|
26 |
],
|
27 |
"task_type": "SEQ_CLS"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 160180976
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe3672f4561e913b327e0d05d6d5912c2483fb91f2f8c18e80b41175e5b7392b
|
3 |
size 160180976
|
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:3d7022aaad5ecf186af4259ca0bcbf5429f016428c0174b3030bfa6b2a3ea335
|
3 |
+
size 4664
|