Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Swahili
Size:
10K - 100K
License:
Commit
•
cfc9bfd
1
Parent(s):
b5c414f
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
README.md
CHANGED
@@ -19,6 +19,7 @@ task_ids:
|
|
19 |
- multi-class-classification
|
20 |
pretty_name: 'Swahili : News Classification Dataset'
|
21 |
dataset_info:
|
|
|
22 |
features:
|
23 |
- name: text
|
24 |
dtype: string
|
@@ -32,16 +33,23 @@ dataset_info:
|
|
32 |
'3': kimataifa
|
33 |
'4': burudani
|
34 |
'5': afya
|
35 |
-
config_name: swahili_news
|
36 |
splits:
|
37 |
- name: train
|
38 |
-
num_bytes:
|
39 |
num_examples: 22207
|
40 |
- name: test
|
41 |
-
num_bytes:
|
42 |
num_examples: 7338
|
43 |
-
download_size:
|
44 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
|
47 |
# Dataset Card for Swahili : News Classification Dataset
|
|
|
19 |
- multi-class-classification
|
20 |
pretty_name: 'Swahili : News Classification Dataset'
|
21 |
dataset_info:
|
22 |
+
config_name: swahili_news
|
23 |
features:
|
24 |
- name: text
|
25 |
dtype: string
|
|
|
33 |
'3': kimataifa
|
34 |
'4': burudani
|
35 |
'5': afya
|
|
|
36 |
splits:
|
37 |
- name: train
|
38 |
+
num_bytes: 49517843
|
39 |
num_examples: 22207
|
40 |
- name: test
|
41 |
+
num_bytes: 16093492
|
42 |
num_examples: 7338
|
43 |
+
download_size: 38109228
|
44 |
+
dataset_size: 65611335
|
45 |
+
configs:
|
46 |
+
- config_name: swahili_news
|
47 |
+
data_files:
|
48 |
+
- split: train
|
49 |
+
path: swahili_news/train-*
|
50 |
+
- split: test
|
51 |
+
path: swahili_news/test-*
|
52 |
+
default: true
|
53 |
---
|
54 |
|
55 |
# Dataset Card for Swahili : News Classification Dataset
|
swahili_news/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e997c51110d606b92dd7b972c53b071ac29967d1962e7466bcb237553a7d7a13
|
3 |
+
size 9362083
|
swahili_news/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c52ce535f7d22cf4afe979064dfa8ed528971358f3754a7eba91752f96440595
|
3 |
+
size 28747145
|