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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Roblox
/
roblox-pii-classifier

Text Classification
Transformers
ONNX
Safetensors
multilingual
xlm-roberta
privacy
pii-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use Roblox/roblox-pii-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Roblox/roblox-pii-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Roblox/roblox-pii-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Roblox/roblox-pii-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roblox-pii-classifier
4.5 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 34 commits
xbian-rblx's picture
xbian-rblx
Update README.md
253c205 verified about 22 hours ago
  • onnx
    Add ONNX export w/ `optimum-onnx` (#3) 7 months ago
  • .gitattributes
    1.63 kB
    Add ONNX export w/ `optimum-onnx` (#3) 7 months ago
  • README.md
    3.76 kB
    Update README.md about 22 hours ago
  • config.json
    947 Bytes
    Init 10 months ago
  • inference.py
    2.81 kB
    Update inference.py 10 months ago
  • model.safetensors
    2.24 GB
    xet
    Init 10 months ago
  • requirements.txt
    18 Bytes
    Rename requirement.txt to requirements.txt 10 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Init 10 months ago
  • special_tokens_map.json
    280 Bytes
    Init 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    Init 10 months ago
  • tokenizer_config.json
    1.15 kB
    Init 10 months ago