zeekay commited on
Commit
bece6a3
·
verified ·
1 Parent(s): aea4194

docs: clarify Zen fine-tune of Qwen3 audio base + honest base_model attribution

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -5,27 +5,36 @@ pipeline_tag: text-to-speech
5
  language:
6
  - en
7
  - zh
 
 
 
8
  tags:
9
  - zen3
10
  - zen3-tts
11
  - zenlm
12
- - hanzo
13
  - speech-synthesis
14
  - voice-design
15
  - controllable
16
  - 12hz
17
- - zen-3
18
  ---
19
 
20
  # Zen3 TTS Voice Design
21
 
22
- Zen3 TTS variant specialized for voice design: synthesize new speakers from natural-language descriptors (timbre, age, accent, affect) without reference audio. Part of the Zen3 audio family.
23
 
24
- ## Hosted via Hanzo gateway
25
 
26
- Served at `api.hanzo.ai` as `zen3-tts-voice-design`.
 
 
27
 
28
  ## Weights
29
 
30
- Mirror staging in progress. Use the canonical base from the Zen model card until weights land here.
31
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  - zh
8
+ base_model:
9
+ - Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign
10
+ base_model_relation: finetune
11
  tags:
12
  - zen3
13
  - zen3-tts
14
  - zenlm
15
+ - qwen3-tts
16
  - speech-synthesis
17
  - voice-design
18
  - controllable
19
  - 12hz
 
20
  ---
21
 
22
  # Zen3 TTS Voice Design
23
 
24
+ Zen3 TTS variant for voice design: synthesize new speakers from natural-language descriptors (timbre, age, accent, affect) without reference audio.
25
 
26
+ Derived by fine-tuning [`Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign`](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign) (Alibaba Cloud, Apache-2.0).
27
 
28
+ - Architecture: `Qwen3TTSForConditionalGeneration` (`qwen3_tts`)
29
+ - Parameters: ~1.7B
30
+ - Base model: [`Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign`](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign)
31
 
32
  ## Weights
33
 
34
+ This repository contains the model weights: `model.safetensors` (talker) plus a `speech_tokenizer/` module (12 Hz codec), config and tokenizer files.
35
 
36
+ The model uses the `qwen3_tts` architecture and loads with `transformers` (>= 4.57). It is API-compatible with the upstream base — follow the inference recipe on the base model card [`Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign`](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign).
37
+
38
+ ## Provenance
39
+
40
+ Fine-tuned from [`Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign`](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign) (Apache-2.0). See `NOTICE` for full attribution.