Token Classification
Transformers
PyTorch
Icelandic
Old Norse
roberta
named-entity-recognition
ner
old-icelandic
medieval-icelandic
historical-nlp
icelandic
old-norse
medieval-nlp
medieval-scandinavian
old-scandinavian
Eval Results (legacy)
Instructions to use Riksarkivet/oldbertur-normalised-old-icelandic-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Riksarkivet/oldbertur-normalised-old-icelandic-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Riksarkivet/oldbertur-normalised-old-icelandic-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Riksarkivet/oldbertur-normalised-old-icelandic-ner") model = AutoModelForTokenClassification.from_pretrained("Riksarkivet/oldbertur-normalised-old-icelandic-ner") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Please note, while the model is fully functional, this model card is due to be u
|
|
| 67 |
|
| 68 |
This model is fine-tuned from IceBERT for NER, designed for normalised Old Icelandic texts as defined in the [Menota](https://www.menota.org/) normalised transcription level description.
|
| 69 |
|
| 70 |
-
For **diplomatic** transcriptions of Old Icelandic texts, please use [oldbertur-diplomatic-old-icelandic-ner](https://huggingface.co/Riksarkivet/oldbertur-diplomatic-old-icelandic-ner) instead.
|
| 71 |
|
| 72 |
## Intended Uses
|
| 73 |
|
|
|
|
| 67 |
|
| 68 |
This model is fine-tuned from IceBERT for NER, designed for normalised Old Icelandic texts as defined in the [Menota](https://www.menota.org/) normalised transcription level description.
|
| 69 |
|
| 70 |
+
For **diplomatic** transcriptions of Old Icelandic texts, please use [oldbertur-diplomatic-old-icelandic-ner](https://huggingface.co/Riksarkivet/oldbertur-diplomatic-old-icelandic-ner) instead.
|
| 71 |
|
| 72 |
## Intended Uses
|
| 73 |
|