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