cardiffnlp/tweet_eval
Viewer • Updated • 201k • 35.4k • 141
How to use loresiensis/distilbert_classificator with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="loresiensis/distilbert_classificator") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("loresiensis/distilbert_classificator")
model = AutoModelForSequenceClassification.from_pretrained("loresiensis/distilbert_classificator")This model is a fine-tuned version of distilbert-base-uncased-finetuned-sst-2-english 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 | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 408 | 0.6174 | 0.7882 |
| 0.6884 | 2.0 | 816 | 0.7010 | 0.7945 |
| 0.3202 | 3.0 | 1224 | 0.8627 | 0.7910 |