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