Instructions to use jkefeli/PrimaryGleasonBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jkefeli/PrimaryGleasonBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jkefeli/PrimaryGleasonBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jkefeli/PrimaryGleasonBERT") model = AutoModelForSequenceClassification.from_pretrained("jkefeli/PrimaryGleasonBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7e685d3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d137614411c96f2d63f6e41e4d73aad55ac9096f12be9a64c3c27f52d9ef031d
size 3055
|