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

bharathjanumpally
/
phi-span-detector-deberta-v3

Token Classification
Transformers
Safetensors
English
deberta-v2
ner
phi
pii
privacy
healthcare
deidentification
security
compliance
synthetic-data
deberta-v3
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use bharathjanumpally/phi-span-detector-deberta-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bharathjanumpally/phi-span-detector-deberta-v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="bharathjanumpally/phi-span-detector-deberta-v3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bharathjanumpally/phi-span-detector-deberta-v3")
    model = AutoModelForTokenClassification.from_pretrained("bharathjanumpally/phi-span-detector-deberta-v3", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
phi-span-detector-deberta-v3 / checkpoint-3000
2.22 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
bharathjanumpally's picture
bharathjanumpally
Initial PHI span detector (synthetic)
f726e0a 8 months ago
  • added_tokens.json
    23 Bytes
    Initial PHI span detector (synthetic) 8 months ago
  • config.json
    1.75 kB
    Initial PHI span detector (synthetic) 8 months ago
  • model.safetensors
    735 MB
    xet
    Initial PHI span detector (synthetic) 8 months ago
  • optimizer.pt
    1.47 GB
    xet
    Initial PHI span detector (synthetic) 8 months ago
  • rng_state.pth
    14.5 kB
    xet
    Initial PHI span detector (synthetic) 8 months ago
  • scheduler.pt
    1.47 kB
    xet
    Initial PHI span detector (synthetic) 8 months ago
  • special_tokens_map.json
    286 Bytes
    Initial PHI span detector (synthetic) 8 months ago
  • spm.model
    2.46 MB
    xet
    Initial PHI span detector (synthetic) 8 months ago
  • tokenizer.json
    8.66 MB
    Initial PHI span detector (synthetic) 8 months ago
  • tokenizer_config.json
    1.32 kB
    Initial PHI span detector (synthetic) 8 months ago
  • trainer_state.json
    11.2 kB
    Initial PHI span detector (synthetic) 8 months ago
  • training_args.bin
    5.84 kB
    xet
    Initial PHI span detector (synthetic) 8 months ago