Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,9 @@ library_name: fasttext
|
|
25 |
inference: false
|
26 |
---
|
27 |
|
28 |
-
#
|
29 |
|
30 |
-
This repo contains models for the identification of language in text. It is based on Fasttext and designed with the Nordic languages in mind, including several Sámi languages. It comes in two flavours, `nb-nordic-lid`, a model that identifies between the 12 most common languages in the Nordic countries (plus English), and `nb-nordic-lid.159`, a model that extends that list to 159 languages of the world. Moreover, each of them come in large and small (quantized) versions.
|
31 |
|
32 |
| Model | Size | Precision | Recall | F1-Score | Support |
|
33 |
|:----------------------------|:------------------|------------:|---------:|-----------:|----------:|
|
@@ -456,3 +456,8 @@ The small models are quantized versions of the large versions using a cutoff of
|
|
456 |
| Macro avg | | 0.9275 | 0.9399 | 0.9327 | 44049 |
|
457 |
|
458 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
25 |
inference: false
|
26 |
---
|
27 |
|
28 |
+
# NB-NORDIC-LID
|
29 |
|
30 |
+
This repo contains models for the identification of language in text (also referred to as language detection). It is based on Fasttext and designed with the Nordic languages in mind, including several Sámi languages. It comes in two flavours, `nb-nordic-lid`, a model that identifies between the 12 most common languages in the Nordic countries (plus English), and `nb-nordic-lid.159`, a model that extends that list to 159 languages of the world. Moreover, each of them come in large and small (quantized) versions.
|
31 |
|
32 |
| Model | Size | Precision | Recall | F1-Score | Support |
|
33 |
|:----------------------------|:------------------|------------:|---------:|-----------:|----------:|
|
|
|
456 |
| Macro avg | | 0.9275 | 0.9399 | 0.9327 | 44049 |
|
457 |
|
458 |
</details>
|
459 |
+
|
460 |
+
|
461 |
+
## Citing & Authors
|
462 |
+
|
463 |
+
The model was trained by Javier de la Rosa. Documentation written by Javier de la Rosa.
|