add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ license:
|
|
11 |
- cc-by-sa-3.0
|
12 |
- mit
|
13 |
- other
|
14 |
-
license_details:
|
15 |
multilinguality:
|
16 |
- monolingual
|
17 |
size_categories:
|
@@ -25,6 +25,45 @@ task_ids:
|
|
25 |
- multi-input-text-classification
|
26 |
paperswithcode_id: multinli
|
27 |
pretty_name: Multi-Genre Natural Language Inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Dataset Card for Multi-Genre Natural Language Inference (MultiNLI)
|
@@ -201,4 +240,4 @@ The majority of the corpus is released under the OANC’s license, which allows
|
|
201 |
|
202 |
### Contributions
|
203 |
|
204 |
-
Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
|
|
|
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 |
- multi-input-text-classification
|
26 |
paperswithcode_id: multinli
|
27 |
pretty_name: Multi-Genre Natural Language Inference
|
28 |
+
dataset_info:
|
29 |
+
features:
|
30 |
+
- name: promptID
|
31 |
+
dtype: int32
|
32 |
+
- name: pairID
|
33 |
+
dtype: string
|
34 |
+
- name: premise
|
35 |
+
dtype: string
|
36 |
+
- name: premise_binary_parse
|
37 |
+
dtype: string
|
38 |
+
- name: premise_parse
|
39 |
+
dtype: string
|
40 |
+
- name: hypothesis
|
41 |
+
dtype: string
|
42 |
+
- name: hypothesis_binary_parse
|
43 |
+
dtype: string
|
44 |
+
- name: hypothesis_parse
|
45 |
+
dtype: string
|
46 |
+
- name: genre
|
47 |
+
dtype: string
|
48 |
+
- name: label
|
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
|
58 |
+
num_examples: 392702
|
59 |
+
- name: validation_matched
|
60 |
+
num_bytes: 10063939
|
61 |
+
num_examples: 9815
|
62 |
+
- name: validation_mismatched
|
63 |
+
num_bytes: 10610221
|
64 |
+
num_examples: 9832
|
65 |
+
download_size: 226850426
|
66 |
+
dataset_size: 430885746
|
67 |
---
|
68 |
|
69 |
# Dataset Card for Multi-Genre Natural Language Inference (MultiNLI)
|
|
|
240 |
|
241 |
### Contributions
|
242 |
|
243 |
+
Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
|