Training in progress, step 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.model +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,12 +22,12 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
"v_proj",
|
27 |
-
"q_proj",
|
28 |
"gate_proj",
|
29 |
"down_proj",
|
30 |
-
"
|
|
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"k_proj",
|
26 |
"v_proj",
|
|
|
27 |
"gate_proj",
|
28 |
"down_proj",
|
29 |
+
"up_proj",
|
30 |
+
"q_proj"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 75548136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:273019d88bdf4a6a3781a78be5c517c33f726f5ac98f9a9d7fe9e5f1702c5d84
|
3 |
size 75548136
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e391755476c9538e4b978c95104fe9e5aba58207205c03c3525852c8b96e81a
|
3 |
size 5304
|