Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ghosttech/distilbert-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ghosttech/distilbert-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ghosttech/distilbert-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ghosttech/distilbert-emotion") model = AutoModelForSequenceClassification.from_pretrained("ghosttech/distilbert-emotion") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
98a1391 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:74193330a618327f7d428dddc8d25ddacdbe422c65c58eddd849557f6fa1c94a
size 5304
|