Text Classification
Transformers
PyTorch
TensorFlow
JAX
Safetensors
English
bert
emotion
Eval Results (legacy)
text-embeddings-inference
Instructions to use bhadresh-savani/bert-base-uncased-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bhadresh-savani/bert-base-uncased-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bhadresh-savani/bert-base-uncased-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bhadresh-savani/bert-base-uncased-emotion") model = AutoModelForSequenceClassification.from_pretrained("bhadresh-savani/bert-base-uncased-emotion") - Inference
- Notebooks
- Google Colab
- Kaggle
Request: DOI
#6 opened 9 months ago
by
rajapgr54
Has anybody deployed this model?
#5 opened over 1 year ago
by
ubarua1
Wondering about dimensionality
#3 opened over 3 years ago
by
garrettbaber