File size: 871 Bytes
66bdf26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: source_dataset
    dtype: string
  - name: source_config
    dtype: string
  - name: source_split
    dtype: string
  - name: source_index
    dtype: int64
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: module
    dtype: string
  - name: difficulty
    dtype: string
  - name: stratum
    dtype: string
  - name: has_decimal
    dtype: bool
  - name: has_negative
    dtype: bool
  - name: has_zero
    dtype: bool
  - name: operand_count_bucket
    dtype: string
  - name: magnitude_bucket
    dtype: string
  - name: split
    dtype: string
  - name: reference_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 2650811
    num_examples: 10000
  download_size: 434634
  dataset_size: 2650811
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---