Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Commit
•
6122889
1
Parent(s):
3f15acf
Convert dataset sizes from base 2 to base 10 in the dataset card (#2)
Browse files- Convert dataset sizes from base 2 to base 10 in the dataset card (795bdc3f53ed3c63aad62c339f38858531cf3f80)
README.md
CHANGED
@@ -123,9 +123,9 @@ dataset_info:
|
|
123 |
- **Repository:** https://github.com/nyu-dl/dl4ir-searchQA
|
124 |
- **Paper:** [SearchQA: A New Q&A Dataset Augmented with Context from a Search Engine](https://arxiv.org/abs/1704.05179)
|
125 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
126 |
-
- **Size of downloaded dataset files:**
|
127 |
-
- **Size of the generated dataset:**
|
128 |
-
- **Total amount of disk used:**
|
129 |
|
130 |
### Dataset Summary
|
131 |
|
@@ -151,9 +151,9 @@ Following this approach, we built SearchQA, which consists of more than 140k que
|
|
151 |
|
152 |
#### raw_jeopardy
|
153 |
|
154 |
-
- **Size of downloaded dataset files:**
|
155 |
-
- **Size of the generated dataset:**
|
156 |
-
- **Total amount of disk used:**
|
157 |
|
158 |
An example of 'train' looks as follows.
|
159 |
```
|
@@ -162,9 +162,9 @@ An example of 'train' looks as follows.
|
|
162 |
|
163 |
#### train_test_val
|
164 |
|
165 |
-
- **Size of downloaded dataset files:**
|
166 |
-
- **Size of the generated dataset:**
|
167 |
-
- **Total amount of disk used:**
|
168 |
|
169 |
An example of 'validation' looks as follows.
|
170 |
```
|
|
|
123 |
- **Repository:** https://github.com/nyu-dl/dl4ir-searchQA
|
124 |
- **Paper:** [SearchQA: A New Q&A Dataset Augmented with Context from a Search Engine](https://arxiv.org/abs/1704.05179)
|
125 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
126 |
+
- **Size of downloaded dataset files:** 6.46 GB
|
127 |
+
- **Size of the generated dataset:** 15.28 GB
|
128 |
+
- **Total amount of disk used:** 21.74 GB
|
129 |
|
130 |
### Dataset Summary
|
131 |
|
|
|
151 |
|
152 |
#### raw_jeopardy
|
153 |
|
154 |
+
- **Size of downloaded dataset files:** 3.31 GB
|
155 |
+
- **Size of the generated dataset:** 7.77 GB
|
156 |
+
- **Total amount of disk used:** 11.09 GB
|
157 |
|
158 |
An example of 'train' looks as follows.
|
159 |
```
|
|
|
162 |
|
163 |
#### train_test_val
|
164 |
|
165 |
+
- **Size of downloaded dataset files:** 3.15 GB
|
166 |
+
- **Size of the generated dataset:** 7.51 GB
|
167 |
+
- **Total amount of disk used:** 10.66 GB
|
168 |
|
169 |
An example of 'validation' looks as follows.
|
170 |
```
|