583 / README.md
Pranavz's picture
Publish TinyAya checkpoint 58331
724479b verified
|
Raw
History Blame Contribute Delete
807 Bytes
---
license: other
pipeline_tag: text-to-speech
tags: [tinyaya, mimi, text-to-speech, multilingual, style-control]
---
# TinyAya 583
Native Hugging Face release of TinyAya Mimi-Q8 TTS checkpoint step 58331.
It includes the complete language model, stop predictor, expanded tokenizer, and Mimi codec. It does not fetch `CohereLabs/tiny-aya-fire` at runtime.
Speakers: `Ira, Aisha, Siya, Zoya, Silver`
Prompt format:
```text
Ira: <description="happy, Telugu accent, fast pace"> target text
```
Inline events: `<laugh>`, `<chuckle>`, `<sigh>`.
```bash
pip install torch transformers accelerate safetensors huggingface_hub
python inference.py --speaker Ira --text '<description="happy, Telugu accent, fast pace"> నమస్తే, మీరు ఎలా ఉన్నారు?' --output output.wav
```