Fill-Mask
Transformers
PyTorch
Safetensors
English
bert
hospital
clinical
biobert
clinicalBERT
bioBERT
clinical notes
Instructions to use nazyrova/clinicalBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nazyrova/clinicalBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nazyrova/clinicalBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nazyrova/clinicalBERT") model = AutoModelForMaskedLM.from_pretrained("nazyrova/clinicalBERT") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1 opened almost 2 years ago
by
RexDaTrustee