Commit
·
3b943d4
1
Parent(s):
84ccd25
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (7220aa4a4c38ce89318a66716e813be62af19aaa)
README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
| 2 |
annotations_creators:
|
| 3 |
- crowdsourced
|
| 4 |
- expert-generated
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
language_creators:
|
| 8 |
- found
|
|
|
|
|
|
|
| 9 |
license:
|
| 10 |
- cc-by-4.0
|
| 11 |
multilinguality:
|
| 12 |
- monolingual
|
| 13 |
-
pretty_name: HyperpartisanNewsDetection
|
| 14 |
size_categories:
|
| 15 |
- 1M<n<10M
|
| 16 |
source_datasets:
|
|
@@ -18,7 +17,7 @@ source_datasets:
|
|
| 18 |
task_categories:
|
| 19 |
- text-classification
|
| 20 |
task_ids: []
|
| 21 |
-
|
| 22 |
tags:
|
| 23 |
- bias-classification
|
| 24 |
dataset_info:
|
|
@@ -56,11 +55,11 @@ dataset_info:
|
|
| 56 |
dtype:
|
| 57 |
class_label:
|
| 58 |
names:
|
| 59 |
-
0: right
|
| 60 |
-
1: right-center
|
| 61 |
-
2: least
|
| 62 |
-
3: left-center
|
| 63 |
-
4: left
|
| 64 |
splits:
|
| 65 |
- name: train
|
| 66 |
num_bytes: 2805711609
|
|
|
|
| 2 |
annotations_creators:
|
| 3 |
- crowdsourced
|
| 4 |
- expert-generated
|
|
|
|
|
|
|
| 5 |
language_creators:
|
| 6 |
- found
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
license:
|
| 10 |
- cc-by-4.0
|
| 11 |
multilinguality:
|
| 12 |
- monolingual
|
|
|
|
| 13 |
size_categories:
|
| 14 |
- 1M<n<10M
|
| 15 |
source_datasets:
|
|
|
|
| 17 |
task_categories:
|
| 18 |
- text-classification
|
| 19 |
task_ids: []
|
| 20 |
+
pretty_name: HyperpartisanNewsDetection
|
| 21 |
tags:
|
| 22 |
- bias-classification
|
| 23 |
dataset_info:
|
|
|
|
| 55 |
dtype:
|
| 56 |
class_label:
|
| 57 |
names:
|
| 58 |
+
'0': right
|
| 59 |
+
'1': right-center
|
| 60 |
+
'2': least
|
| 61 |
+
'3': left-center
|
| 62 |
+
'4': left
|
| 63 |
splits:
|
| 64 |
- name: train
|
| 65 |
num_bytes: 2805711609
|