Privacy Filter
Collection
2 items • Updated
This repository hosts the privacy-filter-nemotron models exported for the
React Native ExecuTorch
library as ExecuTorch .pte programs, ready to run on device.
| Path | Backend | Precision |
|---|---|---|
mlx/privacy_filter_nemotron_mlx_int8.pte |
mlx | int8 |
xnnpack/privacy_filter_nemotron_xnnpack_8da4w.pte |
xnnpack | 8da4w |
config.json 45 B
mlx/config.json 967 B
mlx/privacy_filter_nemotron_mlx_int8.pte 1.5 GB
tokenizer.json 26.6 MB
tokenizer_config.json 234 B
viterbi_calibration.json 372 B
xnnpack/config.json 977 B
xnnpack/privacy_filter_nemotron_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.