Commit
·
158da7a
1
Parent(s):
64732e5
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (69c5e547d0b67764b653cc75e600401c637a9dd3)
README.md
CHANGED
|
@@ -11,7 +11,6 @@ license:
|
|
| 11 |
- cc-by-sa-3.0
|
| 12 |
- mit
|
| 13 |
- other
|
| 14 |
-
license_details: Open Portion of the American National Corpus
|
| 15 |
multilinguality:
|
| 16 |
- monolingual
|
| 17 |
size_categories:
|
|
@@ -25,6 +24,7 @@ task_ids:
|
|
| 25 |
- multi-input-text-classification
|
| 26 |
paperswithcode_id: multinli
|
| 27 |
pretty_name: Multi-Genre Natural Language Inference
|
|
|
|
| 28 |
dataset_info:
|
| 29 |
features:
|
| 30 |
- name: promptID
|
|
@@ -49,9 +49,9 @@ dataset_info:
|
|
| 49 |
dtype:
|
| 50 |
class_label:
|
| 51 |
names:
|
| 52 |
-
0: entailment
|
| 53 |
-
1: neutral
|
| 54 |
-
2: contradiction
|
| 55 |
splits:
|
| 56 |
- name: train
|
| 57 |
num_bytes: 410211586
|
|
|
|
| 11 |
- cc-by-sa-3.0
|
| 12 |
- mit
|
| 13 |
- other
|
|
|
|
| 14 |
multilinguality:
|
| 15 |
- monolingual
|
| 16 |
size_categories:
|
|
|
|
| 24 |
- multi-input-text-classification
|
| 25 |
paperswithcode_id: multinli
|
| 26 |
pretty_name: Multi-Genre Natural Language Inference
|
| 27 |
+
license_details: Open Portion of the American National Corpus
|
| 28 |
dataset_info:
|
| 29 |
features:
|
| 30 |
- name: promptID
|
|
|
|
| 49 |
dtype:
|
| 50 |
class_label:
|
| 51 |
names:
|
| 52 |
+
'0': entailment
|
| 53 |
+
'1': neutral
|
| 54 |
+
'2': contradiction
|
| 55 |
splits:
|
| 56 |
- name: train
|
| 57 |
num_bytes: 410211586
|