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") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 85f4a486dca059fb6a5356184f6080619f23b2dc13e20a6c99741b8c3075cfb9
- Size of remote file:
- 1.84 kB
- SHA256:
- 05e5323a24102f3b2bb3d01f3a47eb7453d810a0690c06fc8acfd458f2801c58
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.