mms-lid
Collection
12 items • Updated
ONNX export of MMS-LID (Massively Multilingual Speech - Language Identification) for 256 languages. For on-device or server inference without PyTorch.
labels.json or mms_lid_id2label.json) for index to language codeargmax gives the predicted language index. Map index to ISO 639-3 code using the included labels file.argmax of the logits output and look up the language code in the labels file.| Languages | Format | Repo |
|---|---|---|
| 256 | ONNX | this repo |
| 126 | Core ML | mms-lid-126-coreml |
| 256 | Core ML | mms-lid-256-coreml |
| 512 | Core ML | mms-lid-512-coreml |
@article{pratap2023mms,
title={Scaling Speech Technology to 1,000+ Languages},
author={Vineel Pratap and Andros Tjandra and Bowen Shi and Paden Tomasello and Arun Babu and Sayani Kundu and Ali Elkahky and Zhaoheng Ni and Apoorv Vyas and Maryam Fazel-Zarandi and Alexei Baevski and Yossi Adi and Xiaohui Zhang and Wei-Ning Hsu and Alexis Conneau and Michael Auli},
journal={arXiv},
year={2023}
}
CC-BY-NC-4.0 (inherited from MMS-LID).