Datasets:
Tasks:
Text Classification
Sub-tasks:
fact-checking
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Commit
•
00281d7
1
Parent(s):
1d7db0e
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (1e12193f2c6679bf7d1cda89d28a0ee3a24fb122)
README.md
CHANGED
@@ -36,8 +36,8 @@ dataset_info:
|
|
36 |
dtype:
|
37 |
class_label:
|
38 |
names:
|
39 |
-
0: refuted
|
40 |
-
1: entailed
|
41 |
splits:
|
42 |
- name: train
|
43 |
num_bytes: 99852664
|
|
|
36 |
dtype:
|
37 |
class_label:
|
38 |
names:
|
39 |
+
'0': refuted
|
40 |
+
'1': entailed
|
41 |
splits:
|
42 |
- name: train
|
43 |
num_bytes: 99852664
|