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

genzeonplatform
/
healthcare-brain-ner

Token Classification
Transformers
Safetensors
English
bert
ner
clinical
medical
healthcare
biomedical
bio-clinicalbert
named-entity-recognition
phi
pii
de-identification
hipaa
ehr
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use genzeonplatform/healthcare-brain-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="genzeonplatform/healthcare-brain-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("genzeonplatform/healthcare-brain-ner")
    model = AutoModelForTokenClassification.from_pretrained("genzeonplatform/healthcare-brain-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
healthcare-brain-ner
432 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
Antrixsh-Gupta's picture
Antrixsh-Gupta
Upload README.md with huggingface_hub
2873f61 verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    14.5 kB
    Upload README.md with huggingface_hub 7 days ago
  • config.json
    2.45 kB
    Upload clinical NER model for PHI/PII de-identification about 2 months ago
  • model.safetensors
    431 MB
    xet
    Upload clinical NER model for PHI/PII de-identification about 2 months ago
  • tokenizer.json
    669 kB
    Upload clinical NER model for PHI/PII de-identification about 2 months ago
  • tokenizer_config.json
    321 Bytes
    Upload clinical NER model for PHI/PII de-identification about 2 months ago