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

FunAudioLLM/Paraformer-GGUF overview

Paraformer zh · GGUF FunASR llama.cpp runtime GGUF build of FunASR's Paraformer zh SAN M encoder + CIF predictor + SAN M decoder, non autoregressive for the ze…

ggufautomatic-speech-recognitionasrparaformerfunasrllama.cppggmlcpuchinesezhenlicense:apache-2.0region:us

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

Downloads
559
Likes
2
Pipeline
automatic-speech-recognition

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
paraformer-f16.ggufGGUFF16415.0 MBDownload
paraformer-q8.ggufGGUFQ8226.0 MBDownload
paraformer.ggufGGUFGGUF823.3 MBDownload

Model Details

Model IDFunAudioLLM/Paraformer-GGUF
AuthorFunAudioLLM
Pipelineautomatic-speech-recognition
Licenseapache-2.0
Base model
Last modified2026-07-26T18:04:01.000Z

Model README

---

license: apache-2.0

language:

  • zh
  • en

library_name: gguf

tags:

  • automatic-speech-recognition
  • asr
  • paraformer
  • funasr
  • llama.cpp
  • ggml
  • cpu
  • chinese

pipeline_tag: automatic-speech-recognition

---

Paraformer-zh · GGUF (FunASR llama.cpp runtime)

GGUF build of FunASR's Paraformer-zh (SAN-M encoder + CIF predictor + SAN-M decoder, non-autoregressive) for the zero-Python, CPU/edge FunASR llama.cpp runtime — fast Mandarin ASR, ~21× real-time on CPU.

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 paraformer ./gguf
llama-funasr-paraformer -m ./gguf/paraformer-q8.gguf --vad ./gguf/fsmn-vad.gguf -a audio.wav

Files

| file | size | notes |

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

| paraformer-f16.gguf | 435 MB | recommended (f16 matmul weights) |

| paraformer-q8.gguf | ~217 MB | recommended — half of f16, same accuracy |

| paraformer.gguf | 863 MB | f32 reference |

Usage

The binary prints transcription text directly (no Python detok). --ids for raw ids.

llama-funasr-paraformer -m paraformer-f16.gguf -a audio.wav --vad fsmn-vad.gguf

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

Links

Run FunAudioLLM/Paraformer-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