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

FunAudioLLM/Fun-ASR-Nano-GGUF overview

Fun ASR Nano · GGUF FunASR llama.cpp runtime GGUF build of Fun ASR Nano SenseVoice SAN M encoder + adaptor + Qwen3 0.6B LLM decoder for the zero Python, CPU/ed…

ggufautomatic-speech-recognitionasrfun-asrfunasrqwen3llama.cppggmlcpuchinesearxiv:2407.04051zhenlicense:apache-2.0region:us

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

Downloads
4,684
Likes
2
Pipeline
automatic-speech-recognition

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
funasr-encoder-f16.ggufGGUFF16447.6 MBDownload
qwen3-0.6b-q4km.ggufGGUFQ4KM461.8 MBDownload
qwen3-0.6b-q5km.ggufGGUFQ5KM525.8 MBDownload
qwen3-0.6b-q8_0.ggufGGUFQ8_0767.5 MBDownload

Model Details

Model IDFunAudioLLM/Fun-ASR-Nano-GGUF
AuthorFunAudioLLM
Pipelineautomatic-speech-recognition
Licenseapache-2.0
Base model
Last modified2026-07-26T18:04:00.000Z

Model README

---

license: apache-2.0

language:

  • zh
  • en

library_name: gguf

tags:

  • automatic-speech-recognition
  • asr
  • fun-asr
  • funasr
  • qwen3
  • llama.cpp
  • ggml
  • cpu
  • chinese
  • arxiv:2407.04051

pipeline_tag: automatic-speech-recognition

---

Fun-ASR-Nano · GGUF (FunASR llama.cpp runtime)

GGUF build of Fun-ASR-Nano (SenseVoice SAN-M encoder + adaptor + Qwen3-0.6B LLM decoder) for the zero-Python, CPU/edge FunASR llama.cpp runtime — the accuracy leader (LLM decoder), single C++ binary.

LLM quantization (pick by size vs accuracy)

The Fun-ASR-Nano LLM (Qwen3-0.6B) ships in three tiers — all within 0.1% CER (184-file micro-CER). Pair any with funasr-encoder-f16.gguf (470 MB).

| LLM file | size | CER ↓ | speed |

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

| qwen3-0.6b-q4km.gguf | 484 MB | 8.35% | 6.1× | smallest |

| qwen3-0.6b-q5km.gguf | 551 MB | 8.25% | 5.7× | best accuracy |

| qwen3-0.6b-q8_0.gguf | 805 MB | 8.30% | 6.0× | |

Recommended: q4_K_M (smallest) or q5_K_M (best).

Get it running (no Python, no build)

These are GGUF weights for the FunASR llama.cpp runtime — a whisper.cpp-style, single self-contained binary for CPU / edge. Grab a prebuilt binary, then fetch this model and run:

bash download-funasr-model.sh nano ./gguf
llama-funasr-cli --enc ./gguf/funasr-encoder-f16.gguf -m ./gguf/qwen3-0.6b-q8_0.gguf --vad ./gguf/fsmn-vad.gguf -a audio.wav

Files

| file | size | notes |

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

| funasr-encoder-f16.gguf | 470 MB | audio encoder + adaptor (f16) |

| qwen3-0.6b-q8_0.gguf | 805 MB | LLM decoder, recommended (Q8_0) |

| qwen3-0.6b-q4km.gguf | 484 MB | LLM decoder, smaller (Q4_K_M) |

Usage (needs both the encoder and the LLM gguf)

llama-funasr-cli --enc funasr-encoder-f16.gguf -m qwen3-0.6b-q8_0.gguf -a audio.wav --vad fsmn-vad.gguf

On CPU: 8.30 % CER on the 184-clip Mandarin benchmark (vs whisper.cpp 22–31 %).

Links

Run FunAudioLLM/Fun-ASR-Nano-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