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
|
@@ -7,6 +7,9 @@ metrics:
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
tags:
|
| 9 |
- sports
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
|
|
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
tags:
|
| 9 |
- sports
|
| 10 |
+
datasets:
|
| 11 |
+
- Chrisneverdie/OnlySports_Dataset
|
| 12 |
+
base_model: Snowflake/snowflake-arctic-embed-xs
|
| 13 |
---
|
| 14 |
|
| 15 |
|