Text Classification
Transformers
Safetensors
Dutch
bert
generated from trainer
text-embeddings-inference
Instructions to use WideMan/bertje_dutch-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K