Instructions to use cja5553/BJH-perioperative-notes-bioClinicalBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cja5553/BJH-perioperative-notes-bioClinicalBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, CustomBioClinicalBertForCombinedLearning tokenizer = AutoTokenizer.from_pretrained("cja5553/BJH-perioperative-notes-bioClinicalBERT") model = CustomBioClinicalBertForCombinedLearning.from_pretrained("cja5553/BJH-perioperative-notes-bioClinicalBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K