File size: 1,525 Bytes
deecd8c
 
0ca1209
deecd8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0ca1209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255ffef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
deecd8c
 
 
 
 
 
 
0ca1209
 
 
 
 
 
255ffef
 
 
 
 
 
deecd8c
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
dataset_info:
- config_name: algebra
  features:
  - name: problem
    dtype: string
  - name: level
    dtype: string
  - name: type
    dtype: string
  - name: solution
    dtype: string
  splits:
  - name: train
    num_bytes: 955021
    num_examples: 1744
  - name: test
    num_bytes: 648291
    num_examples: 1187
  download_size: 854357
  dataset_size: 1603312
- config_name: counting_and_probability
  features:
  - name: problem
    dtype: string
  - name: level
    dtype: string
  - name: type
    dtype: string
  - name: solution
    dtype: string
  splits:
  - name: train
    num_bytes: 667385
    num_examples: 771
  - name: test
    num_bytes: 353803
    num_examples: 474
  download_size: 501973
  dataset_size: 1021188
- config_name: geometry
  features:
  - name: problem
    dtype: string
  - name: level
    dtype: string
  - name: type
    dtype: string
  - name: solution
    dtype: string
  splits:
  - name: train
    num_bytes: 1077241
    num_examples: 870
  - name: test
    num_bytes: 523126
    num_examples: 479
  download_size: 807701
  dataset_size: 1600367
configs:
- config_name: algebra
  data_files:
  - split: train
    path: algebra/train-*
  - split: test
    path: algebra/test-*
- config_name: counting_and_probability
  data_files:
  - split: train
    path: counting_and_probability/train-*
  - split: test
    path: counting_and_probability/test-*
- config_name: geometry
  data_files:
  - split: train
    path: geometry/train-*
  - split: test
    path: geometry/test-*
---