Training in progress, step 13
Browse files- adapter_config.json +2 -2
- 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 |
"o_proj",
|
24 |
"v_proj",
|
25 |
-
"up_proj",
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
"q_proj",
|
29 |
"k_proj"
|
30 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
"o_proj",
|
25 |
"v_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
"q_proj",
|
29 |
"k_proj"
|
30 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 100059752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0042f02600a8eac977dd9874deade488adf87be69b882d4413e34b523811946
|
3 |
size 100059752
|
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:5a551d5fa906ffbb4632094775f12b808b4ce1f028a623d78f89ecd16ac2a956
|
3 |
size 6776
|