Zen3 Audio
Collection
Speech recognition + text-to-speech. • 7 items • Updated
How to use zenlm/zen-3-asr-0.6B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="zenlm/zen-3-asr-0.6B") # Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("zenlm/zen-3-asr-0.6B", dtype="auto")Compact 0.6B Zen3 automatic speech recognition model, tuned for edge devices and latency-sensitive deployments while retaining the core Zen3 audio family acoustic stack.
Served at api.hanzo.ai as zen3-asr-0.6b.
Mirror staging in progress. Use the canonical base via the base_model link in frontmatter until weights land here.
Built on Qwen/Qwen3-ASR-0.6B (Apache-2.0). Mirrored here for the Zen3 audio family.
Base model
Qwen/Qwen3-ASR-0.6B