Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-30B-A3B-Thinking-2507
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
license_link: https://huggingface.co/Qwen/Qwen3-30B-A3B-Thinking-2507/blob/main/LICENSE
|
| 5 |
+
model_creator: Qwen
|
| 6 |
+
model_name: Qwen3-30B-A3B-Thinking-2507
|
| 7 |
+
quantized_by: Second State Inc.
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
+
library_name: transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Qwen3-30B-A3B-Thinking-2507-GGUF
|
| 13 |
+
|
| 14 |
+
## Original Model
|
| 15 |
+
|
| 16 |
+
[Qwen/Qwen3-30B-A3B-Thinking-2507](https://huggingface.co/Qwen/Qwen3-30B-A3B-Thinking-2507)
|
| 17 |
+
|
| 18 |
+
## Run with Gaianet
|
| 19 |
+
|
| 20 |
+
**Prompt template**
|
| 21 |
+
|
| 22 |
+
prompt template:
|
| 23 |
+
|
| 24 |
+
- `chatml`
|
| 25 |
+
|
| 26 |
+
**Context size**
|
| 27 |
+
|
| 28 |
+
chat_ctx_size: `256000`
|
| 29 |
+
|
| 30 |
+
**Run with GaiaNet**
|
| 31 |
+
|
| 32 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
| 33 |
+
|
| 34 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
| 35 |
+
|
| 36 |
+
*Quantized with llama.cpp b6031*
|