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
TemporalMesh Transformer: 29.4 PPL at 48% compute β beats Mamba, new open-source architecture
#27 opened 15 minutes ago
by
vigneshwar234
Running openai/privacy-filter in ChatWall β local-first PII masking for AI chats
#26 opened 3 days ago
by
phcollignon
vllm or something
#25 opened 3 days ago
by
prudant
Access pretrained autoregressive checkpoint (prior to PII fine tuning)
π 1
#24 opened 14 days ago
by
NoeAchache
Request: Release of corrected PII-Masking-300k labels used in Privacy Filter evaluation
#23 opened 27 days ago
by
itsgnani
Great initiative! π Exploring fine-grained privacy protection for Edge-Cloud Agents with MemPrivacy
π₯ 1
#22 opened 28 days ago
by
apocryphal
Try openai/privacy-filter live on your own PDFs/DOCX (Maskify β privacy-first)
1
#20 opened about 1 month ago
by
Lisarde
Share onnx conversion script
4
#14 opened about 1 month 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 2 months ago
by
AaryanK