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: 134 Bytes
2007b6a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb4a708fc26dd48437bca84b6039c559235ca42d9ad85706a71b5881099222da
size 433337229
|