Instructions to use nlpie/distil-clinicalbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/distil-clinicalbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/distil-clinicalbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/distil-clinicalbert") model = AutoModelForMaskedLM.from_pretrained("nlpie/distil-clinicalbert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c8e5a98 verified
Update README.md 5a9e339
Update README.md 8c65ef1
Create README.md e344898
DistilClinicalBERT model and tokeniser 77ba458
Mojtaba aka Omid Rohanian commited on
DistilClinicalBERT model and tokenizer e72b7b0
Mojtaba aka Omid Rohanian commited on