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