YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
PedroDKE/multilingual-ner-abb
Multilingual (EN + NL) NER model for legal/administrative documents.
Base model: xlm-roberta-base
Labels (BIO): DATE, LOCATION, LEGAL_GROUND, ADMINISTRATIVE_BODY, MANDATARY
Quickstart
from transformers import pipeline
ner = pipeline("token-classification", model="PedroDKE/multilingual-ner-abb", aggregation_strategy="simple")
# Dutch
print(ner("De gemeenteraad van Gent heeft op 12 maart 2024 besloten."))
# English
print(ner("The city council of London decided on March 12, 2024."))
- Downloads last month
- 57
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support