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

genzeonplatform
/
cliniguard-ner

Token Classification
Transformers
Safetensors
English
bert
ner
clinical
phi
pii
de-identification
medical
genzeon-platforms
cliniguard
healthcare
prior-authorization
utilization-management
medical-decision-support
agentic-ai
regulated-industry
hipaa
cms-wiser
aether-one
hip-one
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use genzeonplatform/cliniguard-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use genzeonplatform/cliniguard-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="genzeonplatform/cliniguard-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("genzeonplatform/cliniguard-ner")
    model = AutoModelForTokenClassification.from_pretrained("genzeonplatform/cliniguard-ner")
  • Notebooks
  • Google Colab
  • Kaggle
cliniguard-ner
432 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
harshGenzeonPlatforms's picture
harshGenzeonPlatforms
Update README.md
ec916a7 verified about 9 hours ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    10.1 kB
    Update README.md about 9 hours ago
  • config.json
    2.45 kB
    Upload clinical NER model for PHI/PII de-identification 1 day ago
  • model.safetensors
    431 MB
    xet
    Upload clinical NER model for PHI/PII de-identification 1 day ago
  • tokenizer.json
    669 kB
    Upload clinical NER model for PHI/PII de-identification 1 day ago
  • tokenizer_config.json
    321 Bytes
    Upload clinical NER model for PHI/PII de-identification 1 day ago