Paraformer (FunASR)
Non-autoregressive ASR model by Alibaba achieving fast parallel transcription.
About
Paraformer is the flagship speech recognition model in FunASR, an industrial speech toolkit from Alibaba's DAMO Academy released under the MIT license, with model weights carrying their own licenses. Unlike autoregressive recognizers that decode token by token, Paraformer predicts an entire utterance in parallel, which yields fast inference at competitive accuracy; the repository reports Chinese character error rates around 8 to 10 percent at well over 100x realtime on GPU. FunASR wraps the model in a complete pipeline: FSMN-VAD segments audio, CT-PUNC restores punctuation, CAM++ handles speaker diarization, and a WebSocket service supports streaming recognition with partial results. The toolkit spans offline, streaming, and edge deployment, including GGUF builds that run without a Python runtime, and newer models in the family extend coverage to dozens of languages. It is used in production speech systems, particularly Chinese transcription workloads where throughput and accuracy both matter.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Minimum VRAM
- 4 GB
- Added
- Apr 3, 2026
Related Tools
Convolution-augmented transformer for speech recognition in ESPnet toolkit.
End-to-end speech processing toolkit covering ASR, TTS, and speech translation.
CLI tool that transcribes audio 10x faster using pipeline optimizations.
Established speech recognition toolkit used in research and production systems.
Self-supervised speech representation model by Meta for ASR.
Multilingual ASR model by NVIDIA supporting 4 languages with translation.