File size: 986 Bytes
f2066df
 
b2e70ab
f2066df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b3a8b1
407abfb
cf3c261
2b3a8b1
b2e70ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf82d3d
 
e5967be
bf82d3d
f2066df
 
 
 
 
b2e70ab
 
 
 
f2066df
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
dataset_info:
- config_name: grid_mode
  features:
  - name: id
    dtype: string
  - name: size
    dtype: string
  - name: puzzle
    dtype: string
  - name: solution
    struct:
    - name: header
      sequence: string
    - name: rows
      sequence:
        sequence: string
  - name: created_at
    dtype: string
  splits:
  - name: test
    num_bytes: 944686
    num_examples: 512
  download_size: 220835
  dataset_size: 944686
- config_name: mc_mode
  features:
  - name: id
    dtype: string
  - name: puzzle
    dtype: string
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  - name: created_at
    dtype: string
  splits:
  - name: test
    num_bytes: 11131223
    num_examples: 6186
  download_size: 1266005
  dataset_size: 11131223
configs:
- config_name: grid_mode
  data_files:
  - split: test
    path: grid_mode/test-*
- config_name: mc_mode
  data_files:
  - split: test
    path: mc_mode/test-*
---