How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="WideMan/robbert_dutch-cola")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("WideMan/robbert_dutch-cola")
model = AutoModelForSequenceClassification.from_pretrained("WideMan/robbert_dutch-cola")
Quick Links

Model Card for Model ID

This model is a fine-tuned version of pdelobelle/robbert-v2-dutch-base on GroNLP/dutch-cola. It achieves the following results on the evaluation set:

  • Accuracy: 0.7879

Training Hyperparameters

The following hyperparameters were used during training:

  • learning rate: 5e-05
  • train_batch_size: 32
  • eval_batch_size: 32
  • seed: 42
  • num_epochs=2
  • FP16 = True
Downloads last month
4
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train WideMan/robbert_dutch-cola