File size: 942 Bytes
e7a1ae7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0ac4f40
 
 
 
 
 
 
 
 
db4afff
 
 
0ac4f40
 
 
 
 
e7a1ae7
 
 
0ac4f40
 
 
 
 
 
db4afff
 
0ac4f40
 
e7a1ae7
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: prompt
    dtype: string
  - name: text
    dtype: string
  - name: timeout
    dtype: float64
  - name: test_cases
    struct:
    - name: input
      sequence: string
    - name: output
      sequence: string
  - name: solutions
    sequence: string
  splits:
  - name: train
    num_bytes: 1048452052
    num_examples: 6354
  - name: test
    num_bytes: 25443395
    num_examples: 102
  - name: valid
    num_bytes: 30150747
    num_examples: 67
  - name: full_test
    num_bytes: 27244845
    num_examples: 140
  - name: test_valid
    num_bytes: 55594142
    num_examples: 169
  download_size: 381321029
  dataset_size: 1186885181
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
  - split: full_test
    path: data/full_test-*
  - split: test_valid
    path: data/test_valid-*
---