YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
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
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support