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

cstr/omniasr-llm-1b-GGUF overview

OmniASR LLM 1B — GGUF GGUF conversion of facebook/omniASR LLM 1B https://huggingface.co/facebook/omniASR LLM 1B for use with CrispASR https://github.com/CrispS…

ggufspeechasrggmlomniasrautomatic-speech-recognitionenmultilingualbase_model:facebook/omniASR-LLM-1Bbase_model:quantized:facebook/omniASR-LLM-1Blicense:apache-2.0region:us

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

Downloads
194
Likes
0
Pipeline
automatic-speech-recognition
Author

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
omniasr-llm-1b-f16.ggufGGUFF164.24 GBDownload
omniasr-llm-1b-q4_k.ggufGGUFQ4_K1.34 GBDownload

Model Details

Model IDcstr/omniasr-llm-1b-GGUF
Authorcstr
Pipelineautomatic-speech-recognition
Licenseapache-2.0
Base modelfacebook/omniASR-LLM-1B
Last modified2026-08-02T15:34:19.000Z

Model README

---

license: apache-2.0

language:

  • en
  • multilingual

tags:

  • speech
  • asr
  • gguf
  • ggml
  • omniasr

pipeline_tag: automatic-speech-recognition

base_model: facebook/omniASR-LLM-1B

---

OmniASR LLM-1B — GGUF

GGUF conversion of facebook/omniASR-LLM-1B for use with CrispASR.

OmniASR is Meta's multilingual ASR model family supporting 1600+ languages. Apache-2.0 license.

Larger encoder (48L) + LLM decoder. Near-perfect English output.

Files

| File | Size |

| --- | ---: |

| omniasr-llm-1b-f16.gguf | 4.2 GB |

| omniasr-llm-1b-q4_k.gguf | 1.3 GB |

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-llm -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).

Provenance and EU AI Act Art. 53 note

  • Upstream model: facebook/omniASR-LLM-1B — published by facebook.
  • Upstream licence: apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
  • What was done here: format conversion and/or quantisation only (GGUF/GGML). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
  • Training data: documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository.
  • Provider status: under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.

Run cstr/omniasr-llm-1b-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