corona-tweet/dutch_social
Updated • 269 • 10
How to use btjiong/robbert-twitter-sentiment-custom with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="btjiong/robbert-twitter-sentiment-custom") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("btjiong/robbert-twitter-sentiment-custom")
model = AutoModelForSequenceClassification.from_pretrained("btjiong/robbert-twitter-sentiment-custom")This model is a fine-tuned version of pdelobelle/robbert-v2-dutch-base on the dutch_social 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 | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| 0.8287 | 1.0 | 282 | 0.7178 | 0.7007 | 0.6958 | 0.6973 | 0.7007 |
| 0.4339 | 2.0 | 564 | 0.5873 | 0.7667 | 0.7668 | 0.7681 | 0.7667 |
| 0.2045 | 3.0 | 846 | 0.6656 | 0.788 | 0.7878 | 0.7877 | 0.788 |