aufklarer/Qwen3-ForcedAligner-0.6B-CoreML-INT4
034
Qwen3-ForcedAligner-0.6B — CoreML INT4
CoreML conversion of Qwen/Qwen3-ForcedAligner-0.6B with INT4 palettization for Apple Neural Engine.
Predicts word-level timestamps in a single forward pass.
Models
Usage
let aligner = try await CoreMLForcedAligner.fromPretrained(
modelId: "aufklarer/Qwen3-ForcedAligner-0.6B-CoreML-INT4"
)
let aligned = aligner.align(audio: samples, text: "Hello world", sampleRate: 24000)Variants
Links
- Swift library: soniqo/speech-swift
- Base model: Qwen/Qwen3-ForcedAligner-0.6B
- Guide: soniqo.audio/guides/align
- Docs: soniqo.audio
- GitHub: soniqo/speech-swift
