system HF staff commited on
Commit
9419300
1 Parent(s): a68b1a2

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://microsoft.github.io/msmarco/](https://microsoft.github.io/msmarco/)
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:** 4503.32 MB
38
  - **Total amount of disk used:** 5984.34 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Starting with a paper released at NIPS 2016, MS MARCO is a collection of datasets focused on deep learning in search.
43
 
@@ -58,19 +58,19 @@ builds upon the QnA dataset to deliver answers that could be spoken by a smart s
58
 
59
  version v1.1
60
 
61
- ### [Supported Tasks](#supported-tasks)
62
 
63
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
64
 
65
- ### [Languages](#languages)
66
 
67
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
68
 
69
- ## [Dataset Structure](#dataset-structure)
70
 
71
  We show detailed information for up to 5 configurations of the dataset.
72
 
73
- ### [Data Instances](#data-instances)
74
 
75
  #### v1.1
76
 
@@ -94,7 +94,7 @@ An example of 'validation' looks as follows.
94
 
95
  ```
96
 
97
- ### [Data Fields](#data-fields)
98
 
99
  The data fields are the same among all splits.
100
 
@@ -120,56 +120,56 @@ The data fields are the same among all splits.
120
  - `query_type`: a `string` feature.
121
  - `wellFormedAnswers`: a `list` of `string` features.
122
 
123
- ### [Data Splits Sample Size](#data-splits-sample-size)
124
 
125
  |name|train |validation| test |
126
  |----|-----:|---------:|-----:|
127
  |v1.1| 82326| 10047| 9650|
128
  |v2.1|808731| 101093|101092|
129
 
130
- ## [Dataset Creation](#dataset-creation)
131
 
132
- ### [Curation Rationale](#curation-rationale)
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
- ### [Source Data](#source-data)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Annotations](#annotations)
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
149
 
150
- ### [Social Impact of Dataset](#social-impact-of-dataset)
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
- ### [Discussion of Biases](#discussion-of-biases)
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
- ### [Other Known Limitations](#other-known-limitations)
159
 
160
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
 
162
- ## [Additional Information](#additional-information)
163
 
164
- ### [Dataset Curators](#dataset-curators)
165
 
166
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
 
168
- ### [Licensing Information](#licensing-information)
169
 
170
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
 
172
- ### [Citation Information](#citation-information)
173
 
174
  ```
175
 
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://microsoft.github.io/msmarco/](https://microsoft.github.io/msmarco/)
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:** 4503.32 MB
38
  - **Total amount of disk used:** 5984.34 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Starting with a paper released at NIPS 2016, MS MARCO is a collection of datasets focused on deep learning in search.
43
 
 
58
 
59
  version v1.1
60
 
61
+ ### Supported Tasks
62
 
63
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
64
 
65
+ ### Languages
66
 
67
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
68
 
69
+ ## Dataset Structure
70
 
71
  We show detailed information for up to 5 configurations of the dataset.
72
 
73
+ ### Data Instances
74
 
75
  #### v1.1
76
 
 
94
 
95
  ```
96
 
97
+ ### Data Fields
98
 
99
  The data fields are the same among all splits.
100
 
 
120
  - `query_type`: a `string` feature.
121
  - `wellFormedAnswers`: a `list` of `string` features.
122
 
123
+ ### Data Splits Sample Size
124
 
125
  |name|train |validation| test |
126
  |----|-----:|---------:|-----:|
127
  |v1.1| 82326| 10047| 9650|
128
  |v2.1|808731| 101093|101092|
129
 
130
+ ## Dataset Creation
131
 
132
+ ### Curation Rationale
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
+ ### Source Data
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Annotations
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
+ ### Personal and Sensitive Information
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
+ ## Considerations for Using the Data
149
 
150
+ ### Social Impact of Dataset
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
+ ### Discussion of Biases
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
+ ### Other Known Limitations
159
 
160
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
 
162
+ ## Additional Information
163
 
164
+ ### Dataset Curators
165
 
166
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
 
168
+ ### Licensing Information
169
 
170
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
 
172
+ ### Citation Information
173
 
174
  ```
175