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

cstr/firered-lid-GGUF overview

FireRedLID GGUF GGUF conversion of FireRedTeam/FireRedLID https://huggingface.co/FireRedTeam/FireRedLID for use with CrispStrobe/CrispASR https://github.com/Cr…

ggmlggufaudiospeech-recognitionlanguage-identificationfireredconformerautomatic-speech-recognitionmultilingualbase_model:FireRedTeam/FireRedLIDbase_model:quantized:FireRedTeam/FireRedLIDlicense:apache-2.0region:us

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

Downloads
340
Likes
1
Pipeline
automatic-speech-recognition
Author

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
firered-lid-f16.ggufGGUFF161.69 GBDownload
firered-lid-q2_k.ggufGGUFQ2_K349.9 MBDownload
firered-lid-q4_k.ggufGGUFQ4_K543.3 MBDownload
firered-lid-q8_0.ggufGGUFQ8_0956.3 MBDownload
firered-lid.ggufGGUFGGUF1.69 GBDownload

Model Details

Model IDcstr/firered-lid-GGUF
Authorcstr
Pipelineautomatic-speech-recognition
Licenseapache-2.0
Base modelFireRedTeam/FireRedLID
Last modified2026-08-02T15:22:35.000Z

Model README

---

license: apache-2.0

language:

  • multilingual

pipeline_tag: automatic-speech-recognition

tags:

  • audio
  • speech-recognition
  • language-identification
  • gguf
  • firered
  • conformer

library_name: ggml

base_model: FireRedTeam/FireRedLID

---

FireRedLID -- GGUF

GGUF conversion of FireRedTeam/FireRedLID for use with CrispStrobe/CrispASR.

Available variants

| File | Type | Size | Notes |

|---|---|---|---|

| firered-lid.gguf | F16 | 1.7 GB | Encoder (F16) + LID decoder |

Model details

  • Architecture: Conformer encoder (16L, d=1280, 20 heads) + 6L Transformer decoder (8 heads, cross-attention)
  • Parameters: ~887M (723M shared encoder + 164M LID decoder)
  • Languages: 100+ languages + 20+ Chinese dialects
  • Accuracy: 97.18% on FLEURS-82, 92.07% on CommonVoice-74
  • License: Apache 2.0
  • Output: Language code (e.g., "en", "zh", "mandarin", "ja")

Usage with CrispASR

# Language identification
./build/bin/crispasr --backend firered-asr -m firered-lid.gguf -f audio.wav

The encoder is shared with FireRedASR2-AED. The LID decoder uses 8 attention heads (vs 20 for ASR).

Conversion

python models/convert-firered-lid-to-gguf.py --input FireRedTeam/FireRedLID --output firered-lid.gguf

Provenance and EU AI Act Art. 53 note

  • Upstream model: FireRedTeam/FireRedLID — published by FireRedTeam.
  • 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. No training-content summary was found on the upstream model card at the time of writing; that documentation gap is upstream's and is not filled here.
  • 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/firered-lid-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