File size: 1,175 Bytes
9d01e63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
---
dataset_info:
  features:
  - name: function
    dtype: string
  - name: testmethod
    dtype: string
  - name: location_fixed
    dtype: string
  - name: end_buggy
    dtype: int64
  - name: location
    dtype: string
  - name: function_name
    dtype: string
  - name: source_buggy
    dtype: string
  - name: prompt_complete
    dtype: string
  - name: end_fixed
    dtype: int64
  - name: comment
    dtype: string
  - name: bug_id
    dtype: string
  - name: start_fixed
    dtype: int64
  - name: location_buggy
    dtype: string
  - name: source_dir
    dtype: string
  - name: prompt_chat
    dtype: string
  - name: start_buggy
    dtype: int64
  - name: classes_modified
    sequence: string
  - name: task_id
    dtype: string
  - name: function_signature
    dtype: string
  - name: prompt_complete_without_signature
    dtype: string
  - name: project
    dtype: string
  - name: indent
    dtype: string
  - name: source_fixed
    dtype: string
  splits:
  - name: train
    num_bytes: 33813808
    num_examples: 451
  download_size: 8570988
  dataset_size: 33813808
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---