Views
No views yet
1# Add punctuation to any ASR backend's output
2crispasr --backend wav2vec2 -m wav2vec2.gguf --punc-model fireredpunc-q8_0.gguf -f audio.wav
3
4# Works with all backends
5crispasr --backend omniasr -m omniasr-ctc-1b-q4_k.gguf --punc-model fireredpunc-q8_0.gguf -f audio.wav| File | Quant | Size | Description |
|---|---|---|---|
fireredpunc.gguf | F16 | 195 MB | Full precision |
fireredpunc-q8_0.gguf | Q8_0 | 104 MB | Recommended — lossless quality |
fireredpunc-q4_k.gguf | Q4_K | 56 MB | Smaller but may miss some punctuation |
and so my fellow americans ask not what your country can do for you ask what you can do for your countryAnd so my fellow americans, ask not what your country can do for you, ask what you can do for your country?1python models/convert-fireredpunc-to-gguf.py \
2 --input /path/to/FireRedPunc \
3 --output fireredpunc.ggufFireRedTeam.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.