Qwen 3 1.7B

Qwen 3 is not the latest model in the Qwen series. Qwen 3.5 is now available.


Model Capabilities

  • Text generation โ€” instruction-following chat model
  • Tool calling โ€” supports function/tool call syntax
  • Thinking mode โ€” can show explicit reasoning steps before answering (see Getting Started)
  • Multilinguality โ€” supports over 100 different languages

Getting Started

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.


Downloads last month
525
GGUF
Model size
2B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for NobodyWho/Qwen_Qwen3-1.7B-GGUF

Finetuned
Qwen/Qwen3-1.7B
Quantized
(252)
this model

Collection including NobodyWho/Qwen_Qwen3-1.7B-GGUF