CoolFace
Modelpublic

prasadvittaldev/orpheus-kannada-male-qlora-v1-GGUF

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes70downloads
Model Card

Orpheus Kannada Male — GGUF

Quantised GGUF builds of `prasadvittaldev/orpheus-kannada-male-qlora-v1`, a Kannada single-speaker TTS voice for Orpheus.

The LLM emits SNAC audio-codec tokens; a SNAC vocoder decodes them to 24 kHz mono PCM. You need both this model and the SNAC decoder — this file alone does not produce audio.

Files

filesizenotes
orpheus-kannada-male-qlora-f16.gguf6.6 GBunquantised reference
orpheus-kannada-male-qlora-Q8_0.gguf3.5 GBhighest-fidelity practical build
orpheus-kannada-male-qlora-Q4_K_M.gguf2.1 GB~1.4x faster decode, smaller

Q2_K is deliberately not published. Measured on sibling checkpoints, 2-bit K-quant was slower than Q4KM despite being 30% smaller (dequantisation overhead exceeds the bandwidth saved) and inflated output length by up to 45%, indicating unstable stopping. It costs quality for negative speed.

Usage

Prompt format is kannada_male: <text>, wrapped in Orpheus control tokens (start 128259, tail [128009, 128260, 128261, 128257]). Audio tokens start at offset 128266, 7 tokens per SNAC frame, each + (position_in_frame 0-6) * 4096.

Recommended sampling: temperature 0.3, repetition_penalty 1.3. Output is quiet (the source corpus is low-level studio audio) — peak-normalise at inference.

Training

QLoRA (4-bit nf4 base, r=64 / alpha=128 on attention + MLP, embeddings frozen) over `canopylabs/3b-hi-pretrain-research_release`. The Hindi speech pretrain is used as the base because its SNAC audio-token embeddings are already trained — essential here, since embeddings stay frozen.

  • —Corpus: SYSPIN Kannada read speech, male speaker, 20,373 clips
  • —Eval loss 2.9927 (2 epochs, monotonic 3.6505 -> 2.9927)
  • —Trained on a single 16 GB RTX 5060 Ti in ~10 h

Credits and licensing

Speech data originates from the SYSPIN project (IISc SPIRE Lab); please refer to the upstream corpus for its terms. Base model by Canopy Labs. The Apache-2.0 tag above covers this repository's own artifacts, not the underlying corpus.

Limitations

Single speaker, single language. Trained on read studio speech, so highly expressive or conversational delivery is out of distribution. Numerals and English loanwords in Kannada script are handled but benefit from text normalisation upstream.