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