dair-ai/emotion
Viewer • Updated • 437k • 33.8k • 440
How to use keefezowie/sa_mobileBERT with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="keefezowie/sa_mobileBERT") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("keefezowie/sa_mobileBERT")
model = AutoModelForSequenceClassification.from_pretrained("keefezowie/sa_mobileBERT")This model is a fine-tuned version of on the emotion dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 32 | 1.7898 | 0.2905 |