Downloads · 30 days
965
7% of all-time downloads
software-mansion/react-native-executorch-whisper-small
react-native-executorch-whisper-small is a automatic speech recognition model from software-mansion. Use it when you need speech turned into text. It is set up for executorch. The card lists the license as apache-2.0.
This repository hosts the whisper-small models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.
Downloads · 30 days
965
7% of all-time downloads
All-time downloads
14.6K
Public
Repo size
12.1 GB
Likes
1
Public
Click a slice to open those files.
.pte3.3 GB · 100%
From the Hugging Face model README
This repository hosts the whisper-small models exported for the
React Native ExecuTorch
library as ExecuTorch .pte programs, ready to run on device.
Upstream model: whisper-small
| Path | Backend | Precision |
|---|---|---|
coreml/whisper_small_coreml_fp16.pte | coreml | fp16 |
mlx/whisper_small_mlx_int8.pte | mlx | int8 |
vulkan/whisper_small_vulkan_fp16.pte | vulkan | fp16 |
vulkan/whisper_small_vulkan_int8.pte | vulkan | int8 |
xnnpack/whisper_small_xnnpack_fp32.pte | xnnpack | fp32 |
config.json 35 B
coreml/config.json 1.5 kB
coreml/whisper_small_coreml_fp16.pte 462 MB
mlx/config.json 1.5 kB
mlx/whisper_small_mlx_int8.pte 276 MB
tokenizer.json 2.4 MB
vulkan/config.json 2.6 kB
vulkan/whisper_small_vulkan_fp16.pte 881 MB
vulkan/whisper_small_vulkan_int8.pte 484 MB
xnnpack/config.json 1.5 kB
xnnpack/whisper_small_xnnpack_fp32.pte 1.1 GB
These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.
To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.
To load these files in your own ExecuTorch runtime, read the compatibility note first.