Text Classification
Transformers
Safetensors
English
modernbert
emotion-classification
multi-label-classification
nlp
goemotions
text-embeddings-inference
Instructions to use Pradeep-mahato/ModernBERT-GoEmotions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pradeep-mahato/ModernBERT-GoEmotions with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Pradeep-mahato/ModernBERT-GoEmotions")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Pradeep-mahato/ModernBERT-GoEmotions") model = AutoModelForSequenceClassification.from_pretrained("Pradeep-mahato/ModernBERT-GoEmotions") - Notebooks
- Google Colab
- Kaggle
Ctrl+K