Scaling Speech Technology to 1,000+ Languages
Paper • 2305.13516 • Published • 12
This private repository contains INT8-quantized Core ML bundles only:
| Model | Parameters | Precision | Approx. size |
|---|---|---|---|
OmniASR_CTC_300M_int8 |
300M | INT8 | ~312 MB |
OmniASR_CTC_1B_int8 |
1B | INT8 | ~933 MB |
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-int8 OmniASR_CTC_300M_int8.mlmodelc --local-dir ./models
CC-BY-NC-4.0 for the Core ML conversion; original Omni-ASR weights subject to Meta’s terms.