Instructions to use openai/privacy-filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/privacy-filter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="openai/privacy-filter")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openai/privacy-filter", dtype="auto") - Transformers.js
How to use openai/privacy-filter with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'openai/privacy-filter'); - Inference
- Notebooks
- Google Colab
- Kaggle
vllm or something
#25 opened about 2 hours ago
by
prudant
Access pretrained autoregressive checkpoint (prior to PII fine tuning)
👀 1
#24 opened 10 days ago
by
NoeAchache
Request: Release of corrected PII-Masking-300k labels used in Privacy Filter evaluation
#23 opened 24 days ago
by
itsgnani
Great initiative! 🚀 Exploring fine-grained privacy protection for Edge-Cloud Agents with MemPrivacy
🔥 1
#22 opened 25 days ago
by
apocryphal
Try openai/privacy-filter live on your own PDFs/DOCX (Maskify — privacy-first)
1
#20 opened 27 days ago
by
Lisarde
Share onnx conversion script
4
#14 opened 29 days ago
by
jalbrethsen-highflame
Installation Video and Testing - Step by Step
❤️ 1
#11 opened about 1 month ago
by
fahdmirzac
GGUF wen?
🚀🔥 12
7
#2 opened about 1 month ago
by
AaryanK