Downloads · 30 days
228
22% of all-time downloads
software-mansion/react-native-executorch-privacy-filter-openai
react-native-executorch-privacy-filter-openai is a token classification model from software-mansion. Use it when you need labels on individual words, such as names. It is set up for executorch. The card lists the license as apache-2.0.
This repository hosts the privacy-filter-openai models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.
Downloads · 30 days
228
22% of all-time downloads
All-time downloads
1K
Public
Repo size
5 GB
Likes
0
Public
Click a slice to open those files.
.pte2.1 GB · 99%
From the Hugging Face model README
This repository hosts the privacy-filter-openai models exported for the
React Native ExecuTorch
library as ExecuTorch .pte programs, ready to run on device.
| Path | Backend | Precision |
|---|---|---|
mlx/privacy_filter_openai_mlx_int4.pte | mlx | int4 |
xnnpack/privacy_filter_openai_xnnpack_8da4w.pte | xnnpack | 8da4w |
config.json 43 B
mlx/config.json 962 B
mlx/privacy_filter_openai_mlx_int4.pte 835 MB
tokenizer.json 26.6 MB
tokenizer_config.json 234 B
viterbi_calibration.json 372 B
xnnpack/config.json 972 B
xnnpack/privacy_filter_openai_xnnpack_8da4w.pte 1.2 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.