add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,55 @@ task_ids: []
|
|
21 |
paperswithcode_id: null
|
22 |
tags:
|
23 |
- bias-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for "hyperpartisan_news_detection"
|
|
|
21 |
paperswithcode_id: null
|
22 |
tags:
|
23 |
- bias-classification
|
24 |
+
dataset_info:
|
25 |
+
- config_name: byarticle
|
26 |
+
features:
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
- name: title
|
30 |
+
dtype: string
|
31 |
+
- name: hyperpartisan
|
32 |
+
dtype: bool
|
33 |
+
- name: url
|
34 |
+
dtype: string
|
35 |
+
- name: published_at
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 2803943
|
40 |
+
num_examples: 645
|
41 |
+
download_size: 1000352
|
42 |
+
dataset_size: 2803943
|
43 |
+
- config_name: bypublisher
|
44 |
+
features:
|
45 |
+
- name: text
|
46 |
+
dtype: string
|
47 |
+
- name: title
|
48 |
+
dtype: string
|
49 |
+
- name: hyperpartisan
|
50 |
+
dtype: bool
|
51 |
+
- name: url
|
52 |
+
dtype: string
|
53 |
+
- name: published_at
|
54 |
+
dtype: string
|
55 |
+
- name: bias
|
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
|
67 |
+
num_examples: 600000
|
68 |
+
- name: validation
|
69 |
+
num_bytes: 2805711609
|
70 |
+
num_examples: 600000
|
71 |
+
download_size: 1003195420
|
72 |
+
dataset_size: 5611423218
|
73 |
---
|
74 |
|
75 |
# Dataset Card for "hyperpartisan_news_detection"
|