Datasets:
tatiana-merz
commited on
Commit
•
7fe5542
1
Parent(s):
1c9ae41
Update README.md
Browse files
README.md
CHANGED
@@ -3,15 +3,16 @@ license: cc
|
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
language:
|
6 |
-
-
|
|
|
7 |
- sah
|
8 |
- tt
|
9 |
- ky
|
10 |
- kk
|
11 |
-
- ba
|
12 |
- tyv
|
13 |
- krc
|
14 |
-
|
|
|
15 |
tags:
|
16 |
- wiki
|
17 |
size_categories:
|
@@ -50,10 +51,25 @@ Dirk Goldhahn, Thomas Eckart and Uwe Quasthoff (2012): Building Large Monolingua
|
|
50 |
|
51 |
### Data Splits
|
52 |
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
## Dataset Creation
|
56 |
|
|
|
|
|
57 |
### Curation Rationale
|
58 |
|
59 |
[More Information Needed]
|
|
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
language:
|
6 |
+
- ba
|
7 |
+
- cv
|
8 |
- sah
|
9 |
- tt
|
10 |
- ky
|
11 |
- kk
|
|
|
12 |
- tyv
|
13 |
- krc
|
14 |
+
|
15 |
+
- ru
|
16 |
tags:
|
17 |
- wiki
|
18 |
size_categories:
|
|
|
51 |
|
52 |
### Data Splits
|
53 |
|
54 |
+
DatasetDict({
|
55 |
+
train: Dataset({
|
56 |
+
features: ['text', 'label'],
|
57 |
+
num_rows: 72000
|
58 |
+
})
|
59 |
+
test: Dataset({
|
60 |
+
features: ['text', 'label'],
|
61 |
+
num_rows: 9000
|
62 |
+
})
|
63 |
+
validation: Dataset({
|
64 |
+
features: ['text', 'label'],
|
65 |
+
num_rows: 9000
|
66 |
+
})
|
67 |
+
})
|
68 |
|
69 |
## Dataset Creation
|
70 |
|
71 |
+
|
72 |
+
|
73 |
### Curation Rationale
|
74 |
|
75 |
[More Information Needed]
|