File size: 1,822 Bytes
cf4f3b2
 
1a331c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52d95c1
d4024c3
52d95c1
b2fdc11
d4024c3
b2fdc11
52d95c1
d4024c3
b2fdc11
52d95c1
d4024c3
b2fdc11
40f5791
97e7684
b2fdc11
40f5791
97e7684
b2fdc11
40f5791
97e7684
b2fdc11
 
97e7684
b2fdc11
52d95c1
66b924d
 
60c367f
97e7684
61f1035
d4024c3
 
1a331c1
 
 
 
 
 
 
 
 
 
 
40f5791
 
 
 
 
 
99bc184
 
52d95c1
 
60c367f
 
cf4f3b2
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
---

license: cc-by-4.0
dataset_info:
  features:
  - name: instance_id
    dtype: string
  - name: docker_image
    dtype: string
  - name: rebuild_commands
    dtype: string
  - name: test_commands
    dtype: string
  - name: print_commands
    dtype: string
  - name: test_status
    dtype: string
  - name: log_parser
    dtype: string
  - name: coverage_command
    dtype: string
  - name: coverage_file
    dtype: string
  - name: coverage_source_edits
    dtype: string
  splits:
  - name: c.linux
    num_bytes: 82982202
    num_examples: 13
  - name: cpp.linux
    num_bytes: 718087260
    num_examples: 28
  - name: go.linux
    num_bytes: 147778929
    num_examples: 56
  - name: rust.linux
    num_bytes: 487728931
    num_examples: 74
  - name: go.windows
    num_bytes: 117206885
    num_examples: 56
  - name: c.windows
    num_bytes: 106097691
    num_examples: 13
  - name: cpp.windows
    num_bytes: 22556293
    num_examples: 28
  - name: rust.windows
    num_bytes: 627595221
    num_examples: 74
  - name: cs.linux
    num_bytes: 644605194
    num_examples: 87
  - name: cs.windows
    num_bytes: 1109258014
    num_examples: 79
  download_size: 544251504
  dataset_size: 4063896620
configs:
- config_name: default
  data_files:
  - split: c.linux
    path: data/c.linux-*
  - split: cpp.linux
    path: data/cpp.linux-*
  - split: go.linux
    path: data/go.linux-*
  - split: rust.linux
    path: data/rust.linux-*
  - split: go.windows
    path: data/go.windows-*
  - split: c.windows
    path: data/c.windows-*
  - split: cpp.windows
    path: data/cpp.windows-*
  - split: rust.windows
    path: data/rust.windows-*
  - split: cs.linux
    path: data/cs.linux-*
  - split: cs.windows
    path: data/cs.windows-*
---