shchoi1019 commited on
Commit
934076e
·
verified ·
1 Parent(s): 58a7ed8

Upload dataset

Browse files
Question Generation/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c5d6325bc95d4a79f98aa3b377ce2e2d5ba7c9fb76cf358061639a0c6d2168
3
+ size 148512423
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: Question Generation
4
+ features:
5
+ - name: instruction
6
+ dtype: string
7
+ - name: input
8
+ dtype: string
9
+ - name: output
10
+ dtype: string
11
+ - name: domain
12
+ dtype: string
13
+ - name: lang
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 404077154
18
+ num_examples: 230103
19
+ download_size: 148512423
20
+ dataset_size: 404077154
21
+ configs:
22
+ - config_name: Question Generation
23
+ data_files:
24
+ - split: train
25
+ path: Question Generation/train-*
26
+ ---