Audio, VAD & Diarization
Collection
Voice Activity Detection, Diarization, and Audio Processing models • 28 items • Updated
CoreML artifact for SenseVoiceSmall.
uvx hf download mefengl/SenseVoiceSmall-coreml --local-dir . \
--include "coreml/SenseVoiceSmall.mlmodelc.zip" \
--include "config.json" \
--include "checksums.sha256"
make verify
.mlpackage
A CoreML conversion of SenseVoiceSmall, using the upstream model definition.
# clones upstream code into ./.upstream/SenseVoice automatically
make convert DEPLOYMENT_TARGET=macOS15
# output: ./.coreml-build/SenseVoiceSmall.mlpackage
coreml/SenseVoiceSmall.mlmodelc.zip from a .mlpackage
macOS + Xcode required.
make build
make inspect
make verify
Compare the CoreML output against the original PyTorch model.
make compare \
MLPACKAGE=.coreml-build/SenseVoiceSmall.mlpackage
# SENSEVOICE_REPO defaults to ./.upstream/SenseVoice (auto-cloned by `make upstream`)