File size: 982 Bytes
ad85eb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cae0b59
2b61d7e
ad85eb4
71449fb
2b61d7e
71449fb
cae0b59
71449fb
cae0b59
 
 
 
 
 
 
 
ad85eb4
 
 
 
 
 
 
71449fb
 
cae0b59
 
 
 
ad85eb4
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: instance_id
    dtype: string
  - name: patch
    dtype: string
  - name: FAIL_TO_PASS
    list: string
  - name: PASS_TO_PASS
    list: string
  - name: image_name
    dtype: string
  - name: repo
    dtype: string
  - name: problem_statement
    dtype: string
  splits:
  - name: train
    num_bytes: 3464289249
    num_examples: 35497
  - name: validation
    num_bytes: 263788431
    num_examples: 3974
  - name: sft
    num_bytes: 151639222
    num_examples: 1024
  - name: gpt5_nano_easy
    num_bytes: 6770613
    num_examples: 102
  - name: gpt5_2_mid
    num_bytes: 1327571
    num_examples: 20
  download_size: 232413618
  dataset_size: 3887815086
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: sft
    path: data/sft-*
  - split: gpt5_nano_easy
    path: data/gpt5_nano_easy-*
  - split: gpt5_2_mid
    path: data/gpt5_2_mid-*
---