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

FunAudioLLM/SenseVoiceSmall-GGUF overview

SenseVoiceSmall · GGUF FunASR llama.cpp runtime GGUF build of SenseVoiceSmall https://huggingface.co/FunAudioLLM/SenseVoiceSmall SAN M encoder + CTC for the ze…

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

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

Downloads
74
Likes
0
Pipeline
automatic-speech-recognition

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
sensevoice-small-f16.ggufGGUFF16448.4 MBDownload
sensevoice-small-q8.ggufGGUFQ8242.4 MBDownload
sensevoice-small.ggufGGUFGGUF893.0 MBDownload

Model Details

Model IDFunAudioLLM/SenseVoiceSmall-GGUF
AuthorFunAudioLLM
Pipelineautomatic-speech-recognition
Licenseapache-2.0
Base model
Last modified2026-06-21T18:02:16.000Z

Model README

---

license: apache-2.0

language:

  • zh
  • en

library_name: gguf

tags:

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

pipeline_tag: automatic-speech-recognition

---

SenseVoiceSmall · GGUF (FunASR llama.cpp runtime)

GGUF build of SenseVoiceSmall (SAN-M encoder + CTC) for the zero-Python, CPU/edge FunASR llama.cpp runtime — multilingual ASR with language / emotion / event tags, ~20× 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 sensevoice ./gguf
llama-funasr-sensevoice -m ./gguf/sensevoice-small-q8.gguf --vad ./gguf/fsmn-vad.gguf -a audio.wav
# → 欢迎大家来体验达摩院推出的语音识别模型

Files

| file | size | notes |

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

| sensevoice-small-f16.gguf | 470 MB | recommended (f16 matmul weights) |

| sensevoice-small-q8.gguf | ~235 MB | recommended — half of f16, same accuracy |

| sensevoice-small.gguf | 936 MB | f32 reference |

Usage

The binary prints transcription text directly (no Python detok). --ids for raw ids / --keep-tags for the lang/emotion tags.

# 1. get the VAD too (for long audio): huggingface-cli download FunAudioLLM/fsmn-vad-GGUF
llama-funasr-sensevoice -m sensevoice-small-f16.gguf -a audio.wav --vad fsmn-vad.gguf

On CPU (8 threads) this reaches 8.01 % CER on the 184-clip Mandarin benchmark — vs whisper.cpp 22–31 %. See the benchmark.

Links

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