aufklarer/FireRedVAD-CoreML

🤗 Hugging Face 来源voice-activity-detectionmit1 MBother✓ 5 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo aufklarer/FireRedVAD-CoreML ./model-folder
需要做种者 →

FireRedVAD — CoreML

CoreML conversion of FireRedVAD for voice activity detection on Apple Neural Engine. Supports 100+ languages with high accuracy (99.1% F1 on FLEURS).

Files

File Description
fireredvad.mlmodelc VAD model (CoreML compiled)
fireredvad.mlpackage VAD model (CoreML package)
cmvn.json Feature normalization statistics
config.json Model configuration

Usage

Used by speech-swift SpeechVAD module:

let vad = try await FireRedVADModel.fromPretrained()
let segments = vad.detectSpeech(audio: samples, sampleRate: 16000)