Training in progress, step 9
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"k_proj",
|
25 |
"down_proj",
|
|
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
"o_proj",
|
29 |
"up_proj"
|
30 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
|
|
24 |
"down_proj",
|
25 |
+
"v_proj",
|
26 |
"q_proj",
|
27 |
+
"k_proj",
|
28 |
"o_proj",
|
29 |
"up_proj"
|
30 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 48679352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a221136dbd7c845c6c0c1550e77be0de60812d4d279b8dc7ce7a58800c49e9c
|
3 |
size 48679352
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66aba1548284fb45544c3c449ae78c0d06cde4d353a7cacc54939951423f8e9a
|
3 |
size 6776
|