GREENY: A Full-F 2D Gyrofluid Reconnection Code
Paper โข 2502.10219 โข Published
GGUF conversion of Facebook's omniASR-CTC-1B for use with CrispASR.
# Auto-detected from GGUF metadata (omniasr-ctc arch)
crispasr --backend omniasr -m omniasr-ctc-1b-q4_k.gguf -f audio.wav
# With language specification
crispasr --backend omniasr -m omniasr-ctc-1b-q4_k.gguf -l de -f audio.wav
| File | Quant | Size | Description |
|---|---|---|---|
omniasr-ctc-1b.gguf |
F16 | 1.9 GB | Full precision |
omniasr-ctc-1b-q4_k.gguf |
Q4_K | 551 MB | Recommended โ good balance of quality and size |
Converted using:
python models/convert-omniasr-ctc-to-gguf.py \
--input facebook/omniASR-CTC-1B \
--output omniasr-ctc-1b.gguf
Quantized with:
crispasr-quantize omniasr-ctc-1b.gguf omniasr-ctc-1b-q4_k.gguf Q4_K
| Model | Params | Size (Q4_K) | Accuracy |
|---|---|---|---|
| OmniASR-CTC-300M | 300M | 157 MB | Good |
| OmniASR-CTC-1B | 1B | 551 MB | Better (deeper encoder) |
Both use the same CTC architecture โ the 1B variant has 48 encoder layers (vs 24) and wider hidden dimension (1280 vs 1024).
We're not able to determine the quantization variants.
Base model
facebook/omniASR-CTC-1B