Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": "unsloth",
|
25 |
"target_modules": [
|
26 |
-
"down_proj",
|
27 |
-
"o_proj",
|
28 |
"q_proj",
|
29 |
-
"
|
30 |
"up_proj",
|
31 |
"v_proj",
|
|
|
|
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": "unsloth",
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"q_proj",
|
27 |
+
"o_proj",
|
28 |
"up_proj",
|
29 |
"v_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"down_proj",
|
32 |
"k_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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1618f5c6828f01374de8a1389d449af4c5185db9a27f54d66b5bf11041fb97bd
|
3 |
+
size 1216409944
|