File size: 1,544 Bytes
e5a8487
 
e4ad7e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d043b46
e5a8487
 
 
 
 
 
 
d043b46
e5a8487
 
d043b46
e5a8487
d043b46
 
e4ad7e7
911167c
 
 
e4ad7e7
 
 
 
911167c
 
ae2bdff
911167c
ae2bdff
 
e5a8487
e4ad7e7
 
 
 
 
 
911167c
 
 
 
 
 
e4ad7e7
d043b46
 
e4ad7e7
e5a8487
9b97408
 
 
 
 
 
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
---
dataset_info:
- config_name: commit_candidates
  features:
  - name: id
    dtype: string
  - name: commit
    dtype: string
  - name: candidates
    sequence: string
  splits:
  - name: test
    num_bytes: 2832088816
    num_examples: 74779
  - name: validation
    num_bytes: 2126904157
    num_examples: 35033
  download_size: 269555092
  dataset_size: 4958992973
- config_name: golden_commit
  features:
  - name: id
    dtype: string
  - name: commit
    dtype: string
  splits:
  - name: test
    num_bytes: 3859056
    num_examples: 74779
  - name: validation
    num_bytes: 2094445
    num_examples: 35033
  download_size: 929603
  dataset_size: 5953501
- config_name: test_status
  features:
  - name: id
    dtype: string
  - name: build_tool
    dtype: string
  - name: status
    dtype: string
  splits:
  - name: test
    num_bytes: 1850001
    num_examples: 74779
  download_size: 483912
  dataset_size: 1850001
configs:
- config_name: commit_candidates
  data_files:
  - split: test
    path: commit_candidates/test-*
  - split: validation
    path: commit_candidates/validation-*
- config_name: golden_commit
  data_files:
  - split: test
    path: golden_commit/test-*
  - split: validation
    path: golden_commit/validation-*
- config_name: test_status
  data_files:
  - split: test
    path: test_status/test-*
---



Golden commits are found by itterating through commits and picking the last commit where the file contents of the tests and focal class is the same as in methods2test dataset.
See dataset_commit.ipynb