Upload dataset
Browse files
HotpotQA/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c9a8de76f7974e5d70207de13fb1eb7ce6b6e1838917518e954fc11e37e8339
|
3 |
+
size 206273914
|
HotpotQA/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abb1102b4f15be93ca547004e782d89eb325043478a3d8974832cf59f79d8fac
|
3 |
+
size 206547816
|
HotpotQA/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b44150d0c6878821f433e237e53463691c44f663996128a8276fdf8d18b51f34
|
3 |
+
size 207643872
|
HotpotQA/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20c855bc4e51c6fc0a496f85e0311c4e1dd51f70d71596884f8adf644ce74b5e
|
3 |
+
size 51408974
|
README.md
CHANGED
@@ -145,6 +145,25 @@ dataset_info:
|
|
145 |
num_examples: 973
|
146 |
download_size: 1001067529
|
147 |
dataset_size: 2077524984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
configs:
|
149 |
- config_name: BigPatent
|
150 |
data_files:
|
@@ -196,4 +215,10 @@ configs:
|
|
196 |
path: GovReport/validation-*
|
197 |
- split: test
|
198 |
path: GovReport/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
---
|
|
|
145 |
num_examples: 973
|
146 |
download_size: 1001067529
|
147 |
dataset_size: 2077524984
|
148 |
+
- config_name: HotpotQA
|
149 |
+
features:
|
150 |
+
- name: instruction
|
151 |
+
dtype: string
|
152 |
+
- name: output
|
153 |
+
dtype: string
|
154 |
+
- name: context
|
155 |
+
sequence: string
|
156 |
+
- name: context_sentence
|
157 |
+
sequence: string
|
158 |
+
splits:
|
159 |
+
- name: train
|
160 |
+
num_bytes: 1048709644
|
161 |
+
num_examples: 90447
|
162 |
+
- name: validation
|
163 |
+
num_bytes: 86820188
|
164 |
+
num_examples: 7405
|
165 |
+
download_size: 671874576
|
166 |
+
dataset_size: 1135529832
|
167 |
configs:
|
168 |
- config_name: BigPatent
|
169 |
data_files:
|
|
|
215 |
path: GovReport/validation-*
|
216 |
- split: test
|
217 |
path: GovReport/test-*
|
218 |
+
- config_name: HotpotQA
|
219 |
+
data_files:
|
220 |
+
- split: train
|
221 |
+
path: HotpotQA/train-*
|
222 |
+
- split: validation
|
223 |
+
path: HotpotQA/validation-*
|
224 |
---
|