Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use postgrammar/distilbert-base-uncased-finetuned-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use postgrammar/distilbert-base-uncased-finetuned-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="postgrammar/distilbert-base-uncased-finetuned-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("postgrammar/distilbert-base-uncased-finetuned-emotion") model = AutoModelForSequenceClassification.from_pretrained("postgrammar/distilbert-base-uncased-finetuned-emotion", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4bc0182c1a98e8db1b1c8b78f36f296dbae3d99f69004b4d35ba408f6f29da12
- Size of remote file:
- 2.86 kB
- SHA256:
- 238e3ee49b79e37cb30992574a657358ad7628c4e8a63e43431b7eb44a8621db
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.