Jsevisal/go_emotions_ekman
Viewer • Updated • 54.3k • 50
How to use Jsevisal/ModernEMO-large-multilabel with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Jsevisal/ModernEMO-large-multilabel") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Jsevisal/ModernEMO-large-multilabel")
model = AutoModelForSequenceClassification.from_pretrained("Jsevisal/ModernEMO-large-multilabel")This model is a fine-tuned version of answerdotai/ModernBERT-large on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|---|---|---|---|---|---|---|
| 0.2365 | 1.0 | 5427 | 0.2099 | 0.6885 | 0.7980 | 0.5947 |
| 0.1665 | 2.0 | 10854 | 0.2210 | 0.6969 | 0.8082 | 0.6196 |
Base model
answerdotai/ModernBERT-large