Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,17 @@ tags:
|
|
15 |
This model was converted to GGUF format from [`DavidAU/Qwen3-8B-64k-Context-2X-Medium`](https://huggingface.co/DavidAU/Qwen3-8B-64k-Context-2X-Medium) 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-64k-Context-2X-Medium) 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-64k-Context-2X-Medium`](https://huggingface.co/DavidAU/Qwen3-8B-64k-Context-2X-Medium) 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-64k-Context-2X-Medium) for more details on the model.
|
17 |
|
18 |
+
---
|
19 |
+
Qwen3 - 8B set at 64k (65536) context by extended YARN.
|
20 |
+
|
21 |
+
By changing the maximum context (from 32k) to different values this changes:
|
22 |
+
|
23 |
+
- reasoning
|
24 |
+
- prose, sentence, and output
|
25 |
+
- general performance (up or down, depending on use case)
|
26 |
+
- longer and/or more detailed outputs, especially long form.
|
27 |
+
|
28 |
+
---
|
29 |
## Use with llama.cpp
|
30 |
Install llama.cpp through brew (works on Mac and Linux)
|
31 |
|