Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,22 @@ base_model: DavidAU/Qwen3-8B-256k-Context-8X-Grand
|
|
| 15 |
This model was converted to GGUF format from [`DavidAU/Qwen3-8B-256k-Context-8X-Grand`](https://huggingface.co/DavidAU/Qwen3-8B-256k-Context-8X-Grand) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 16 |
Refer to the [original model card](https://huggingface.co/DavidAU/Qwen3-8B-256k-Context-8X-Grand) for more details on the model.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## Use with llama.cpp
|
| 19 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 20 |
|
|
|
|
| 15 |
This model was converted to GGUF format from [`DavidAU/Qwen3-8B-256k-Context-8X-Grand`](https://huggingface.co/DavidAU/Qwen3-8B-256k-Context-8X-Grand) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 16 |
Refer to the [original model card](https://huggingface.co/DavidAU/Qwen3-8B-256k-Context-8X-Grand) for more details on the model.
|
| 17 |
|
| 18 |
+
---
|
| 19 |
+
Qwen3 - 8B set at 256k (262144) context by extended YARN.
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
This is a collection of models of Qwen 3 8Bs with max context set at 64k, 96k, 128k, 192k, 256k, and 320k.
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
By changing the maximum context (from 32k) to different values this changes:
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- reasoning
|
| 29 |
+
- prose, sentence, and output
|
| 30 |
+
- general performance (up or down, depending on use case)
|
| 31 |
+
- longer and/or more detailed outputs, especially long form.
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
## Use with llama.cpp
|
| 35 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 36 |
|