Instructions to use hf-tuner/custom-med-bert-pre with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tuner/custom-med-bert-pre with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("hf-tuner/custom-med-bert-pre") model = AutoModelForPreTraining.from_pretrained("hf-tuner/custom-med-bert-pre") - Notebooks
- Google Colab
- Kaggle
Ctrl+K