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