CoolFace
Modelpublic

reinforcer/distilbert-se-emotions

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes7downloads
Model Card

Model Card for reinforcer/distilbert-se-emotions

Model Details

Base Model: distilbert/distilbert-base-uncased Model Name: reinforcer/distilbert-se-emotions Task: Text Classification Language: English Training Parameters:

  • —Learning Rate: 2e-05
  • —Epochs: 5

Evaluation Results

MetricScore
Accuracy91.8%
Precision92.0%
Recall91.8%
F1 Score91.8%

Usage

python
from transformers import pipeline

classifier = pipeline("text-classification", model="reinforcer/distilbert-se-emotions")
results = classifier("Your text to classify here")