Text-to-Speech
Transformers
Safetensors
Qwen3-TTS
English
Chinese
text-generation
zen3
zen3-tts
zenlm
qwen3-tts
speech-synthesis
edge
low-latency
12hz
Instructions to use zenlm/zen3-tts-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zenlm/zen3-tts-0.6B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="zenlm/zen3-tts-0.6B")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("zenlm/zen3-tts-0.6B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add NOTICE for license compliance
Browse files
NOTICE
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
Zen
|
| 2 |
-
Copyright
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
-
|
| 8 |
-
distributed under a compatible permissive license. Upstream
|
| 9 |
-
attribution is retained as required by that license.
|
|
|
|
| 1 |
+
Zen 3 Speech
|
| 2 |
+
Copyright (c) 2024-2026 Zen LM, Inc.
|
| 3 |
|
| 4 |
+
Developed by Zen LM, Inc. in collaboration with Hanzo AI and Zoo Labs Foundation.
|
| 5 |
+
Licensed under the Apache License, Version 2.0 (see LICENSE).
|
| 6 |
|
| 7 |
+
Derived from Qwen/Qwen3-TTS-12Hz-0.6B-Base (Copyright (c) Alibaba Cloud, Apache-2.0).
|
|
|
|
|
|