Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +3 -3
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
base_model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- mistral
|
8 |
- trl
|
9 |
-
license: apache-2.0
|
10 |
-
language:
|
11 |
-
- en
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
|
|
1 |
---
|
2 |
base_model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
10 |
- mistral
|
11 |
- trl
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
|
|
27 |
"o_proj",
|
|
|
28 |
"down_proj",
|
29 |
"q_proj",
|
30 |
-
"
|
31 |
-
"gate_proj",
|
32 |
-
"up_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"gate_proj",
|
28 |
"o_proj",
|
29 |
+
"up_proj",
|
30 |
"down_proj",
|
31 |
"q_proj",
|
32 |
+
"v_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 704703376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37dae2b56f8aacca4e7ff05d72bd53d429781ab706c1040e2b65973675e19df2
|
3 |
size 704703376
|