metadata
license: cc-by-nc-4.0
base_model: facebook/mms-lid-4017
tags:
- coreml
- language-identification
- audio
- wav2vec2
MMS-LID 4017 CoreML
CoreML export of facebook/mms-lid-4017 for iOS/macOS.
- mms_lid.mlmodel: CoreML Neural Network (fixed 10s @ 16 kHz mono input, logits output).
- mms_lid_id2label.json: Language ID to label mapping.
Input: raw waveform float32, shape (1, 160000) (16 kHz, 10 seconds).
Output: logits shape (1, 4017); use argmax then id2label[id] for language code.
See the conversion repo docs for full input/output spec.