File size: 1,386 Bytes
c075cf1
 
c2a496c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c075cf1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b2bcf1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c075cf1
c2a496c
 
 
 
c075cf1
 
 
 
b2bcf1a
 
 
 
c075cf1
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
---
dataset_info:
- config_name: aqua
  features:
  - name: id
    dtype: int64
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: meta_data
    struct:
    - name: choices
      sequence: string
    - name: rationale
      dtype: string
  splits:
  - name: train
    num_bytes: 462253
    num_examples: 1000
  download_size: 279651
  dataset_size: 462253
- config_name: gsm8k
  features:
  - name: id
    dtype: int64
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: meta_data
    struct:
    - name: full_answer
      dtype: string
  splits:
  - name: train
    num_bytes: 545443
    num_examples: 1000
  download_size: 317081
  dataset_size: 545443
- config_name: math
  features:
  - name: id
    dtype: int64
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: meta_data
    struct:
    - name: level
      dtype: string
    - name: solution
      dtype: string
    - name: type
      dtype: string
  splits:
  - name: train
    num_bytes: 400235.7574031891
    num_examples: 874
  download_size: 196699
  dataset_size: 400235.7574031891
configs:
- config_name: aqua
  data_files:
  - split: train
    path: aqua/train-*
- config_name: gsm8k
  data_files:
  - split: train
    path: gsm8k/train-*
- config_name: math
  data_files:
  - split: train
    path: math/train-*
---