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

screenpipe
/
pii-redactor

Token Classification
Transformers
ONNX
xlm-roberta
pii
privacy
redaction
accessibility-tree
ocr
computer-use
agentic
screen-capture
screenpipe
Model card Files Files and versions
xet
Community

Instructions to use screenpipe/pii-redactor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use screenpipe/pii-redactor with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="screenpipe/pii-redactor")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("screenpipe/pii-redactor")
    model = AutoModelForTokenClassification.from_pretrained("screenpipe/pii-redactor")
  • Notebooks
  • Google Colab
  • Kaggle
pii-redactor
1.18 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
louis030195's picture
louis030195
chore: remove retired OpenAI-Privacy-Filter model weights + provenance trail (unused by prod/demo)
d6ec704 verified 5 days ago
  • onnx
    web demo root layout: onnx/model_quantized.onnx 6 days ago
  • v45_phase3_onnx
    v45 phase 3 ONNX INT8: config.json 15 days ago
  • v45_phase4_onnx
    v45 secret-loop champion (iter7 INT8): config.json 8 days ago
  • web
    web demo (transformers.js layout): web/onnx/model_quantized.onnx 6 days ago
  • .gitattributes
    1.76 kB
    web demo root layout: tokenizer.json 6 days ago
  • LICENSE
    3.75 kB
    contact: correct Google Workspace inbox (louis@screenpi.pe) about 1 month ago
  • NOTICE
    432 Bytes
    chore: remove retired OpenAI-Privacy-Filter model + its provenance trail (served model is screenpipe's own); rewrite NOTICE 5 days ago
  • README.md
    7.01 kB
    docs: rewrite card โ€” screenpipe's own model (not OpenAI Privacy Filter), ScreenLeak numbers, demo link 5 days ago
  • config.json
    2.17 kB
    web demo root layout: config.json 6 days ago
  • special_tokens_map.json
    964 Bytes
    web demo root layout: special_tokens_map.json 6 days ago
  • tokenizer.json
    17.1 MB
    xet
    web demo root layout: tokenizer.json 6 days ago
  • tokenizer_config.json
    1.29 kB
    web demo root layout: tokenizer_config.json 6 days ago