ToastyPigeon
commited on
Training in progress, step 39
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
|
|
27 |
"o_proj",
|
|
|
28 |
"v_proj",
|
29 |
-
"up_proj",
|
30 |
"down_proj",
|
31 |
-
"k_proj",
|
32 |
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"up_proj",
|
27 |
+
"k_proj",
|
28 |
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
"v_proj",
|
|
|
31 |
"down_proj",
|
|
|
32 |
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 550593856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f40723189c442bebcb3a8f6b2bdb7436164e6325eba39fdf6b7f08049635f55e
|
3 |
size 550593856
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8568
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b3c33e65c036be22da5df01756abd92f93ab4a18e5ed354de7f0681eaea6d05
|
3 |
size 8568
|