Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,21 @@ tags:
|
|
13 |
This model was converted to GGUF format from [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-30B-A3B) for more details on the model.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
13 |
This model was converted to GGUF format from [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-30B-A3B) for more details on the model.
|
15 |
|
16 |
+
### **/think Parameters**
|
17 |
+
- **`temperature`**: 0.6
|
18 |
+
- **`top_p`**: 0.95
|
19 |
+
- **`top_k`**: 20
|
20 |
+
- **`min_p`**: 0
|
21 |
+
- **`presence_penalty`**: 1.5
|
22 |
+
|
23 |
+
|
24 |
+
### **/nothink Parameters**
|
25 |
+
- **`temperature`**: 0.7
|
26 |
+
- **`top_p`**: 0.8
|
27 |
+
- **`top_k`**: 20
|
28 |
+
- **`min_p`**: 0
|
29 |
+
- **`presence_penalty`**: 1.5
|
30 |
+
|
31 |
## Use with llama.cpp
|
32 |
Install llama.cpp through brew (works on Mac and Linux)
|
33 |
|