Views
No views yet
| Quant | Size | Description |
|---|---|---|
| F16 | 219 MB | Full precision |
| Q8_0 | 130 MB | 8-bit |
| Q4_K | 82 MB | 4-bit K-quant (recommended) |
1# Arabic ASR:
2crispasr --backend fastconformer-ctc -m stt-ar-fastconformer-hybrid-ctc-large-q4_k.gguf -f audio.wav
3
4# Forced alignment (word timestamps for known text, or re-timing an .srt):
5crispasr --align-only -am stt-ar-fastconformer-hybrid-ctc-large-q4_k.gguf \
6 -f audio.wav --text-file subtitles.srt --align-output retimed.srtmodels/convert-stt-fastconformer-ctc-to-gguf.py in CrispASR.nvidia.cc-by-4.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.