Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use underscore2/modernbert_conspiracy_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use underscore2/modernbert_conspiracy_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="underscore2/modernbert_conspiracy_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("underscore2/modernbert_conspiracy_classifier") model = AutoModelForSequenceClassification.from_pretrained("underscore2/modernbert_conspiracy_classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Apr05_01-54-39_bfe9bf0b3942
- Apr05_02-04-50_bfe9bf0b3942
- Apr05_02-06-14_bfe9bf0b3942
- Apr05_02-06-54_bfe9bf0b3942
- Apr05_02-08-07_bfe9bf0b3942
- Apr05_02-09-59_bfe9bf0b3942
- Apr05_02-36-52_bfe9bf0b3942
- Apr05_02-44-13_bfe9bf0b3942
- Apr05_02-52-56_bfe9bf0b3942
- Apr05_02-53-04_bfe9bf0b3942
- Apr05_02-59-23_bfe9bf0b3942
- Apr05_02-59-31_bfe9bf0b3942
- Apr05_03-00-49_bfe9bf0b3942