Views
No views yet
kyutai/stt-1b-en_fr for use with CrispStrobe/CrispASR.| File | Quant | Size | Notes |
|---|---|---|---|
kyutai-stt-1b.gguf | F16 | 2.0 GB | Full precision |
kyutai-stt-1b-q8_0.gguf | Q8_0 | 1.1 GB | High quality |
kyutai-stt-1b-q4_k.gguf | Q4_K | 636 MB | Best size/quality tradeoff |
1git clone https://github.com/CrispStrobe/CrispASR && cd CrispASR
2cmake -S . -B build && cmake --build build -j8
3
4# Auto-detect backend from GGUF
5./build/bin/crispasr -m kyutai-stt-1b-q4_k.gguf -f audio.wav
6
7# Explicit backend
8./build/bin/crispasr --backend kyutai-stt -m kyutai-stt-1b-q4_k.gguf -f audio.wav -osrt1python models/convert-kyutai-stt-to-gguf.py --input kyutai/stt-1b-en_fr --output kyutai-stt-1b.gguf
2crispasr-quantize kyutai-stt-1b.gguf kyutai-stt-1b-q4_k.gguf q4_kkyutai.cc-by-4.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.