File size: 921 Bytes
d553331
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: metadata
    struct:
    - name: fpath_tuple
      list: string
    - name: ground_truth
      dtype: string
    - name: task_id
      dtype: string
  - 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
  splits:
  - name: testgen_bm25
    num_bytes: 4133345
    num_examples: 417
  - name: testgen_unixcoder
    num_bytes: 4213116
    num_examples: 417
  download_size: 2295806
  dataset_size: 8346461
configs:
- config_name: default
  data_files:
  - split: testgen_bm25
    path: data/testgen_bm25-*
  - split: testgen_unixcoder
    path: data/testgen_unixcoder-*
---