Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +3 -4
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- gguf
|
9 |
-
- ollama
|
10 |
-
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
13 |
-
|
14 |
---
|
15 |
# 🚧 Fixing the Issue 🚧 ...
|
16 |
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- gguf
|
9 |
+
- ollama
|
10 |
+
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
|
|
13 |
---
|
14 |
# 🚧 Fixing the Issue 🚧 ...
|
15 |
|
adapter_config.json
CHANGED
@@ -25,11 +25,11 @@
|
|
25 |
"target_modules": [
|
26 |
"v_proj",
|
27 |
"q_proj",
|
|
|
28 |
"gate_proj",
|
|
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
-
"down_proj",
|
32 |
-
"o_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
25 |
"target_modules": [
|
26 |
"v_proj",
|
27 |
"q_proj",
|
28 |
+
"up_proj",
|
29 |
"gate_proj",
|
30 |
+
"o_proj",
|
31 |
"k_proj",
|
32 |
+
"down_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 24365320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:155ce4d70e1dc337923e8f9e266e17989f268b9da2ac8cbbfb1a6a73fcc520d0
|
3 |
size 24365320
|