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
File size: 134 Bytes
a9b12bb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:edb3d004af0fe9c05d17ccdf6a94fa7a508e46892e7707595ce20509699693e4
size 146758523
|