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