File size: 1,100 Bytes
83ce11f
7c97c98
83ce11f
 
 
 
 
 
 
 
 
 
7c97c98
83ce11f
5977716
83ce11f
5977716
 
 
83ce11f
 
33ed588
 
 
83ce11f
33ed588
 
 
 
 
83ce11f
33ed588
 
83ce11f
33ed588
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
language:
- ru
- uk
- be
- kk
- az
- hy
- ka
- he
- en
- de
- multilingual
tags:
- language classification
datasets:
- open_subtitles
- tatoeba
- oscar
---

# RoBERTa for Single Language Classification
## Training
RoBERTa fine-tuned on small parts of Open Subtitles, Oscar and Tatoeba datasets (~9k samples per language).

| data source          | language          |
|-----------------|----------------|
| open_subtitles    | ka, he, en, de |
| oscar      | be, kk, az, hu |
| tatoeba     | ru, uk         |

## Validation
The metrics obtained from validation on the another part of dataset (~1k samples per language).

|index|class|f1-score|precision|recall|support|
|---|---|---|---|---|---|
|0|az|0\.998|0\.997|1\.0|997|
|1|be|0\.996|0\.998|0\.994|1004|
|2|de|0\.976|0\.966|0\.987|979|
|3|en|0\.976|0\.986|0\.967|1020|
|4|he|1\.0|1\.0|0\.999|1001|
|5|hy|0\.994|0\.991|0\.998|993|
|6|ka|0\.999|0\.999|0\.999|1000|
|7|kk|0\.996|0\.998|0\.993|1005|
|8|uk|0\.982|0\.997|0\.968|1030|
|9|ru|0\.982|0\.968|0\.997|971|
|10|macro\_avg|0\.99|0\.99|0\.99|10000|
|11|weighted avg|0\.99|0\.99|0\.99|10000|