Instructions to use nlpie/clinical-mobilebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/clinical-mobilebert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/clinical-mobilebert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/clinical-mobilebert") model = AutoModelForMaskedLM.from_pretrained("nlpie/clinical-mobilebert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 0ab43a9
Update README.md ffb1723
Update README.md 155c7c3
Update README.md 9ee3cf6
Update README.md 1869669
ClinicalMobileBERT model and tokeniser a9b12bb
Mojtaba aka Omid Rohanian commited on