Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +5 -6
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "unsloth/gemma-
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
|
@@ -19,15 +19,14 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": "unsloth",
|
| 21 |
"target_modules": [
|
|
|
|
| 22 |
"v_proj",
|
| 23 |
-
"gate_proj",
|
| 24 |
"k_proj",
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
"down_proj",
|
| 28 |
-
"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
-
"use_dora": false,
|
| 32 |
"use_rslora": false
|
| 33 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/gemma-2b-bnb-4bit",
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": "unsloth",
|
| 21 |
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
"v_proj",
|
|
|
|
| 24 |
"k_proj",
|
| 25 |
+
"gate_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
"down_proj",
|
| 28 |
+
"o_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 31 |
"use_rslora": false
|
| 32 |
}
|
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:b127d1415db372b31c79805e1dc747bb7d357af097350bd19216ce66ba445117
|
| 3 |
+
size 78480072
|