kz-transformers commited on
Commit
c1037c7
1 Parent(s): 1d1422b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -1
README.md CHANGED
@@ -1,3 +1,92 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license:
3
+ - apache-2.0
4
+ annotations_creators:
5
+ - no-annotation
6
+ language_creators:
7
+ - found
8
+ language:
9
+ - kk
10
+ multilinguality:
11
+ - monolingual
12
+ source_datasets:
13
+ - original
14
+ task_categories:
15
+ - text-generation
16
+ - fill-mask
17
+ pretty_name: MKD | Multi-Domain Kazakh Dataset
18
  ---
19
+
20
+ # Dataset Description
21
+
22
+ **Point of Contact:** [Sanzhar Murzakhmetov](mailto:sanzharmrz@gmail.com), [Besultan Sagyndyk](mailto:nuxyjlbka@gmail.com)
23
+
24
+ ### Dataset Summary
25
+
26
+ MKD | Multi-Domain Kazakh Dataset is a Kazakh-language dataset containing just over 21 911 503 unique texts from multiple domains.
27
+
28
+ ### Supported Tasks
29
+
30
+ - 'MLM/CLM': can be used to train a model for casual and masked languange modeling
31
+
32
+ ### Languages
33
+
34
+ The kk code for Kazakh as generally spoken in the Kazakhstan
35
+
36
+ ### Data Instances
37
+
38
+ For each instance, there is a string for the article, a string for the highlights, and a string for the id.
39
+
40
+ ```python
41
+ {'id': '0054d6d30dbcad772e20b22771153a2a9cbeaf62',
42
+ 'text': '«Челсидің» бапкері Жозе Моуриньо қызметінен кетті Лондондықтар Жозе Муриньюмен қош айтысты. Себеп көп. Англия чемпиондары маусымды өте сүреңсіз бастады. Ұпайды оңды солды шашқан ақсүйектер турнир кестесінің төменгі сатысында қалып қойды.'
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
+
52
+ The Multi-Domain Kazakh dataset has 5 splits: _cc100-monolingual-crawled-data_, _kazakhBooks_, _leipzig_, _oscar_ and _kazakhNews_. Below are the statistics of the dataset:
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 569 201 | 440 737 547 | 6 071 847 | 12 |
57
+ | kazakhBooks | Books | 4 481 | 179 627 716 | 4 649 820 | 38 443 |
58
+ | leipzig | Articles/News | 1 734 397 | 27 013 206 | 1 115 876 | 14 |
59
+ | oscar | CommonCrawl | 269 965 | 229 713 848 | 3 781 885 | 427 |
60
+ | kazakhNews | News | 333 459 | 87 606 307 | 1 255 834 | 177 |
61
+
62
+ With overall stats:
63
+
64
+ | Stat | Value |
65
+ |-------------------------|--------------|
66
+ | Number of texts | 21 911 503 |
67
+ | Number of tokens | 966 795 903 |
68
+ | Number of unique tokens | 11 674 839 |
69
+
70
+ Full dataset takes **21GB**
71
+
72
+ ### Annotations
73
+
74
+ The dataset does not contain any additional annotations.
75
+
76
+ ### Personal and Sensitive Information
77
+
78
+ Datset is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset.
79
+
80
+ ### Social Impact of Dataset
81
+
82
+ The purpose of this dataset is to organize open-source datasets on the Kazakh language for further research and commercial uses
83
+
84
+ ### Licensing Information
85
+
86
+ The Multi-Domain Kazakh dataset version 1.0.0 is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
87
+
88
+
89
+ ### Contributions
90
+
91
+ Thanks to [@KindYAK](https://github.com/KindYAK), [@BeksultanSagyndyk](https://github.com/BeksultanSagyndyk), [@SanzharMrz](https://github.com/SanzharMrz) for adding this dataset.
92
+ ---