YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

PedroDKE/dutch-ner-abb

Dutch NER model fine-tuned with weak supervision.

Base model: GroNLP/bert-base-dutch-cased

Labels (BIO): DATE, PERIOD, LOCATION, LEGAL_GROUND, ADMINISTRATIVE_BODY, MANDATARY

Quickstart

from transformers import pipeline

ner = pipeline("token-classification", model="PedroDKE/dutch-ner-abb", aggregation_strategy="simple")
print(ner("Voorbeeldtekst over de gemeenteraad op 12 maart 2024 in Gent."))
Downloads last month
-
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