beaverlizi
commited on
Commit
•
af9c348
1
Parent(s):
156adda
End of training
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
24 |
"v_proj",
|
25 |
"o_proj",
|
26 |
-
"up_proj",
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"q_proj",
|
25 |
"v_proj",
|
26 |
"o_proj",
|
|
|
27 |
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
+
"k_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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fa59dcfb5d5fc50c8cde3fbd96affb7b73d0701772425dfcb5b3012ef6eb73b
|
3 |
size 167832240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d36c4331f26b85f7a330a43ef945bad6d5c8e0497d349492e276cf99f8455338
|
3 |
size 5112
|