Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit
•
123fb1e
1
Parent(s):
2b1f397
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (f6f998dcb9ec4f79c8f8cdb2a9e7092b794c7954)
README.md
CHANGED
@@ -29,8 +29,8 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: entailment
|
33 |
-
1: non-entailment
|
34 |
- name: parse_premise
|
35 |
dtype: string
|
36 |
- name: parse_hypothesis
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': entailment
|
33 |
+
'1': non-entailment
|
34 |
- name: parse_premise
|
35 |
dtype: string
|
36 |
- name: parse_hypothesis
|