Instructions to use nlpie/tiny-clinicalbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/tiny-clinicalbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/tiny-clinicalbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/tiny-clinicalbert") model = AutoModelForMaskedLM.from_pretrained("nlpie/tiny-clinicalbert") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2f63d6c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b9200290540012db6ce9a2d5ab0c546dd9fd139c7b2d3bff151c15b675b00834
size 55641540
|