Text Classification
Transformers
Safetensors
PyTorch
English
Hindi
distilbert
emotion-detection
sentiment-analysis
mental-health
emotion-classification
hinglish
Eval Results (legacy)
text-embeddings-inference
Instructions to use Fynman-stack/raven-emotion-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fynman-stack/raven-emotion-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Fynman-stack/raven-emotion-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Fynman-stack/raven-emotion-distilbert") model = AutoModelForSequenceClassification.from_pretrained("Fynman-stack/raven-emotion-distilbert") - Notebooks
- Google Colab
- Kaggle
Commit History
Link HuggingFace Space demo in model card f301641 verified
Soumyadip Raha commited on
Add model card, weights, and tokenizer 2c87bdb verified
Soumyadip Raha commited on
Upload Raven emotion classifier - fine-tuned DistilBERT (97.62% accuracy on personal data) 4f4c5ba verified
Soumyadip Raha commited on
initial commit 225531b verified
Soumyadip Raha commited on