Instructions to use surferfelix/ner-bertje-tagdetekst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use surferfelix/ner-bertje-tagdetekst with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="surferfelix/ner-bertje-tagdetekst")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("surferfelix/ner-bertje-tagdetekst") model = AutoModelForTokenClassification.from_pretrained("surferfelix/ner-bertje-tagdetekst") - Notebooks
- Google Colab
- Kaggle
This is a Dutch NER model finetuned on historical data from https://taalmaterialen.ivdnt.org/download/aitrainingset1-0/
- Downloads last month
- 9