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