ernestoBocini
commited on
End of training
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- non_lora_trainables.bin +1 -1
- trainer_state.json +0 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
-
"down_proj",
|
25 |
"up_proj",
|
26 |
-
"
|
27 |
-
"v_proj",
|
28 |
"gate_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
"q_proj",
|
|
|
26 |
"up_proj",
|
27 |
+
"down_proj",
|
|
|
28 |
"gate_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 639692768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09812f210aae9e64b51bb981da547e15c410b3cb30b51a4be6fd68e7cff1ba58
|
3 |
size 639692768
|
non_lora_trainables.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 41961648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3037a98ee5baee4e011aa9a62c540c30018770c565418f89050c9371c7888c3e
|
3 |
size 41961648
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6904
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b2c7e8d611a5b089ff34aa3bf5eef3e46d151f4c1dabf906c04f9d98047e97
|
3 |
size 6904
|