Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

openai
/
privacy-filter

Token Classification
Transformers
ONNX
Safetensors
Transformers.js
Model card Files Files and versions
xet
Community
25

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs