CoolFace
Modelpublic

Xenna/cielvox2-asr-0.6b-GGUF

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes1downloads
Model Card

CielVox 2 ASR 0.6B GGUF

Quantized automatic speech recognition model for CielVox 2. Use with --backend cielvox2-asr.

Usage

bash
LD_LIBRARY_PATH=build/src:build/ggml/src \
./build/bin/stelnettts \
  --backend cielvox2-asr \
  -m cielvox-asr-0.6b-q8_0.gguf \
  -f input.wav \
  --output-file /tmp/transcript \
  -l en \
  -t $(nproc) \
  --i-have-rights

Achieves ~8.3x realtime on AMD Radeon 780M.