File size: 1,051 Bytes
8bb4ea9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: task_id
    dtype: int64
  - name: text
    dtype: string
  - name: code
    dtype: string
  - name: test_list
    sequence: string
  - name: test_setup_code
    dtype: string
  - name: challenge_test_list
    sequence: string
  - name: metadata
    struct:
    - name: category
      dtype: string
    - name: difficulty
      dtype: string
  - name: hardcode
    dtype: string
  splits:
  - name: train
    num_bytes: 203963
    num_examples: 374
  - name: test
    num_bytes: 281793
    num_examples: 500
  - name: validation
    num_bytes: 48828
    num_examples: 90
  - name: prompt
    num_bytes: 5266
    num_examples: 10
  - name: synthetic
    num_bytes: 1813810
    num_examples: 2658
  download_size: 908623
  dataset_size: 2353660
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
  - split: prompt
    path: data/prompt-*
  - split: synthetic
    path: data/synthetic-*
---