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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 338fe40
Update README.md 65a7091
Update README.md 5b00a76
Update README.md abd683c
Update README.md 8a7da31
Update README.md 88915db
Update README.md 6641c71
Update README.md 1418c5c
Upload pytorch_model.bin with git-lfs 9a7f7d7
Pathology BERT, a Masked Language Model with Breast Pathology Specimens 5ad0ba9
Thiago commited on