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
744 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Pritesh-2711's picture
Pritesh-2711
Link arXiv paper to model card
5f45ae4 about 13 hours ago
  • __pycache__
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    3.34 kB
    Link arXiv paper to model card about 13 hours ago
  • config.json
    9.63 kB
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • label_mapping.json
    13.3 kB
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • model.safetensors
    736 MB
    xet
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • modeling_piibench_deberta_sch.py
    3.09 kB
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • special_tokens_map.json
    971 Bytes
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • tokenizer.json
    8.33 MB
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago
  • tokenizer_config.json
    3.38 kB
    Upload PIIBench source-conditioned hierarchical DeBERTa model 1 day ago