Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 1,787 Bytes
21c1891
 
024666f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21c1891
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---

license: apache-2.0
dataset_info:
  features:
  - name: org
    dtype: string
  - name: repo
    dtype: string
  - name: number
    dtype: int64
  - name: state
    dtype: string
  - name: title
    dtype: string
  - name: body
    dtype: string
  - name: base
    dtype: string
  - name: resolved_issues
    list:
    - name: body
      dtype: string
    - name: number
      dtype: int64
    - name: title
      dtype: string
  - name: fix_patch
    dtype: string
  - name: test_patch
    dtype: string
  - name: fixed_tests
    dtype: string
  - name: p2p_tests
    dtype: string
  - name: f2p_tests
    dtype: string
  - name: s2p_tests
    dtype: 'null'
  - name: n2p_tests
    dtype: string
  - name: run_result
    dtype: string
  - name: test_patch_result
    dtype: string
  - name: fix_patch_result
    dtype: string
  - name: instance_id
    dtype: string
  splits:
  - name: c
    num_bytes: 27137585
    num_examples: 128
  - name: cpp
    num_bytes: 6406845
    num_examples: 129
  - name: go
    num_bytes: 171175811
    num_examples: 428
  - name: java
    num_bytes: 15981812
    num_examples: 50
  - name: javascript
    num_bytes: 505878991
    num_examples: 356
  - name: rust
    num_bytes: 40755929
    num_examples: 239
  - name: typescript
    num_bytes: 823172694
    num_examples: 224
  download_size: 375407095
  dataset_size: 1590509667
configs:
- config_name: default
  data_files:
  - split: c
    path: data/c-*
  - split: cpp
    path: data/cpp-*
  - split: go
    path: data/go-*
  - split: java
    path: data/java-*
  - split: javascript
    path: data/javascript-*
  - split: rust
    path: data/rust-*
  - split: typescript
    path: data/typescript-*
---