YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.


language:

  • en tags:
  • medical
  • clinical-ner
  • biobert
  • bc5cdr

Clinical NER Model: Chemicals & Diseases

Fine-tuned microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract on the BC5CDR dataset.

Entity Types

  • Chemical (green)
  • Disease (pink)

Usage

from transformers import pipeline

pipe = pipeline("token-classification", model="HFpf/pubmedbert-bc5cdr-ner")
result = pipe("The patient was treated with metformin for type 2 diabetes.")
print(result)
Downloads last month
118
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using HFpf/pubmedbert-bc5cdr-ner 1