lhoestq HF staff commited on
Commit
228f40f
1 Parent(s): 5abcf59

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -11,7 +11,7 @@ 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 +25,24 @@ 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 (Mismatched only)
@@ -194,4 +212,4 @@ The data fields are the same among all splits.
194
 
195
  ### Contributions
196
 
197
- Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@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: premise
31
+ dtype: string
32
+ - name: hypothesis
33
+ dtype: string
34
+ - name: label
35
+ dtype: string
36
+ config_name: plain_text
37
+ splits:
38
+ - name: train
39
+ num_bytes: 75601459
40
+ num_examples: 392702
41
+ - name: validation
42
+ num_bytes: 2009444
43
+ num_examples: 10000
44
+ download_size: 226850426
45
+ dataset_size: 77610903
46
  ---
47
 
48
  # Dataset Card for Multi-Genre Natural Language Inference (Mismatched only)
 
212
 
213
  ### Contributions
214
 
215
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.