Commit
·
4471600
1
Parent(s):
2b44134
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# language identification mt0
|
2 |
|
3 |
This model is a fine-tuned version of encoder from [bigscience/mt0-small](https://huggingface.co/bigscience/mt0-small) on the [Language Identification](https://huggingface.co/datasets/papluca/language-identification#additional-information) dataset as well as some private data.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- fr
|
5 |
+
- zh
|
6 |
+
- fa
|
7 |
+
- ky
|
8 |
+
- ru
|
9 |
+
- lt
|
10 |
+
- uz
|
11 |
+
- en
|
12 |
+
- pt
|
13 |
+
- bg
|
14 |
+
- th
|
15 |
+
- pl
|
16 |
+
- ur
|
17 |
+
- sw
|
18 |
+
- tr
|
19 |
+
- es
|
20 |
+
- ar
|
21 |
+
- it
|
22 |
+
- hi
|
23 |
+
- de
|
24 |
+
- el
|
25 |
+
- nl
|
26 |
+
- vi
|
27 |
+
- ja
|
28 |
+
pipeline_tag: text-classification
|
29 |
+
---
|
30 |
# language identification mt0
|
31 |
|
32 |
This model is a fine-tuned version of encoder from [bigscience/mt0-small](https://huggingface.co/bigscience/mt0-small) on the [Language Identification](https://huggingface.co/datasets/papluca/language-identification#additional-information) dataset as well as some private data.
|