File size: 807 Bytes
724479b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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
```