KevinKibe/omniASR-CTC-300M-v2-GGUF overview
OmniASR CTC 300M v2 GGUF GGUF quantizations of OmniASR CTC 300M v2 , a multilingual CTC based Automatic Speech Recognition ASR model supporting over 1,600 lang…
Runs locally from ~204.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| omniASR-CTC-300M-v2-q2_k.gguf | GGUF | Q2_K | 204.5 MB | Download |
| omniASR-CTC-300M-v2-q3_k.gguf | GGUF | Q3_K | 229.9 MB | Download |
| omniASR-CTC-300M-v2-q4_0.gguf | GGUF | Q4_0 | 263.1 MB | Download |
| omniASR-CTC-300M-v2-q4_1.gguf | GGUF | Q4_1 | 278.7 MB | Download |
| omniASR-CTC-300M-v2-q4_k.gguf | GGUF | Q4_K | 263.1 MB | Download |
| omniASR-CTC-300M-v2-q5_0.gguf | GGUF | Q5_0 | 294.4 MB | Download |
| omniASR-CTC-300M-v2-q5_1.gguf | GGUF | Q5_1 | 310.0 MB | Download |
| omniASR-CTC-300M-v2-q5_k.gguf | GGUF | Q5_K | 294.4 MB | Download |
| omniASR-CTC-300M-v2-q6_k.gguf | GGUF | Q6_K | 327.6 MB | Download |
| omniASR-CTC-300M-v2-q8_0.gguf | GGUF | Q8_0 | 388.1 MB | Download |
| omniASR-CTC-300M-v2.gguf | GGUF | GGUF | 622.6 MB | Download |
Model Details
| Model ID | KevinKibe/omniASR-CTC-300M-v2-GGUF |
|---|---|
| Author | KevinKibe |
| Pipeline | automatic-speech-recognition |
| License | apache-2.0 |
| Base model | — |
| Last modified | 2026-06-24T09:53:36.000Z |
Model README
---
license: apache-2.0
library_name: transformers
tags:
- speech
- audio
- wav2vec2
- automatic-speech-recognition
pipeline_tag: automatic-speech-recognition
---
OmniASR-CTC-300M-v2 GGUF
GGUF quantizations of OmniASR-CTC-300M-v2, a multilingual CTC-based Automatic Speech Recognition (ASR) model supporting over 1,600 languages.
This repository provides pre-quantized GGUF variants for efficient CPU and edge deployment with CrispASR and other GGUF-compatible runtimes.
Original Model
For Hugging Face Transformers format and usage, see the original model repository:
Available Quantizations
| Quantization | Description |
| ------------ | ------------------------------------ |
| q2_k | 2-bit K-quant |
| q3_k | 3-bit K-quant |
| q4_0 | 4-bit quantization |
| q4_1 | 4-bit quantization |
| q4_k | 4-bit K-quant |
| q5_0 | 5-bit quantization |
| q5_1 | 5-bit quantization |
| q5_k | 5-bit K-quant |
| q6_k | 6-bit K-quant |
| q8_0 | 8-bit quantization |
Usage with CrispASR
Installation
Follow the CrispASR installation guide:
https://github.com/CrispStrobe/CrispASR#install--build
Example
./build/bin/crispasr \
--backend omniasr \
--vad \
-m omniasr-ctc-300m-v2-q8_0.gguf \
-f audio.wav
Quantization Documentation
For details on GGUF quantization formats and instructions for generating additional quantized variants, see:
https://github.com/CrispStrobe/CrispASR/blob/main/docs/quantize.md
License
Apache 2.0
Run KevinKibe/omniASR-CTC-300M-v2-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models