OmniASR CTC-300M-v2 โ GGUF
GGUF conversion of aadel4/omniASR-CTC-300M-v2 for use with CrispASR.
OmniASR is Meta's multilingual ASR model family supporting 1600+ languages. Apache-2.0 license.
Works on audio โค5 seconds (model positional encoding limit). Use --vad for longer audio.
Files
| File | Size |
|---|---|
omniasr-ctc-300m-v2-q4_k.gguf |
194 MB |
omniasr-ctc-300m-v2-q8_0.gguf |
343 MB |
omniasr-ctc-300m-v2.gguf |
623 MB |
Quick Start
git clone https://github.com/CrispStrobe/CrispASR && cd CrispASR
cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build -j$(nproc)
./build/bin/crispasr --backend omniasr -m auto --auto-download -f audio.wav
Conversion
Converted using CrispASR's converter scripts with fixed positional conv weight normalization (per-kernel-position norm, not per-output-channel).
- Downloads last month
- 243
Hardware compatibility
Log In to add your hardware
8-bit
Model tree for cstr/omniASR-CTC-300M-v2-GGUF
Base model
aadel4/omniASR-CTC-300M-v2