Datasets:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "wiki_dpr"
|
@@ -6,12 +7,12 @@
|
|
6 |
## Table of Contents
|
7 |
- [Dataset Description](#dataset-description)
|
8 |
- [Dataset Summary](#dataset-summary)
|
9 |
-
- [Supported Tasks](#supported-tasks)
|
10 |
- [Languages](#languages)
|
11 |
- [Dataset Structure](#dataset-structure)
|
12 |
- [Data Instances](#data-instances)
|
13 |
- [Data Fields](#data-fields)
|
14 |
-
- [Data Splits
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -43,7 +44,7 @@ This is the wikipedia split used to evaluate the Dense Passage Retrieval (DPR) m
|
|
43 |
It contains 21M passages from wikipedia along with their DPR embeddings.
|
44 |
The wikipedia articles were split into multiple, disjoint text blocks of 100 words as passages.
|
45 |
|
46 |
-
### Supported Tasks
|
47 |
|
48 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
|
@@ -181,7 +182,7 @@ The data fields are the same among all splits.
|
|
181 |
- `title`: a `string` feature.
|
182 |
- `embeddings`: a `list` of `float32` features.
|
183 |
|
184 |
-
### Data Splits
|
185 |
|
186 |
| name | train |
|
187 |
|-----------------------------|-------:|
|
@@ -199,10 +200,22 @@ The data fields are the same among all splits.
|
|
199 |
|
200 |
### Source Data
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
203 |
|
204 |
### Annotations
|
205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
207 |
|
208 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: null
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "wiki_dpr"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
44 |
It contains 21M passages from wikipedia along with their DPR embeddings.
|
45 |
The wikipedia articles were split into multiple, disjoint text blocks of 100 words as passages.
|
46 |
|
47 |
+
### Supported Tasks and Leaderboards
|
48 |
|
49 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
|
|
|
182 |
- `title`: a `string` feature.
|
183 |
- `embeddings`: a `list` of `float32` features.
|
184 |
|
185 |
+
### Data Splits
|
186 |
|
187 |
| name | train |
|
188 |
|-----------------------------|-------:|
|
|
|
200 |
|
201 |
### Source Data
|
202 |
|
203 |
+
#### Initial Data Collection and Normalization
|
204 |
+
|
205 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
206 |
+
|
207 |
+
#### Who are the source language producers?
|
208 |
+
|
209 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
210 |
|
211 |
### Annotations
|
212 |
|
213 |
+
#### Annotation process
|
214 |
+
|
215 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
216 |
+
|
217 |
+
#### Who are the annotators?
|
218 |
+
|
219 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
220 |
|
221 |
### Personal and Sensitive Information
|