Scaling Speech Technology to 1,000+ Languages
Paper • 2305.13516 • Published • 12
This private repository contains FP16 Core ML bundles only:
| Model | Parameters | Precision | Approx. size |
|---|---|---|---|
OmniASR_CTC_300M_fp16 |
300M | FP16 | ~621 MB |
OmniASR_CTC_1B_fp16 |
1B | FP16 | ~1.8 GB |
Source conversion and upstream public weights: ChipCracker/omni-asr-coreml (Meta Omni-ASR CTC, see paper arXiv:2305.13516).
pip install huggingface_hub
hf download aoiandroid/omni-asr-coreml-fp16 OmniASR_CTC_300M_fp16.mlmodelc --local-dir ./models
CC-BY-NC-4.0 for the Core ML conversion; original Omni-ASR weights subject to Meta’s terms.