Upload dataset
Browse files- QMsum/train-00000-of-00001.parquet +3 -0
- README.md +20 -0
QMsum/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e43c1f3bce14af161571cf21b2d71f93dc5e21add53811ca322acde53042b3c
|
3 |
+
size 43933066
|
README.md
CHANGED
@@ -228,6 +228,22 @@ dataset_info:
|
|
228 |
num_examples: 32747
|
229 |
download_size: 10012303798
|
230 |
dataset_size: 21589984139
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
configs:
|
232 |
- config_name: BigPatent
|
233 |
data_files:
|
@@ -301,4 +317,8 @@ configs:
|
|
301 |
data_files:
|
302 |
- split: train
|
303 |
path: NarrativeQA/train-*
|
|
|
|
|
|
|
|
|
304 |
---
|
|
|
228 |
num_examples: 32747
|
229 |
download_size: 10012303798
|
230 |
dataset_size: 21589984139
|
231 |
+
- config_name: QMsum
|
232 |
+
features:
|
233 |
+
- name: context
|
234 |
+
dtype: string
|
235 |
+
- name: output
|
236 |
+
dtype: string
|
237 |
+
- name: instruction
|
238 |
+
dtype: string
|
239 |
+
- name: context_sentence
|
240 |
+
sequence: string
|
241 |
+
splits:
|
242 |
+
- name: train
|
243 |
+
num_bytes: 130848491
|
244 |
+
num_examples: 1257
|
245 |
+
download_size: 43933066
|
246 |
+
dataset_size: 130848491
|
247 |
configs:
|
248 |
- config_name: BigPatent
|
249 |
data_files:
|
|
|
317 |
data_files:
|
318 |
- split: train
|
319 |
path: NarrativeQA/train-*
|
320 |
+
- config_name: QMsum
|
321 |
+
data_files:
|
322 |
+
- split: train
|
323 |
+
path: QMsum/train-*
|
324 |
---
|