Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use ahearnlr/bert-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahearnlr/bert-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ahearnlr/bert-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ahearnlr/bert-emotion") model = AutoModelForSequenceClassification.from_pretrained("ahearnlr/bert-emotion") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 834beeb
Logan A'Hearn commited on
end of training 3 epochs b885059
Logan A'Hearn commited on
Training in progress, epoch 3 86f9f7e
Logan A'Hearn commited on
Training in progress, epoch 2 9cd826b
Logan A'Hearn commited on
Training in progress, epoch 1 2ba1b65
Logan A'Hearn commited on
initial commit a247582
Logan A'Hearn commited on