veggiebird commited on
Commit
599579e
·
1 Parent(s): 82abed5

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: options
11
+ sequence: string
12
+ - name: option_perm
13
+ sequence: string
14
+ - name: test_name
15
+ dtype: string
16
+ - name: prompt
17
+ dtype: string
18
+ - name: reverse
19
+ dtype: int64
20
+ - name: trait
21
+ dtype: string
22
+ - name: question
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 186062304
27
+ num_examples: 268080
28
+ download_size: 1978631
29
+ dataset_size: 186062304
30
  ---