Commit
·
ebdd7b6
1
Parent(s):
127e88a
Replace YAML keys from int to str (#3)
Browse files- Replace YAML keys from int to str (1465aa3681fc981eed9cdb66d2f93d25d53f57e3)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Indonesian Clickbait Headlines
|
22 |
dataset_info:
|
23 |
- config_name: annotated
|
@@ -30,8 +29,8 @@ dataset_info:
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: non-clickbait
|
34 |
-
1: clickbait
|
35 |
splits:
|
36 |
- name: train
|
37 |
num_bytes: 1268698
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking
|
|
|
20 |
pretty_name: Indonesian Clickbait Headlines
|
21 |
dataset_info:
|
22 |
- config_name: annotated
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': non-clickbait
|
33 |
+
'1': clickbait
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 1268698
|