alagaesia commited on
Commit
300b74d
·
1 Parent(s): 544a2ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: db_id
6
+ dtype: string
7
+ - name: query
8
+ dtype: string
9
+ - name: question
10
+ dtype: string
11
+ - name: create_w_keys
12
+ dtype: string
13
+ - name: create_wo_keys
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 1958019
18
+ num_examples: 1034
19
+ download_size: 81259
20
+ dataset_size: 1958019
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
  ---