cardiffnlp/tweet_eval
Viewer • Updated • 201k • 37.3k • 143
How to use aXhyra/irony_trained_final with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="aXhyra/irony_trained_final") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("aXhyra/irony_trained_final")
model = AutoModelForSequenceClassification.from_pretrained("aXhyra/irony_trained_final")This model is a fine-tuned version of distilbert-base-uncased on the tweet_eval 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 |
|---|---|---|---|---|
| 0.6852 | 1.0 | 716 | 0.6488 | 0.6530 |
| 0.6263 | 2.0 | 1432 | 0.7647 | 0.6511 |
| 0.4511 | 3.0 | 2148 | 1.2251 | 0.6764 |
| 0.2578 | 4.0 | 2864 | 1.4770 | 0.6879 |