Qwen 3
Collection
3 items โข Updated
Qwen 3 is not the latest model in the Qwen series. Qwen 3.5 is now available.
Download the model:
wget https://huggingface.co/NobodyWho/Qwen_Qwen3-1.7B-GGUF/resolve/main/Qwen_Qwen3-1.7B-Q4_K_M.gguf
Run with NobodyWho:
from nobodywho import Chat
chat = Chat("./Qwen_Qwen3-1.7B-Q4_K_M.gguf")
response = chat.ask("What is the capital of Denmark?").completed()
print(response) # Copenhagen!
To enable thinking mode:
chat = Chat("./Qwen_Qwen3-1.7B-Q4_K_M.gguf", template_variables={"enable_thinking": True})
response = chat.ask("Solve this step by step: if x + 3 = 7, what is x?").completed()
print(response) # 4
Benchmarks
Coming soon.
Model Details
| Property | Value |
|---|---|
| Parameters | 1.7B |
| Context length | 32,768 tokens |
| Knowledge cutoff | Unknown |
| License | Apache 2.0 |
| Base model | Qwen/Qwen3-1.7B |
Credits
GGUF quantizations provided by bartowski.
4-bit