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

Pritesh-2711
/
piibench-deberta-sch

Token Classification
Transformers
Safetensors
deberta-v2
pii-detection
named-entity-recognition
deberta
piibench
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Pritesh-2711/piibench-deberta-sch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Pritesh-2711/piibench-deberta-sch with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Pritesh-2711/piibench-deberta-sch", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Pritesh-2711/piibench-deberta-sch", trust_remote_code=True)
    model = AutoModelForTokenClassification.from_pretrained("Pritesh-2711/piibench-deberta-sch", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
piibench-deberta-sch / __pycache__
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Pritesh-2711's picture
Pritesh-2711
Upload PIIBench source-conditioned hierarchical DeBERTa model
0e9ce38 verified 1 day ago
  • modeling_piibench_deberta_sch.cpython-312.pyc
    4.17 kB
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago