Domain: Trained primarily on news and Wikipedia text; may not generalize well to informal Norwegian or specialized domains
Formality: Better on formal Norwegian (Bokmål and Nynorsk) than conversational text
Entity coverage: MISC category is underrepresented in training data
Temporal: May not recognize very recent entities (people, organizations) not in training data
Code-switching: Not optimized for texts mixing Norwegian with other languages
Ethical Considerations
The model may reflect biases present in news articles and Wikipedia
Person names in the training data are from public figures
Some entity recognitions may be politically or culturally sensitive
Training Infrastructure
Hardware: Apple M4 Mac (MPS)
Training time: ~2.5 hours for 11 epochs
Framework: PyTorch + HuggingFace Transformers
Citation
bibtex
1@misc{norwegian-ner-2024,
2 author = {Thivyesh Ahilathasan},
3 title = {Norwegian NER Model (nb-bert-base fine-tuned)},
4 year = {2024},
5 publisher = {HuggingFace},
6 howpublished = {\url{https://huggingface.co/thivy/nb-bert-norwegian-ner}},
7}
Base Model
bibtex
1@misc{kummervold2021operationalizing,
2 title={Operationalizing a National Digital Library: The Case for a Norwegian Transformer Model},
3 author={Per E Kummervold and Javier de la Rosa and Freddy Wetjen and Svein Arne Brygfjeld},
4 year={2021},
5 eprint={2104.09617},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL}
8}