Datasets:
Tasks:
Text Classification
Sub-tasks:
topic-classification
Languages:
Yoruba
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,37 @@ task_ids:
|
|
19 |
- topic-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Yoruba Bbc News Topic Classification Dataset (YorubaBbcTopics)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Yoruba BBC News Topic Classification dataset (yoruba_bbc_topics)
|
@@ -146,4 +177,4 @@ An instance consists of a news title sentence and the corresponding topic label
|
|
146 |
|
147 |
### Contributions
|
148 |
|
149 |
-
Thanks to [@michael-aloys](https://github.com/michael-aloys) for adding this dataset.
|
|
|
19 |
- topic-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Yoruba Bbc News Topic Classification Dataset (YorubaBbcTopics)
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: news_title
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: africa
|
31 |
+
1: entertainment
|
32 |
+
2: health
|
33 |
+
3: nigeria
|
34 |
+
4: politics
|
35 |
+
5: sport
|
36 |
+
6: world
|
37 |
+
- name: date
|
38 |
+
dtype: string
|
39 |
+
- name: bbc_url_id
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: test
|
43 |
+
num_bytes: 55652
|
44 |
+
num_examples: 379
|
45 |
+
- name: train
|
46 |
+
num_bytes: 197117
|
47 |
+
num_examples: 1340
|
48 |
+
- name: validation
|
49 |
+
num_bytes: 27771
|
50 |
+
num_examples: 189
|
51 |
+
download_size: 265480
|
52 |
+
dataset_size: 280540
|
53 |
---
|
54 |
|
55 |
# Dataset Card for Yoruba BBC News Topic Classification dataset (yoruba_bbc_topics)
|
|
|
177 |
|
178 |
### Contributions
|
179 |
|
180 |
+
Thanks to [@michael-aloys](https://github.com/michael-aloys) for adding this dataset.
|