Instructions to use neurocode/Icelandic-NER-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neurocode/Icelandic-NER-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="neurocode/Icelandic-NER-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("neurocode/Icelandic-NER-large") model = AutoModelForTokenClassification.from_pretrained("neurocode/Icelandic-NER-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5a7a6b7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:05e5323a24102f3b2bb3d01f3a47eb7453d810a0690c06fc8acfd458f2801c58
size 1839
|