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