GroNLP/dutch-cola
Viewer • Updated • 24.7k • 124 • 6
How to use bylin/bertje-dutch-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="bylin/bertje-dutch-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("bylin/bertje-dutch-cola")
model = AutoModelForSequenceClassification.from_pretrained("bylin/bertje-dutch-cola")This model is a fine-tuned version of GroNLP/bert-base-dutch-cased on Dutch CoLA. 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 |
|---|---|---|---|---|
| 0.5395 | 1.0 | 622 | 0.6046 | 0.7346 |
| 0.3626 | 2.0 | 1244 | 0.5864 | 0.7808 |
| 0.261 | 3.0 | 1866 | 0.7208 | 0.7792 |
Base model
GroNLP/bert-base-dutch-cased