Datasets:
Tasks:
Text Classification
Sub-tasks:
fact-checking
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Commit ·
1e12193
1
Parent(s): 1d7db0e
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
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
|