Instructions to use Charangan/MedBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Charangan/MedBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Charangan/MedBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Charangan/MedBERT") model = AutoModelForPreTraining.from_pretrained("Charangan/MedBERT") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6aef6fc
Update README.md 052777d
Update README.md 3acbcb5
upload MedBERT files fac2c99
Charangan commited on