Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +3 -4
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/DeepSeek-R1-Distill-Llama-8B
|
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 |
|
16 |
➕ YAML Creation Feature will be added
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/DeepSeek-R1-Distill-Llama-8B
|
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 |
➕ YAML Creation Feature will be added
|
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
-
"
|
29 |
"up_proj",
|
30 |
"v_proj",
|
31 |
-
"
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"gate_proj",
|
27 |
+
"o_proj",
|
28 |
+
"k_proj",
|
29 |
"up_proj",
|
30 |
"v_proj",
|
31 |
+
"down_proj",
|
32 |
+
"q_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 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:662b7dc7c9ce358f1d349e1b99b7619c01b792fd0ff4da32f93397f57c1e5ebb
|
3 |
size 83945296
|