Downloads · 30 days
12
11% of all-time downloads
ltg/SLIDE-x-small
SLIDE-x-small is a text classification model from ltg. Use it when you need a label for a piece of text. The card lists the license as apache-2.0.
Scandinavian language identification model described in paper Multi-label Scandinavian Language Identification (SLIDE) .
Downloads · 30 days
12
11% of all-time downloads
All-time downloads
107
Public
Parameters
15M
59.9 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors59.9 MB · 98%
From the Hugging Face model README
Scandinavian language identification model described in paper Multi-label Scandinavian Language Identification (SLIDE) .
This model currently needs a custom wrapper from modeling_norbert.py, you should therefore load the model with trust_remote_code=True.
git clone git@github.com:ltgoslo/slide.git
cd src/
python3 usage_example.py
@misc{fedorova2025multilabelscandinavianlanguageidentification,
title={Multi-label Scandinavian Language Identification (SLIDE)},
author={Mariia Fedorova and Jonas Sebulon Frydenberg and Victoria Handford and Victoria Ovedie Chruickshank Langø and Solveig Helene Willoch and Marthe Løken Midtgaard and Yves Scherrer and Petter Mæhlum and David Samuel},
year={2025},
eprint={2502.06692},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2502.06692},
}