File size: 948 Bytes
90e463c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
985bf44
 
 
 
90e463c
 
985bf44
 
 
 
90e463c
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: task_id
    dtype: string
  - name: repo
    dtype: string
  - name: file_path
    dtype: string
  - name: function_name
    dtype: string
  - name: qualified_name
    dtype: string
  - name: function_type
    dtype: string
  - name: class_name
    dtype: string
  - name: prompt
    dtype: string
  - name: signature
    dtype: string
  - name: docstring
    dtype: string
  - name: canonical_solution
    dtype: string
  - name: full_function
    dtype: string
  - name: tests
    dtype: string
  - name: setup
    dtype: string
  - name: metadata
    dtype: string
  - name: validation
    dtype: string
  - name: original_task_id
    dtype: string
  - name: contamination_label
    dtype: string
  splits:
  - name: train
    num_bytes: 3175667
    num_examples: 36
  download_size: 484959
  dataset_size: 3175667
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---