Text Classification
Transformers
Safetensors
English
modernbert
iab
content-taxonomy
news-classification
text-embeddings-inference
Instructions to use mdonigian/modernbert-iab-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mdonigian/modernbert-iab-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mdonigian/modernbert-iab-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mdonigian/modernbert-iab-classifier") model = AutoModelForSequenceClassification.from_pretrained("mdonigian/modernbert-iab-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 92d339a239f24d1721033688e4050111f2a1ffd0e1f69523fa30b69d31544910
- Size of remote file:
- 4.79 kB
- SHA256:
- 6ef45a096ae195447c3e6ee6047ef7b869922fe1463f05c7ee15de8617a0322e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.