Update README.md
Browse files
README.md
CHANGED
@@ -22,32 +22,14 @@ It achieves the following results on the evaluation set:
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
The model used in this task is XLM-RoBERTa transformer model with a classification head on top.
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
It identifies the language a document is written in and it supports 20 different langauges:
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
* German (de)
|
34 |
-
* Modern greek (el)
|
35 |
-
* English (en)
|
36 |
-
* Spanish (es)
|
37 |
-
* French (fr)
|
38 |
-
* Hindi (hi)
|
39 |
-
* Italian (it)
|
40 |
-
* Japanese (ja)
|
41 |
-
* Dutch (nl)
|
42 |
-
* Polish (pl)
|
43 |
-
* Portuguese (pt)
|
44 |
-
* Russian (ru)
|
45 |
-
* Swahili (sw)
|
46 |
-
* Thai (th)
|
47 |
-
* Turkish (tr)
|
48 |
-
* Urdu (ur)
|
49 |
-
* Vietnamese (vi)
|
50 |
-
* Chinese (zh)
|
51 |
|
52 |
## Training and evaluation data
|
53 |
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
The model used in this task is XLM-RoBERTa, a transformer model with a classification head on top.
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
It identifies the language a document is written in and it supports 20 different langauges:
|
30 |
|
31 |
+
Arabic (ar), Bulgarian (bg), German (de), Modern greek (el), English (en), Spanish (es), French (fr), Hindi (hi), Italian (it), Japanese (ja), Dutch (nl), Polish (pl), Portuguese (pt), Russian (ru), Swahili (sw), Thai (th), Turkish (tr), Urdu (ur), Vietnamese (vi), Chinese (zh)
|
32 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|