Commit
•
ba31614
1
Parent(s):
da9f9bd
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (2f93838ec7d2379ceb663c390484a82bf8d60902)
README.md
CHANGED
@@ -18,7 +18,6 @@ task_categories:
|
|
18 |
task_ids:
|
19 |
- fact-checking
|
20 |
- intent-classification
|
21 |
-
paperswithcode_id: null
|
22 |
pretty_name: Bend the Truth (Urdu Fake News)
|
23 |
dataset_info:
|
24 |
features:
|
@@ -28,17 +27,17 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: Fake
|
32 |
-
1: Real
|
33 |
- name: category
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
-
0: bus
|
38 |
-
1: hlth
|
39 |
-
2: sp
|
40 |
-
3: tch
|
41 |
-
4: sbz
|
42 |
splits:
|
43 |
- name: train
|
44 |
num_bytes: 1762905
|
|
|
18 |
task_ids:
|
19 |
- fact-checking
|
20 |
- intent-classification
|
|
|
21 |
pretty_name: Bend the Truth (Urdu Fake News)
|
22 |
dataset_info:
|
23 |
features:
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': Fake
|
31 |
+
'1': Real
|
32 |
- name: category
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
+
'0': bus
|
37 |
+
'1': hlth
|
38 |
+
'2': sp
|
39 |
+
'3': tch
|
40 |
+
'4': sbz
|
41 |
splits:
|
42 |
- name: train
|
43 |
num_bytes: 1762905
|