Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
English
Size:
1K<n<10K
License:
Commit
•
a6a9964
1
Parent(s):
698760e
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
@@ -32,9 +32,9 @@ dataset_info:
|
|
32 |
dtype:
|
33 |
class_label:
|
34 |
names:
|
35 |
-
0: entailment
|
36 |
-
1: neutral
|
37 |
-
2: contradiction
|
38 |
- name: relatedness_score
|
39 |
dtype: float32
|
40 |
- name: entailment_AB
|
|
|
32 |
dtype:
|
33 |
class_label:
|
34 |
names:
|
35 |
+
'0': entailment
|
36 |
+
'1': neutral
|
37 |
+
'2': contradiction
|
38 |
- name: relatedness_score
|
39 |
dtype: float32
|
40 |
- name: entailment_AB
|