corona-tweet/dutch_social
Updated • 173 • 10
How to use btjiong/robbert-twitter-sentiment with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="btjiong/robbert-twitter-sentiment") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("btjiong/robbert-twitter-sentiment")
model = AutoModelForSequenceClassification.from_pretrained("btjiong/robbert-twitter-sentiment")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.7485 | 1.0 | 188 | 0.7670 | 0.692 | 0.6915 | 0.6920 | 0.692 |
| 0.5202 | 2.0 | 376 | 0.6818 | 0.749 | 0.7492 | 0.7494 | 0.749 |