Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use lewtun/sagemaker-distilbert-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lewtun/sagemaker-distilbert-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lewtun/sagemaker-distilbert-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lewtun/sagemaker-distilbert-emotion") model = AutoModelForSequenceClassification.from_pretrained("lewtun/sagemaker-distilbert-emotion") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#28 opened almost 3 years ago
by
SFconvertbot
Add evaluation results on the default config and test split of emotion
#27 opened over 3 years ago
by
autoevaluator
Add evaluation results on the default config and test split of emotion
#26 opened over 3 years ago
by
autoevaluator
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator
#24 opened over 3 years ago
by
autoevaluator
Add verifyToken field to evaluation results to verify that they are produced by Hugging Face's automatic model evaluator
#23 opened over 3 years ago
by
autoevaluator
Add verifyToken field to evaluation results to verify that they are produced by Hugging Face's automatic model evaluator
#22 opened over 3 years ago
by
lewtun
Add verifyToken field to evaluation results to verify that they are produced by Hugging Face's automatic model evaluator
#21 opened over 3 years ago
by
lewtun
Add `verifyToken` field to evaluation results to verify that they are produced by Hugging Face's automatic model evaluator
#20 opened over 3 years ago
by
lewtun
Add `verifyToken` field to evaluation results to verify that they are produced by Hugging Face's automatic model evaluator
#19 opened over 3 years ago
by
lewtun
Test Hub PR with notification
#17 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#16 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#15 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#14 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#13 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#12 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#11 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#10 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#9 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#8 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#7 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#6 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#5 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#4 opened about 4 years ago
by
lewtun
Add evaluation results on emotion dataset
2
#3 opened about 4 years ago
by
lewtun
Test Hub PR with notification
#2 opened about 4 years ago
by
lewtun
Add evaluation results on emotion
#1 opened about 4 years ago
by
autoevaluator