0zhr

0zhr is an open conversational language model designed for reasoning, long-form dialogue, and tool-aware agent workflows.

Unlike lightweight chat models optimized only for response speed, 0zhr is designed to spend additional computation on planning, structured reasoning, and maintaining coherent conversations across longer interactions.

Source code & release: github.com/0penAGI/0pen โ€” dataset pipeline, LoRA training script (lora.py), adapter weights, and GGUF conversion.

Highlights

  • ๐Ÿง  Thinking / reasoning capable
  • ๐Ÿ”ง Designed for tool calling workflows
  • ๐Ÿ’ฌ Strong conversational abilities
  • ๐ŸŒ Multilingual (English + Russian)
  • ๐Ÿ“š Long-form explanations
  • ๐Ÿค Natural dialogue style
  • โšก Optimized for local inference

Philosophy

0zhr was trained with a focus on dialogue quality rather than benchmark optimization alone.

The goal is to produce responses that remain coherent during long conversations, reason before answering when appropriate, and integrate naturally into agent systems.


Capabilities

  • reasoning over multi-step problems
  • coding assistance
  • mathematics
  • writing
  • summarization
  • brainstorming
  • analysis
  • roleplay
  • tool-use planning
  • instruction following

Intended Use

0zhr is suitable for

  • local assistants
  • autonomous agents
  • research
  • coding
  • educational applications
  • creative writing
  • chatbot systems

Comparison

Model Speed Thinking Tool Calls
0pen โญโญโญโญโญ โŒ โŒ
0zhr โญโญโญโญ โœ… โœ…

0pen prioritizes latency.

0zhr prioritizes reasoning quality.


Training

0zhr is a LoRA fine-tune of Qwen3 4B (mlx-community/Qwen3-4B-4bit), trained on a dialogue-focused corpus emphasizing

  • coherent conversation
  • reasoning
  • reflective dialogue
  • instruction following
  • helpfulness
  • multilingual communication

The full training script (lora.py) is included in this repository. This release is the GGUF (Q4_K_M) export, fully compatible with llama.cpp and Ollama.


Example

User

Why does this mathematical proof fail?

0zhr

The proof becomes invalid when it divides by (a - b). Since the assumption is a = b, we have (a - b) = 0, making that step a division by zero. Every step after that no longer follows logically.


Run with Ollama

ollama create 0zhr -f Modelfile
ollama run 0zhr

Modelfile:

FROM ./0zhr_q4.gguf

SYSTEM """
You are 0zhr, created by 0penAGI. 
"""

PARAMETER temperature 0.55
PARAMETER top_p 0.9
PARAMETER num_ctx 32768

Run with llama.cpp

llama-cli -m 0zhr_q4.gguf -p "Hello, what can you do?" -n 256

Limitations

Like every language model,

  • can hallucinate
  • may generate incorrect factual information
  • should not replace professional advice
  • reasoning quality depends on prompt complexity

License

Apache-2.0


Made with โค๏ธ by 0penAGI

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

We're not able to determine the quantization variants.

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

Model tree for 0penAGI/0zhr

Finetuned
Qwen/Qwen3-4B
Adapter
(1102)
this model