alagaesia commited on
Commit
533bae4
·
1 Parent(s): 866cd6e

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
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: db_id
11
+ dtype: string
12
+ - name: query
13
+ dtype: string
14
+ - name: question
15
+ dtype: string
16
+ - name: create_w_keys
17
+ dtype: string
18
+ - name: create_wo_keys
19
+ dtype: string
20
+ - name: difficulty
21
+ dtype: string
22
+ - name: zero_shot_request
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 3380306
27
+ num_examples: 1034
28
+ download_size: 216114
29
+ dataset_size: 3380306
30
  ---