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