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