Datasets:
Tasks:
Text Classification
Sub-tasks:
topic-classification
Languages:
Yoruba
Size:
1K<n<10K
License:
Commit
•
9c2a2cc
1
Parent(s):
76b1f91
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (c6ed039ec3d8e97be0c51d2e0a30652a36fee283)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- topic-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Yoruba Bbc News Topic Classification Dataset (YorubaBbcTopics)
|
22 |
dataset_info:
|
23 |
features:
|
@@ -27,13 +26,13 @@ dataset_info:
|
|
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
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- topic-classification
|
|
|
20 |
pretty_name: Yoruba Bbc News Topic Classification Dataset (YorubaBbcTopics)
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': africa
|
30 |
+
'1': entertainment
|
31 |
+
'2': health
|
32 |
+
'3': nigeria
|
33 |
+
'4': politics
|
34 |
+
'5': sport
|
35 |
+
'6': world
|
36 |
- name: date
|
37 |
dtype: string
|
38 |
- name: bbc_url_id
|