cstr / ark-asr-3b-GGUF

huggingface.co
Total runs: 833
24-hour runs: 23
7-day runs: 50
30-day runs: 29
Model's Last Updated: July 03 2026
automatic-speech-recognition

Introduction of ark-asr-3b-GGUF

Model Details of ark-asr-3b-GGUF

ARK-ASR-3B — GGUF

GGUF conversions of AutoArk-AI/ARK-ASR-3B , a 19-language automatic speech recognition model, for use with CrispASR (a ggml/llama.cpp-style C++ engine).

⚠️ Experimental / work-in-progress. Core ASR is validated and accurate (see below), but the backend has known rough edges — read Limitations before relying on it.

Architecture

ARK-ASR-3B = Whisper-large-v3 encoder with partial rotary position embeddings MLP adapter Qwen2.5-3B decoder with audio-token injection. A single self-contained GGUF holds the encoder, adapter, and language model.

  • Encoder — Whisper-large-v3 conv stem + 32 layers, but Whisper's learned positional embeddings are replaced by partial interleaved RoPE (rotates the first 32 of 64 head dims, θ=10000, on Q and K; k_proj has no bias; the encoder's own final LayerNorm is dropped). Because positions are rotary, the encoder handles arbitrary-length audio in one pass — there is no 30 s cap.
  • Adapter — LayerNorm → merge 4 consecutive frames → Linear 5120→4096 → GELU → Linear 4096→2048.
  • Decoder — stock Qwen2.5-3B (2048 hidden, 36 layers, GQA 16Q/2KV, SwiGLU, RMSNorm, θ=1e6, tied embeddings). The <|audio|> placeholder embeddings are overwritten by the adapter's audio features, then the transcript is decoded.

Mel features use the stock WhisperFeatureExtractor recipe (128 bins, n_fft 400, hop 160).

Files
File Size Notes
ark-asr-3b-f16.gguf 7.0 GB Full precision. Reference quality.
ark-asr-3b-q8_0.gguf 4.0 GB Recommended. Near-lossless; validated against the F16/PyTorch reference.
ark-asr-3b-q4_k.gguf 3.3 GB Smallest. Encoder/adapter/embeddings kept in F16, only the Qwen2 decoder body is Q4_K. Verbatim on test clips.

All three transcribe the JFK sample verbatim. Q8_0 is the best size/quality trade-off.

Usage (CrispASR)
# Build CrispASR, then:
crispasr -m ark-asr-3b-q8_0.gguf --backend ark-asr -f audio.wav

# Optional best-effort language hint (the model is promptless; see Limitations):
crispasr -m ark-asr-3b-q8_0.gguf --backend ark-asr -l de -f audio.wav

# Force CPU (GPU is the default):
CRISPASR_ARKASR_CPU=1 crispasr -m ark-asr-3b-q8_0.gguf --backend ark-asr -f audio.wav

-m auto --backend ark-asr also resolves these files via the model registry.

Validation

The C++ port was checked stage-by-stage against the original PyTorch model ( trust_remote_code , bf16) with CrispASR's diff harness on the JFK clip:

Stage Cosine vs. reference
log-mel spectrogram 0.999993
first decoder logits (Q8_0) 0.999646
audio embeddings (Q8_0, mean) 0.999445

End-to-end the transcript matches the reference verbatim (English and German tested).

Limitations (WIP)
  • Whole-audio by default. Matching the reference, CrispASR encodes the entire clip in one pass (no chunking). Very long files fall back to internal 30 s chunking above a cap ( CRISPASR_ARKASR_MAX_SINGLE_PASS_S , default 300 s) to bound memory; chunked segments can re-detect language independently, so pass --vad or raise the cap for long multilingual audio.
  • Promptless language steering. The model has no language parameter; -l injects a best-effort "Transcribe the audio in ." instruction, but the model was not instruction-trained, so it is not a hard guarantee.
  • GPU: default and validated on Apple Metal (verbatim; ~5.6× faster prefill, roughly neutral per-token decode on unified memory). CUDA is not yet validated — use CRISPASR_ARKASR_CPU=1 if you hit issues.
Attribution & license

Base model: AutoArk-AI/ARK-ASR-3B (on-policy distilled, THU-NLP). These GGUFs are a community conversion; the license follows the base model — check the upstream repository for terms. Conversion and the CrispASR ark-asr backend by CrispStrobe .

Runs of cstr ark-asr-3b-GGUF on huggingface.co

833
Total runs
23
24-hour runs
73
3-day runs
50
7-day runs
29
30-day runs

More Information About ark-asr-3b-GGUF huggingface.co Model

More ark-asr-3b-GGUF license Visit here:

https://choosealicense.com/licenses/see-base-model

ark-asr-3b-GGUF huggingface.co

ark-asr-3b-GGUF huggingface.co is an AI model on huggingface.co that provides ark-asr-3b-GGUF's model effect (), which can be used instantly with this cstr ark-asr-3b-GGUF model. huggingface.co supports a free trial of the ark-asr-3b-GGUF model, and also provides paid use of the ark-asr-3b-GGUF. Support call ark-asr-3b-GGUF model through api, including Node.js, Python, http.

ark-asr-3b-GGUF huggingface.co Url

https://huggingface.co/cstr/ark-asr-3b-GGUF

cstr ark-asr-3b-GGUF online free

ark-asr-3b-GGUF huggingface.co is an online trial and call api platform, which integrates ark-asr-3b-GGUF's modeling effects, including api services, and provides a free online trial of ark-asr-3b-GGUF, you can try ark-asr-3b-GGUF online for free by clicking the link below.

cstr ark-asr-3b-GGUF online free url in huggingface.co:

https://huggingface.co/cstr/ark-asr-3b-GGUF

ark-asr-3b-GGUF install

ark-asr-3b-GGUF is an open source model from GitHub that offers a free installation service, and any user can find ark-asr-3b-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of ark-asr-3b-GGUF install, users can directly use ark-asr-3b-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

ark-asr-3b-GGUF install url in huggingface.co:

https://huggingface.co/cstr/ark-asr-3b-GGUF

Url of ark-asr-3b-GGUF

ark-asr-3b-GGUF huggingface.co Url

Provider of ark-asr-3b-GGUF huggingface.co

cstr
ORGANIZATIONS

Other API from cstr

huggingface.co

Total runs: 5.5K
Run Growth: 1.6K
Growth Rate: 28.95%
Updated:August 14 2026
huggingface.co

Total runs: 4.3K
Run Growth: 1.3K
Growth Rate: 33.75%
Updated:August 02 2026
huggingface.co

Total runs: 3.2K
Run Growth: 1.4K
Growth Rate: 43.90%
Updated:August 02 2026
huggingface.co

Total runs: 2.7K
Run Growth: 1.5K
Growth Rate: 54.73%
Updated:August 31 2026
huggingface.co

Total runs: 2.7K
Run Growth: 860
Growth Rate: 31.77%
Updated:August 02 2026
huggingface.co

Total runs: 2.3K
Run Growth: 93
Growth Rate: 3.97%
Updated:August 02 2026
huggingface.co

Total runs: 2.1K
Run Growth: 276
Growth Rate: 12.97%
Updated:August 02 2026
huggingface.co

Total runs: 1.5K
Run Growth: -304
Growth Rate: -19.77%
Updated:August 03 2026
huggingface.co

Total runs: 1.4K
Run Growth: -2.6K
Growth Rate: -179.50%
Updated:August 02 2026
huggingface.co

Total runs: 1.1K
Run Growth: 127
Growth Rate: 11.27%
Updated:July 21 2026
huggingface.co

Total runs: 1.1K
Run Growth: 457
Growth Rate: 41.62%
Updated:August 02 2026
huggingface.co

Total runs: 1.1K
Run Growth: -172
Growth Rate: -16.04%
Updated:August 02 2026
huggingface.co

Total runs: 1.0K
Run Growth: 262
Growth Rate: 25.10%
Updated:August 02 2026
huggingface.co

Total runs: 1.0K
Run Growth: -1.9K
Growth Rate: -181.72%
Updated:August 02 2026
huggingface.co

Total runs: 952
Run Growth: 49
Growth Rate: 5.15%
Updated:August 02 2026
huggingface.co

Total runs: 907
Run Growth: 200
Growth Rate: 22.05%
Updated:August 02 2026
huggingface.co

Total runs: 840
Run Growth: 196
Growth Rate: 23.33%
Updated:August 02 2026