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
HTTP Error
#15
by avikalsingh - opened
OSError: There was a specific connection error when trying to load emilyalsentzer/Bio_ClinicalBERT:
401 Client Error: Unauthorized for url: https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT/resolve/main/model.safetensors (Request ID: Root=1-6809cb22-00c0746c008399c973c32125;220f3339-0355-4c33-b839-94d4c79f4afe)
Invalid credentials in Authorization header