Upload model
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
-
base_model: unsloth/mistral-7b
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
+
base_model: unsloth/mistral-7b
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
adapter_config.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"up_proj",
|
| 23 |
-
"q_proj",
|
| 24 |
-
"gate_proj",
|
| 25 |
-
"o_proj",
|
| 26 |
"v_proj",
|
|
|
|
|
|
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
-
"
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM"
|
| 31 |
}
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"v_proj",
|
| 23 |
+
"o_proj",
|
| 24 |
+
"down_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
"k_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
+
"gate_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM"
|
| 31 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 671149168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcfe6b89e3a912a4d78e1217c261e83d0690f719116d203358213a765a932256
|
| 3 |
size 671149168
|