GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

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…

transformersggufspeechaudiowav2vec2automatic-speech-recognitionlicense:apache-2.0endpoints_compatibleregion:us

Runs locally from ~204.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
217
Likes
0
Pipeline
automatic-speech-recognition
Author

Repository Files & Downloads

11 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
omniASR-CTC-300M-v2-q2_k.ggufGGUFQ2_K204.5 MBDownload
omniASR-CTC-300M-v2-q3_k.ggufGGUFQ3_K229.9 MBDownload
omniASR-CTC-300M-v2-q4_0.ggufGGUFQ4_0263.1 MBDownload
omniASR-CTC-300M-v2-q4_1.ggufGGUFQ4_1278.7 MBDownload
omniASR-CTC-300M-v2-q4_k.ggufGGUFQ4_K263.1 MBDownload
omniASR-CTC-300M-v2-q5_0.ggufGGUFQ5_0294.4 MBDownload
omniASR-CTC-300M-v2-q5_1.ggufGGUFQ5_1310.0 MBDownload
omniASR-CTC-300M-v2-q5_k.ggufGGUFQ5_K294.4 MBDownload
omniASR-CTC-300M-v2-q6_k.ggufGGUFQ6_K327.6 MBDownload
omniASR-CTC-300M-v2-q8_0.ggufGGUFQ8_0388.1 MBDownload
omniASR-CTC-300M-v2.ggufGGUFGGUF622.6 MBDownload

Model Details

Model IDKevinKibe/omniASR-CTC-300M-v2-GGUF
AuthorKevinKibe
Pipelineautomatic-speech-recognition
Licenseapache-2.0
Base model
Last modified2026-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.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models