ariacompute/qwen3-0.6b_q326_channel
Model Card for Qwen3-0.6B (Aria Quant Bundle, q326_channel)
Model Details
Model Description
Qwen3 0.6B is a 600-million-parameter, dense Transformer decoder-only language model developed by the Qwen team at Alibaba Cloud, pre-trained on diverse public corpora and aligned via supervised fine-tuning (SFT) and direct preference optimization (DPO). This distribution is provided by Aria Compute as an aria-quant-bundle — a mixed-precision quantized package using Hadamard rotation + Lloyd-Max codebook quantization with per-channel codebooks (sensitive layers at 4-bit, remaining layers at ~3-bit, averaged to ~3.26 bits). It is optimized for generation quality on CPU-only, on-device inference for mobile phones, edge devices, and single-board computers via the Aria Engine runtime. No GPU or cloud connection is required.
- Developed by: Qwen Team (Alibaba Cloud)
- Quantized and distributed by: Aria Compute
- Model type: Dense Transformer decoder-only (language)
- Language(s): English (primary), Chinese, and 20+ additional languages
- License: Apache 2.0
- Finetuned from model: Qwen/Qwen3-0.6B
Model Sources
- Original Repository: QwenLM/Qwen3
- Original Paper: Qwen3 Technical Report (pending)
- Aria Compute Dashboard: ariacompute.com/dashboard/models
- Aria Engine: ariacompute.com
Uses
Direct Use
This quantized bundle is intended for on-device, offline text-generation tasks on resource-constrained hardware, including:
- On-device chat and conversational assistants
- Real-time text completion and sentence prediction
- Structured tool calling / function calling for mobile and IoT APIs
- Lightweight text embeddings for on-device retrieval and classification
- Short-form summarization of notifications, messages, and local content
Target Devices
Memory breakdown (q326_channel, at 4K context): ~170 MB quantized model weights (mmap) + 112 MB KV cache + 50 MB runtime overhead ≈ 330–360 MB.
Out-of-Scope Use
- Long-form creative writing (>2K tokens per generation)
- Mathematical theorem proving or complex multi-step reasoning
- Full program synthesis (reliable for short functions only)
- Multimodal input (this model is text-only)
- Real-time audio/speech processing (use Aria speech models)
- Safety-critical decision systems without human oversight
Bias, Risks, and Limitations
Limitations
- Reasoning depth: Multi-step logical reasoning (≥3 steps) degrades noticeably due to the 0.6B scale. Verify outputs in high-stakes scenarios.
- Mathematics: GSM8K and MATH performance is modest (~18% 5-shot). Use larger models for quantitative tasks.
- Code generation: Capable of short function completions and one-liners; unreliable for multi-file synthesis or algorithmic problem solving.
- Factual knowledge: Limited world knowledge compared to larger models. Always verify factual claims against authoritative sources.
- Instruction following: May fail on complex, multi-constraint prompts. Keep instructions short and specific.
- Quantization drift: Perplexity is close to FP16; generation prefix consistency (mean exact prefix fraction = 0.3854) ties with full q8 quantization, making this the recommended generation-quality recipe.
Bias and Risks
- Bias: As with all large language models trained on web-scale data, Qwen3 may reflect societal biases present in its training corpus. Evaluate outputs before deployment in sensitive domains (hiring, healthcare, law).
- Toxicity: The base model has been safety-aligned with refusal training. However, no safety filter is exhaustive. Consider an additional output classifier in high-risk environments.
- Hallucination: May generate plausible-sounding but factually incorrect information. Implement output verification for critical applications.
- Dual-use risk: Text-generation capabilities could be misused for spam, disinformation, or impersonation. Deploy responsibly and in accordance with the Apache 2.0 license terms.
Recommendations
Users (both direct and downstream) should be made aware of the above risks, biases, limitations, and constraints of the model. We recommend:
- Adding a lightweight output safety classifier for user-facing deployments
- Verifying factual claims with external knowledge bases
- Not using the model for high-stakes decisions without human review
How to Get Started with the Model
Download from Aria Compute
Authenticated dashboard users can download the bundle via: https://ariacompute.com/dashboard/models
