File size: 734 Bytes
21fada7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: attr
    dtype: string
  - name: choice1
    dtype: string
  - name: choice2
    dtype: string
  - name: choice3
    dtype: string
  - name: choice4
    dtype: string
  - name: domain
    dtype: string
  - name: scenario
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: hard
    num_bytes: 39603352
    num_examples: 49280
  - name: easy
    num_bytes: 40009273
    num_examples: 49280
  - name: medium
    num_bytes: 39010628
    num_examples: 49280
  download_size: 12959912
  dataset_size: 118623253
configs:
- config_name: default
  data_files:
  - split: hard
    path: data/hard-*
  - split: easy
    path: data/easy-*
  - split: medium
    path: data/medium-*
---