Skip to content

Feature Request: 添加 SenseVoice 作为转写引擎 #46

@LauraGPT

Description

@LauraGPT

功能建议

建议添加 SenseVoice 作为转写引擎选项。

为什么?

  • 比 faster-whisper 还快 2 倍 — 非自回归架构
  • 中文识别质量更高 — 针对中文优化
  • 234M 参数 — 轻量级
  • 内置标点+VAD — 无需后处理
  • 50+ 语种 — 单模型

使用

from funasr import AutoModel
model = AutoModel(model="iic/SenseVoiceSmall", vad_model="fsmn-vad", punc_model="ct-punc")
result = model.generate(input="audio.wav")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions