shchoi1019
commited on
Commit
•
10e75b4
1
Parent(s):
a9d4fd4
Upload dataset
Browse files
Question Decomposition/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e04bbaf736310eec87d49ea82a07675f3c92ce7337ed254a5a03b0408f417a5b
|
3 |
+
size 1727434
|
README.md
CHANGED
@@ -342,6 +342,24 @@ dataset_info:
|
|
342 |
num_examples: 470108
|
343 |
download_size: 250262921
|
344 |
dataset_size: 632225857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
- config_name: Question Generation
|
346 |
features:
|
347 |
- name: instruction
|
@@ -725,6 +743,10 @@ configs:
|
|
725 |
data_files:
|
726 |
- split: train
|
727 |
path: Question Answering/train-*
|
|
|
|
|
|
|
|
|
728 |
- config_name: Question Generation
|
729 |
data_files:
|
730 |
- split: train
|
|
|
342 |
num_examples: 470108
|
343 |
download_size: 250262921
|
344 |
dataset_size: 632225857
|
345 |
+
- config_name: Question Decomposition
|
346 |
+
features:
|
347 |
+
- name: instruction
|
348 |
+
dtype: string
|
349 |
+
- name: input
|
350 |
+
dtype: string
|
351 |
+
- name: output
|
352 |
+
dtype: string
|
353 |
+
- name: domain
|
354 |
+
dtype: string
|
355 |
+
- name: lang
|
356 |
+
dtype: string
|
357 |
+
splits:
|
358 |
+
- name: train
|
359 |
+
num_bytes: 24960993
|
360 |
+
num_examples: 9521
|
361 |
+
download_size: 1727434
|
362 |
+
dataset_size: 24960993
|
363 |
- config_name: Question Generation
|
364 |
features:
|
365 |
- name: instruction
|
|
|
743 |
data_files:
|
744 |
- split: train
|
745 |
path: Question Answering/train-*
|
746 |
+
- config_name: Question Decomposition
|
747 |
+
data_files:
|
748 |
+
- split: train
|
749 |
+
path: Question Decomposition/train-*
|
750 |
- config_name: Question Generation
|
751 |
data_files:
|
752 |
- split: train
|