GGUF conversion of Facebook's
omniASR-CTC-1B for use with
CrispASR.
1# Auto-detected from GGUF metadata (omniasr-ctc arch)
2crispasr --backend omniasr -m omniasr-ctc-1b-q4_k.gguf -f audio.wav
3
4# With language specification
5crispasr --backend omniasr -m omniasr-ctc-1b-q4_k.gguf -l de -f audio.wav
1python models/convert-omniasr-ctc-to-gguf.py \
2 --input facebook/omniASR-CTC-1B \
3 --output omniasr-ctc-1b.gguf
Both use the same CTC architecture — the 1B variant has 48 encoder layers (vs 24) and wider hidden dimension (1280 vs 1024).