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
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,4 +53,4 @@ This classifier is part of the larger OnlySports collection, which includes:
|
|
| 53 |
- [OnlySports Dataset](https://huggingface.co/collections/Chrisneverdie/onlysports-66b3e5cf595eb81220cc27a6)
|
| 54 |
- [OnlySportsLM](https://huggingface.co/Chrisneverdie/OnlySportsLM_196M)
|
| 55 |
|
| 56 |
-
For more information, check our [paper](https://arxiv.org/abs/2409.00286)
|
|
|
|
| 53 |
- [OnlySports Dataset](https://huggingface.co/collections/Chrisneverdie/onlysports-66b3e5cf595eb81220cc27a6)
|
| 54 |
- [OnlySportsLM](https://huggingface.co/Chrisneverdie/OnlySportsLM_196M)
|
| 55 |
|
| 56 |
+
For more information, check our [paper](https://arxiv.org/abs/2409.00286).
|