corona-tweet/dutch_social
Updated • 173 • 10
How to use btjiong/robbert-twitter-sentiment-tokenized with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="btjiong/robbert-twitter-sentiment-tokenized") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("btjiong/robbert-twitter-sentiment-tokenized")
model = AutoModelForSequenceClassification.from_pretrained("btjiong/robbert-twitter-sentiment-tokenized")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.6895 | 1.0 | 282 | 0.6307 | 0.7433 | 0.7442 | 0.7500 | 0.7433 |
| 0.4948 | 2.0 | 564 | 0.5189 | 0.8053 | 0.8062 | 0.8081 | 0.8053 |
| 0.2642 | 3.0 | 846 | 0.5473 | 0.814 | 0.8133 | 0.8131 | 0.814 |