GroNLP/dutch-cola
Viewer • Updated • 24.7k • 124 • 6
How to use WideMan/bertje_dutch-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="WideMan/bertje_dutch-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("WideMan/bertje_dutch-cola")
model = AutoModelForSequenceClassification.from_pretrained("WideMan/bertje_dutch-cola")This model is a fine-tuned version of GroNLP/bert-base-dutch-cased on GroNLP/dutch-cola. It achieves the following results on the evaluation set:
The following hyperparameters were used during training: