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 / v45_phase5_pruned
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
louis030195's picture
louis030195
Upload v45_phase5_pruned/remap.json with huggingface_hub
87763c4 verified 27 days ago
  • config.json
    2.17 kB
    Upload v45_phase5_pruned/config.json with huggingface_hub 27 days ago
  • model_quantized.onnx
    149 MB
    xet
    Upload v45_phase5_pruned/model_quantized.onnx with huggingface_hub 27 days ago
  • remap.json
    1.29 MB
    Upload v45_phase5_pruned/remap.json with huggingface_hub 27 days ago
  • tokenizer.json
    17.1 MB
    xet
    Upload v45_phase5_pruned/tokenizer.json with huggingface_hub 27 days ago