Instructions to use nlpie/clinical-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/clinical-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/clinical-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/clinical-distilbert") model = AutoModelForMaskedLM.from_pretrained("nlpie/clinical-distilbert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 052b0fa
Update README.md ebad441
Update README.md d491bef
Create README.md 570940d
ClinicalDistilBERT model and tokeniser 3fa9cbf
Mojtaba aka Omid Rohanian commited on
ClinicalDistilBERT model and tokenizer ebc0591
Mojtaba aka Omid Rohanian commited on
ClinicalDistilBERT model and tokenizer 3bcb351
Mojtaba aka Omid Rohanian commited on