Datasets:
kz-transformers
commited on
Commit
•
89a4ead
1
Parent(s):
ebaca71
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ pretty_name: MKD | Multi-Domain Kazakh Dataset
|
|
23 |
|
24 |
### Dataset Summary
|
25 |
|
26 |
-
MKD | Multi-Domain Kazakh Dataset is a Kazakh-language dataset containing just over
|
27 |
|
28 |
### Supported Tasks
|
29 |
|
@@ -38,14 +38,19 @@ The kk code for Kazakh as generally spoken in the Kazakhstan
|
|
38 |
For each instance, there is a string for the text and a string for the id.
|
39 |
|
40 |
```python
|
41 |
-
{'
|
42 |
-
'
|
|
|
|
|
43 |
```
|
44 |
|
45 |
### Data Fields
|
46 |
|
47 |
-
- `id`: a string which is hexidecimal hash for text in split
|
48 |
- `text`: a string containing the content body
|
|
|
|
|
|
|
|
|
49 |
|
50 |
### Data Splits
|
51 |
|
@@ -53,21 +58,21 @@ The Multi-Domain Kazakh dataset has 5 splits: _cc100-monolingual-crawled-data_,
|
|
53 |
|
54 |
| Dataset Split | Domain | Number of texts in Split | Number of tokens in Split | Number of unique tokens in Split | Median number of tokens in text |
|
55 |
| -------------------------------|----------------------|------------------------------| --------------------------|----------------------------------|---------------------------------|
|
56 |
-
| cc100-monolingual-crawled-data | Wikipedia articles | 19
|
57 |
-
| kazakhBooks | Books |
|
58 |
-
| leipzig | Articles/News | 1
|
59 |
-
| oscar | CommonCrawl | 269
|
60 |
-
| kazakhNews | News |
|
61 |
|
62 |
With overall stats:
|
63 |
|
64 |
| Stat | Value |
|
65 |
|-------------------------|--------------|
|
66 |
-
| Number of texts |
|
67 |
-
| Number of tokens |
|
68 |
-
| Number of unique tokens |
|
69 |
|
70 |
-
Full dataset takes **
|
71 |
|
72 |
### Annotations
|
73 |
|
|
|
23 |
|
24 |
### Dataset Summary
|
25 |
|
26 |
+
MKD | Multi-Domain Kazakh Dataset is a Kazakh-language dataset containing just over 24 883 808 unique texts from multiple domains.
|
27 |
|
28 |
### Supported Tasks
|
29 |
|
|
|
38 |
For each instance, there is a string for the text and a string for the id.
|
39 |
|
40 |
```python
|
41 |
+
{'text': 'Алматыда баспана қымбаттап жатыр Қазақстанда пәтер бағасы түсті Жыл басынан бері баспана бағасы 6,2%-ға қымбаттады Мегополистегі пәтер бағасына шолу. Алматыда пандемия басталғалы баспана қымбаттап барады. Мұның себебі нарықтағы сұраныстың көбеюімен және теңгенің құнсыздануымен байланысты, деп хабарлайды Atameken Business. Арна тілшісі Жания Әбдібек нарық өкілдерімен сұхбаттасып, мегополистегі пәтер бағасына шолу жасады. Толығырақ: Мамыр айында Қазақстанның жеті ірі қаласында пәтер бағасы түскен. Орта есеппен республика бойынша тұрғын үйдің 1 шаршы метрінің бағасы 292 мың 886 теңгені құрайды. '},
|
42 |
+
'predicted_language': 'kaz',
|
43 |
+
'contains_kaz_symbols': 1,
|
44 |
+
'id': '0752b3ce-f5ea-4330-9c5f-e4fecf783b00'}
|
45 |
```
|
46 |
|
47 |
### Data Fields
|
48 |
|
|
|
49 |
- `text`: a string containing the content body
|
50 |
+
- `predicted_language`: a string containing the predicted label of language for the text
|
51 |
+
- `contains_kaz_symbols`: a integer containing the indicator, contains text a kazakh symbols or not
|
52 |
+
- `id`: a string which is hexidecimal hash for text in split
|
53 |
+
|
54 |
|
55 |
### Data Splits
|
56 |
|
|
|
58 |
|
59 |
| Dataset Split | Domain | Number of texts in Split | Number of tokens in Split | Number of unique tokens in Split | Median number of tokens in text |
|
60 |
| -------------------------------|----------------------|------------------------------| --------------------------|----------------------------------|---------------------------------|
|
61 |
+
| cc100-monolingual-crawled-data | Wikipedia articles | 19 635 580 | 441 623 321 | 6 217 337 | 12 |
|
62 |
+
| kazakhBooks | Books | 8 423 | 351 433 586 | 7 245 720 | 40 264 |
|
63 |
+
| leipzig | Articles/News | 1 706 485 | 26 494 864 | 1 109 113 | 14 |
|
64 |
+
| oscar | CommonCrawl | 269 047 | 230 314 378 | 3 863 498 | 431 |
|
65 |
+
| kazakhNews | News | 3 264 273 | 1 041 698 037 | 5 820 543 | 177 |
|
66 |
|
67 |
With overall stats:
|
68 |
|
69 |
| Stat | Value |
|
70 |
|-------------------------|--------------|
|
71 |
+
| Number of texts | 24 883 808 |
|
72 |
+
| Number of tokens |2 091 564 186 |
|
73 |
+
| Number of unique tokens | 17 802 998 |
|
74 |
|
75 |
+
Full dataset takes **25GB**
|
76 |
|
77 |
### Annotations
|
78 |
|