How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="zenlm/zen-nano",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

zen-nano

Superseded by zenlm/zen3-nano — canonical name.

Compact language model for fast inference and edge deployment.

Repackaged from Qwen/Qwen3-0.6B (apache-2.0, Alibaba Qwen). Not trained from scratch — a permissively-licensed redistribution for the OSS-clean Zen model line.

Specs

Property Value
Parameters 0.6B (dense)
Architecture Qwen3 (Qwen3ForCausalLM)

License

apache-2.0. Upstream: Qwen/Qwen3-0.6B by Alibaba Qwen (apache-2.0).

Downloads last month
767
Safetensors
Model size
0.6B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with zenlm/zen-nano.

Model tree for zenlm/zen-nano

Finetuned
Qwen/Qwen3-0.6B
Quantized
(364)
this model

Collection including zenlm/zen-nano