alagaesia commited on
Commit
4a671b0
1 Parent(s): 37b43f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
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
+ - name: difficulty
16
+ dtype: string
17
+ - name: zero_shot_request
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 630553
22
+ num_examples: 215
23
+ download_size: 67834
24
+ dataset_size: 630553
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
  ---