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