Instructions to use GroNLP/bert_dutch_base_offensive_language with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GroNLP/bert_dutch_base_offensive_language with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GroNLP/bert_dutch_base_offensive_language")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GroNLP/bert_dutch_base_offensive_language") model = AutoModelForSequenceClassification.from_pretrained("GroNLP/bert_dutch_base_offensive_language") - Notebooks
- Google Colab
- Kaggle
Commit ·
f3c217c
1
Parent(s): a4c0dc4
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (a894786e40a9041f0b6368377cf7fd924cb391fc)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ecbac6a99d50a9aea64fc54551c83dd5486bd30e4e0111dca36e0e3399c2249
|
| 3 |
+
size 436589648
|