File size: 989 Bytes
b05c1de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: context_start_lineno
    dtype: int64
  - name: line_no
    dtype: int64
  - name: repo
    dtype: string
  - name: id
    dtype: int64
  - name: target_function_prompt
    dtype: string
  - name: function_signature
    dtype: string
  - name: solution_position
    list: int64
  - name: raw_solution
    dtype: string
  - name: focal_code
    dtype: string
  - name: function_name
    dtype: string
  - name: start_line
    dtype: int64
  - name: end_line
    dtype: int64
  - name: file_path
    dtype: string
  - name: context
    dtype: string
  splits:
  - name: julia
    num_bytes: 3830175
    num_examples: 417
  - name: go
    num_bytes: 3854335
    num_examples: 372
  - name: rust
    num_bytes: 5252441
    num_examples: 374
  download_size: 4034636
  dataset_size: 12936951
configs:
- config_name: default
  data_files:
  - split: julia
    path: data/julia-*
  - split: go
    path: data/go-*
  - split: rust
    path: data/rust-*
---