Instructions to use emilyalsentzer/Bio_ClinicalBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use emilyalsentzer/Bio_ClinicalBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="emilyalsentzer/Bio_ClinicalBERT")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("emilyalsentzer/Bio_ClinicalBERT", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Bio_ClinicalBERT for Token Classification (NER)
#9
by ugumerie - opened
Hello,
Can this model be used for NER (token classification) tasks or it was just trained for fill-mask?
ugumerie changed discussion title from Bio_ClinicalBERT for Token Classification to Bio_ClinicalBERT for Token Classification (NER)