Datasets:
Commit
•
6f98859
1
Parent(s):
ba7f31c
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (9ed29248a7e2abbe872302b99d182316002eabed)
README.md
CHANGED
@@ -20,6 +20,44 @@ task_ids:
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: pubhealth
|
22 |
pretty_name: PUBHEALTH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
train-eval-index:
|
24 |
- config: default
|
25 |
task: text-classification
|
@@ -69,44 +107,6 @@ train-eval-index:
|
|
69 |
name: Recall weighted
|
70 |
args:
|
71 |
average: weighted
|
72 |
-
dataset_info:
|
73 |
-
features:
|
74 |
-
- name: claim_id
|
75 |
-
dtype: string
|
76 |
-
- name: claim
|
77 |
-
dtype: string
|
78 |
-
- name: date_published
|
79 |
-
dtype: string
|
80 |
-
- name: explanation
|
81 |
-
dtype: string
|
82 |
-
- name: fact_checkers
|
83 |
-
dtype: string
|
84 |
-
- name: main_text
|
85 |
-
dtype: string
|
86 |
-
- name: sources
|
87 |
-
dtype: string
|
88 |
-
- name: label
|
89 |
-
dtype:
|
90 |
-
class_label:
|
91 |
-
names:
|
92 |
-
0: 'false'
|
93 |
-
1: mixture
|
94 |
-
2: 'true'
|
95 |
-
3: unproven
|
96 |
-
- name: subjects
|
97 |
-
dtype: string
|
98 |
-
splits:
|
99 |
-
- name: train
|
100 |
-
num_bytes: 53985377
|
101 |
-
num_examples: 9832
|
102 |
-
- name: test
|
103 |
-
num_bytes: 6825221
|
104 |
-
num_examples: 1235
|
105 |
-
- name: validation
|
106 |
-
num_bytes: 6653044
|
107 |
-
num_examples: 1225
|
108 |
-
download_size: 24892660
|
109 |
-
dataset_size: 67463642
|
110 |
---
|
111 |
|
112 |
# Dataset Card for PUBHEALTH
|
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: pubhealth
|
22 |
pretty_name: PUBHEALTH
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: claim_id
|
26 |
+
dtype: string
|
27 |
+
- name: claim
|
28 |
+
dtype: string
|
29 |
+
- name: date_published
|
30 |
+
dtype: string
|
31 |
+
- name: explanation
|
32 |
+
dtype: string
|
33 |
+
- name: fact_checkers
|
34 |
+
dtype: string
|
35 |
+
- name: main_text
|
36 |
+
dtype: string
|
37 |
+
- name: sources
|
38 |
+
dtype: string
|
39 |
+
- name: label
|
40 |
+
dtype:
|
41 |
+
class_label:
|
42 |
+
names:
|
43 |
+
'0': 'false'
|
44 |
+
'1': mixture
|
45 |
+
'2': 'true'
|
46 |
+
'3': unproven
|
47 |
+
- name: subjects
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 53985377
|
52 |
+
num_examples: 9832
|
53 |
+
- name: test
|
54 |
+
num_bytes: 6825221
|
55 |
+
num_examples: 1235
|
56 |
+
- name: validation
|
57 |
+
num_bytes: 6653044
|
58 |
+
num_examples: 1225
|
59 |
+
download_size: 24892660
|
60 |
+
dataset_size: 67463642
|
61 |
train-eval-index:
|
62 |
- config: default
|
63 |
task: text-classification
|
|
|
107 |
name: Recall weighted
|
108 |
args:
|
109 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
---
|
111 |
|
112 |
# Dataset Card for PUBHEALTH
|