File size: 978 Bytes
0fea3a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c745ae2
 
 
06f4a9c
fe762dc
 
6f0c4ab
 
 
 
 
0fea3a4
 
 
 
 
 
 
c745ae2
 
06f4a9c
 
6f0c4ab
 
0fea3a4
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
---
dataset_info:
  features:
  - name: problem
    dtype: string
  - name: answer
    dtype: string
  - name: solution
    dtype: string
  - name: reward
    dtype: float64
  - name: length
    dtype: float64
  - name: correct_length
    dtype: float64
  - name: incorrect_length
    dtype: float64
  splits:
  - name: train
    num_bytes: 19748457.536896937
    num_examples: 38400
  - name: test
    num_bytes: 984851.4631030634
    num_examples: 1915
  - name: easy
    num_bytes: 6610076.16462855
    num_examples: 12853
  - name: medium
    num_bytes: 6610590.447376907
    num_examples: 12854
  - name: hard
    num_bytes: 6527790.924891479
    num_examples: 12693
  download_size: 29770574
  dataset_size: 40481766.53689694
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: easy
    path: data/easy-*
  - split: medium
    path: data/medium-*
  - split: hard
    path: data/hard-*
---