system HF staff commited on
Commit
84efde0
1 Parent(s): 00d5499

Update files from the datasets library (from 1.4.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.4.0

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://cogcomp.seas.upenn.edu/multirc/](https://cogcomp.seas.upenn.edu/multirc/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 60.70 MB
38
  - **Total amount of disk used:** 62.29 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Eraser Multi RC is a dataset for queries over multi-line passages, along with
43
  answers and a rationalte. Each example in this dataset has the following 5 parts
@@ -47,19 +47,19 @@ answers and a rationalte. Each example in this dataset has the following 5 parts
47
  4. A Classification as to whether the answer is right or wrong
48
  5. An Explanation justifying the classification
49
 
50
- ### [Supported Tasks](#supported-tasks)
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
- ### [Languages](#languages)
55
 
56
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
57
 
58
- ## [Dataset Structure](#dataset-structure)
59
 
60
  We show detailed information for up to 5 configurations of the dataset.
61
 
62
- ### [Data Instances](#data-instances)
63
 
64
  #### default
65
 
@@ -79,7 +79,7 @@ This example was too long and was cropped:
79
  }
80
  ```
81
 
82
- ### [Data Fields](#data-fields)
83
 
84
  The data fields are the same among all splits.
85
 
@@ -89,55 +89,55 @@ The data fields are the same among all splits.
89
  - `label`: a classification label, with possible values including `False` (0), `True` (1).
90
  - `evidences`: a `list` of `string` features.
91
 
92
- ### [Data Splits Sample Size](#data-splits-sample-size)
93
 
94
  | name |train|validation|test|
95
  |-------|----:|---------:|---:|
96
  |default|24029| 3214|4848|
97
 
98
- ## [Dataset Creation](#dataset-creation)
99
 
100
- ### [Curation Rationale](#curation-rationale)
101
 
102
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
 
104
- ### [Source Data](#source-data)
105
 
106
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
 
108
- ### [Annotations](#annotations)
109
 
110
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
 
112
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
113
 
114
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
 
116
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
117
 
118
- ### [Social Impact of Dataset](#social-impact-of-dataset)
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
- ### [Discussion of Biases](#discussion-of-biases)
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
- ### [Other Known Limitations](#other-known-limitations)
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
- ## [Additional Information](#additional-information)
131
 
132
- ### [Dataset Curators](#dataset-curators)
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
- ### [Licensing Information](#licensing-information)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Citation Information](#citation-information)
141
 
142
  ```
143
 
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://cogcomp.seas.upenn.edu/multirc/](https://cogcomp.seas.upenn.edu/multirc/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 60.70 MB
38
  - **Total amount of disk used:** 62.29 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Eraser Multi RC is a dataset for queries over multi-line passages, along with
43
  answers and a rationalte. Each example in this dataset has the following 5 parts
 
47
  4. A Classification as to whether the answer is right or wrong
48
  5. An Explanation justifying the classification
49
 
50
+ ### Supported Tasks
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
+ ### Languages
55
 
56
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
57
 
58
+ ## Dataset Structure
59
 
60
  We show detailed information for up to 5 configurations of the dataset.
61
 
62
+ ### Data Instances
63
 
64
  #### default
65
 
 
79
  }
80
  ```
81
 
82
+ ### Data Fields
83
 
84
  The data fields are the same among all splits.
85
 
 
89
  - `label`: a classification label, with possible values including `False` (0), `True` (1).
90
  - `evidences`: a `list` of `string` features.
91
 
92
+ ### Data Splits Sample Size
93
 
94
  | name |train|validation|test|
95
  |-------|----:|---------:|---:|
96
  |default|24029| 3214|4848|
97
 
98
+ ## Dataset Creation
99
 
100
+ ### Curation Rationale
101
 
102
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
 
104
+ ### Source Data
105
 
106
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
 
108
+ ### Annotations
109
 
110
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
 
112
+ ### Personal and Sensitive Information
113
 
114
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
 
116
+ ## Considerations for Using the Data
117
 
118
+ ### Social Impact of Dataset
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
+ ### Discussion of Biases
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
+ ### Other Known Limitations
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
+ ## Additional Information
131
 
132
+ ### Dataset Curators
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
+ ### Licensing Information
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Citation Information
141
 
142
  ```
143