system HF staff commited on
Commit
f13bb04
1 Parent(s): eb62450

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://allenai.org/data/wiqa](https://allenai.org/data/wiqa)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,24 +37,24 @@
37
  - **Size of the generated dataset:** 21.36 MB
38
  - **Total amount of disk used:** 26.37 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  The WIQA dataset V1 has 39705 questions containing a perturbation and a possible effect in the context of a paragraph.
43
  The dataset is split into 29808 train questions, 6894 dev questions and 3003 test questions.
44
 
45
- ### [Supported Tasks](#supported-tasks)
46
 
47
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
48
 
49
- ### [Languages](#languages)
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
- ## [Dataset Structure](#dataset-structure)
54
 
55
  We show detailed information for up to 5 configurations of the dataset.
56
 
57
- ### [Data Instances](#data-instances)
58
 
59
  #### default
60
 
@@ -81,7 +81,7 @@ An example of 'validation' looks as follows.
81
  }
82
  ```
83
 
84
- ### [Data Fields](#data-fields)
85
 
86
  The data fields are the same among all splits.
87
 
@@ -99,55 +99,55 @@ The data fields are the same among all splits.
99
  - `metadata_question_type`: a `string` feature.
100
  - `metadata_path_len`: a `int32` feature.
101
 
102
- ### [Data Splits Sample Size](#data-splits-sample-size)
103
 
104
  | name |train|validation|test|
105
  |-------|----:|---------:|---:|
106
  |default|29808| 6894|3003|
107
 
108
- ## [Dataset Creation](#dataset-creation)
109
 
110
- ### [Curation Rationale](#curation-rationale)
111
 
112
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
 
114
- ### [Source Data](#source-data)
115
 
116
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
 
118
- ### [Annotations](#annotations)
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
127
 
128
- ### [Social Impact of Dataset](#social-impact-of-dataset)
129
 
130
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
- ### [Discussion of Biases](#discussion-of-biases)
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
- ### [Other Known Limitations](#other-known-limitations)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ## [Additional Information](#additional-information)
141
 
142
- ### [Dataset Curators](#dataset-curators)
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
- ### [Licensing Information](#licensing-information)
147
 
148
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
 
150
- ### [Citation Information](#citation-information)
151
 
152
  ```
153
  @article{wiqa,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://allenai.org/data/wiqa](https://allenai.org/data/wiqa)
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:** 21.36 MB
38
  - **Total amount of disk used:** 26.37 MB
39
 
40
+ ### Dataset Summary
41
 
42
  The WIQA dataset V1 has 39705 questions containing a perturbation and a possible effect in the context of a paragraph.
43
  The dataset is split into 29808 train questions, 6894 dev questions and 3003 test questions.
44
 
45
+ ### Supported Tasks
46
 
47
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
48
 
49
+ ### Languages
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
+ ## Dataset Structure
54
 
55
  We show detailed information for up to 5 configurations of the dataset.
56
 
57
+ ### Data Instances
58
 
59
  #### default
60
 
 
81
  }
82
  ```
83
 
84
+ ### Data Fields
85
 
86
  The data fields are the same among all splits.
87
 
 
99
  - `metadata_question_type`: a `string` feature.
100
  - `metadata_path_len`: a `int32` feature.
101
 
102
+ ### Data Splits Sample Size
103
 
104
  | name |train|validation|test|
105
  |-------|----:|---------:|---:|
106
  |default|29808| 6894|3003|
107
 
108
+ ## Dataset Creation
109
 
110
+ ### Curation Rationale
111
 
112
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
 
114
+ ### Source Data
115
 
116
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
 
118
+ ### Annotations
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
+ ### Personal and Sensitive Information
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
+ ## Considerations for Using the Data
127
 
128
+ ### Social Impact of Dataset
129
 
130
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
+ ### Discussion of Biases
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
+ ### Other Known Limitations
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ## Additional Information
141
 
142
+ ### Dataset Curators
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
+ ### Licensing Information
147
 
148
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
 
150
+ ### Citation Information
151
 
152
  ```
153
  @article{wiqa,