File size: 1,113 Bytes
776f497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: answer
    dtype: string
  - name: problem_type
    dtype: string
  - name: question_type
    dtype: string
  - name: source
    dtype: string
  - name: uuid
    dtype: string
  - name: processed_answer
    sequence: string
  - name: reward
    sequence: bool
  - name: min_length
    dtype: int64
  - name: max_length
    dtype: int64
  - name: pass@1
    dtype: float64
  - name: pass@8
    dtype: bool
  - name: cons@8
    dtype: float64
  - name: roll_in_ids
    sequence:
      sequence: int64
  - name: roll_outs_ids
    sequence:
      sequence: int64
  splits:
  - name: train
    num_bytes: 28740981937
    num_examples: 48394
  - name: validation
    num_bytes: 311111666
    num_examples: 500
  - name: test
    num_bytes: 306154603
    num_examples: 500
  download_size: 3948658427
  dataset_size: 29358248206
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---