Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

racheltong
/
OpenMed-mimic-phi-ner

Token Classification
Transformers
Safetensors
deberta-v2
Model card Files Files and versions
xet
Community

Instructions to use racheltong/OpenMed-mimic-phi-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use racheltong/OpenMed-mimic-phi-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="racheltong/OpenMed-mimic-phi-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("racheltong/OpenMed-mimic-phi-ner")
    model = AutoModelForTokenClassification.from_pretrained("racheltong/OpenMed-mimic-phi-ner")
  • Notebooks
  • Google Colab
  • Kaggle
OpenMed-mimic-phi-ner
876 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
racheltong's picture
racheltong
Upload tokenizer
65bf1c2 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload OpenMed after MIMIC-III PHI NER training about 2 months ago
  • config.json
    1.89 kB
    Upload OpenMed after MIMIC-III PHI NER training about 2 months ago
  • model.safetensors
    868 MB
    xet
    Upload OpenMed after MIMIC-III PHI NER training about 2 months ago
  • tokenizer.json
    8.34 MB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    543 Bytes
    Upload tokenizer about 2 months ago