Views
No views yet
telugu_male.| Base | canopylabs/3b-hi-pretrain-research_release (Orpheus, Llama-3.2-3B backbone) |
| Method | QLoRA (4-bit nf4 base, bf16 compute), r=64 alpha=128, attention + MLP; embeddings frozen |
| Schedule | 2 epochs, lr 2e-4 cosine, batch 1 x grad-accum 16 |
| Hardware | one 16 GB RTX 5060 Ti, trained locally |
| Corpus | SYSPIN Telugu (arpit-tiwari/syspin-telugu-tts) -- studio read speech with ground-truth transcripts |
{voice}: {text}; the voice is a literal text
prefix learned at training time, so this model has no zero-shot cloning and
takes no audio input.(position_in_frame 0-6) * 4096.temperature=0.3, repetition_penalty=1.3.
Output is quiet (peaks ~0.2-0.4) -- peak-normalise or level it downstream.| Quantisation | Size | Notes |
|---|---|---|
| f16 | 6.2 GB | conversion source |
| Q8_0 | 3.3 GB | served in production |
| Q4_K_M | 2.0 GB | measured faster than Q8_0 (RTF 0.90 vs 1.09) at no audible cost |
| Q2_K | 1.4 GB | included for comparison only |
hubertsiuzdak/snac_24khz) to turn the emitted codec tokens into audio --
the GGUF alone produces tokens, not waveforms.