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