CoolFace
Modelpublic

software-mansion/react-native-executorch-privacy-filter-nemotron

sourceHugging Faceapache-2.0updated 15d agoView on Hugging Face
0likes196downloads
Model Card

privacy-filter-nemotron

This repository hosts the privacy-filter-nemotron models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.

Variants

PathBackendPrecision
mlx/privacy_filter_nemotron_mlx_int8.ptemlxint8
xnnpack/privacy_filter_nemotron_xnnpack_8da4w.ptexnnpack8da4w

Repository structure

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

Compatibility

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.