Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- generation_config.json +6 -0
adapter_config.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": "unsloth",
|
| 25 |
"target_modules": [
|
|
|
|
| 26 |
"up_proj",
|
| 27 |
-
"o_proj",
|
| 28 |
"k_proj",
|
| 29 |
"v_proj",
|
| 30 |
-
"gate_proj",
|
| 31 |
"q_proj",
|
| 32 |
-
"
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": "unsloth",
|
| 25 |
"target_modules": [
|
| 26 |
+
"down_proj",
|
| 27 |
"up_proj",
|
|
|
|
| 28 |
"k_proj",
|
| 29 |
"v_proj",
|
|
|
|
| 30 |
"q_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"gate_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c825959a21e9d951d0b468521803c604de23f6f80f33ecfde3956582532e58bc
|
| 3 |
+
size 167832240
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"transformers_version": "4.39.2"
|
| 6 |
+
}
|