Instructions to use GroNLP/bert_dutch_base_abusive_language with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GroNLP/bert_dutch_base_abusive_language with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GroNLP/bert_dutch_base_abusive_language")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GroNLP/bert_dutch_base_abusive_language") model = AutoModelForSequenceClassification.from_pretrained("GroNLP/bert_dutch_base_abusive_language", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ad180e8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:97c4bb63b01b3aaf261ffdb123f2f420a3d8eb5bc779cc3e9447d7a546a8d894
size 436632941
|