How to use mlx-community/openai-privacy-filter-nvfp4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir openai-privacy-filter-nvfp4 mlx-community/openai-privacy-filter-nvfp4
How to use mlx-community/openai-privacy-filter-nvfp4 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'mlx-community/openai-privacy-filter-nvfp4');