Instructions to use wietsedv/bert-base-dutch-cased-finetuned-conll2002-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wietsedv/bert-base-dutch-cased-finetuned-conll2002-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="wietsedv/bert-base-dutch-cased-finetuned-conll2002-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("wietsedv/bert-base-dutch-cased-finetuned-conll2002-ner") model = AutoModelForTokenClassification.from_pretrained("wietsedv/bert-base-dutch-cased-finetuned-conll2002-ner") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c49a532 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3d2d201a1c0fc5818fec18e10b7fd9bf5a2f931272e90f7ab3f8aeca9f9caf4e
size 433997834
|