How to use mlx-community/openai-privacy-filter-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir openai-privacy-filter-4bit mlx-community/openai-privacy-filter-4bit
How to use mlx-community/openai-privacy-filter-4bit 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-4bit');