HolyChicken commited on
Commit
b06cc59
·
1 Parent(s): cf93a42

added some datasets

Browse files
FEA-Bench-v1.0-Lite-Oracle/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["test"]}
FEA-Bench-v1.0-Lite-Oracle/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b595aff1dd40c262707f4e2690a7a1bc61fa228e1a7959884779055d461c1e0
3
+ size 75299688
FEA-Bench-v1.0-Lite-Oracle/test/dataset_info.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "instance_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "pull_number": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "repo": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "version": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "base_commit": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "created_at": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "patch": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "test_patch": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "non_py_patch": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "new_components": {
42
+ "feature": {
43
+ "components": {
44
+ "feature": {
45
+ "doc": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "lines": {
50
+ "feature": {
51
+ "dtype": "int64",
52
+ "_type": "Value"
53
+ },
54
+ "_type": "List"
55
+ },
56
+ "name": {
57
+ "dtype": "string",
58
+ "_type": "Value"
59
+ },
60
+ "signature": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "type": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ }
68
+ },
69
+ "_type": "List"
70
+ },
71
+ "file": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ }
75
+ },
76
+ "_type": "List"
77
+ },
78
+ "FAIL_TO_PASS": {
79
+ "feature": {
80
+ "dtype": "string",
81
+ "_type": "Value"
82
+ },
83
+ "_type": "List"
84
+ },
85
+ "PASS_TO_PASS": {
86
+ "feature": {
87
+ "dtype": "string",
88
+ "_type": "Value"
89
+ },
90
+ "_type": "List"
91
+ },
92
+ "pull_request_text": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "issue_text": {
97
+ "dtype": "string",
98
+ "_type": "Value"
99
+ },
100
+ "readmes": {
101
+ "feature": {
102
+ "content": {
103
+ "dtype": "string",
104
+ "_type": "Value"
105
+ },
106
+ "file": {
107
+ "dtype": "string",
108
+ "_type": "Value"
109
+ }
110
+ },
111
+ "_type": "List"
112
+ },
113
+ "files": {
114
+ "feature": {
115
+ "content": {
116
+ "dtype": "string",
117
+ "_type": "Value"
118
+ },
119
+ "file": {
120
+ "dtype": "string",
121
+ "_type": "Value"
122
+ }
123
+ },
124
+ "_type": "List"
125
+ },
126
+ "environment_setup_commit": {
127
+ "dtype": "string",
128
+ "_type": "Value"
129
+ },
130
+ "patch-detailed": {
131
+ "dtype": "string",
132
+ "_type": "Value"
133
+ },
134
+ "natural-detailed": {
135
+ "dtype": "string",
136
+ "_type": "Value"
137
+ },
138
+ "patch-brief": {
139
+ "dtype": "string",
140
+ "_type": "Value"
141
+ },
142
+ "natural-brief": {
143
+ "dtype": "string",
144
+ "_type": "Value"
145
+ }
146
+ },
147
+ "homepage": "",
148
+ "license": ""
149
+ }
FEA-Bench-v1.0-Lite-Oracle/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "00ea44d4214cbe64",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
FEA-Bench-v1.0-Standard/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["test"]}
FEA-Bench-v1.0-Standard/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a3ccb0e9f8043ce352015bedadb7ae45f2813518e55d81bd470603f9868cd2
3
+ size 36325160
FEA-Bench-v1.0-Standard/test/dataset_info.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "instance_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "pull_number": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "repo": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "version": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "base_commit": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "created_at": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "patch": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "test_patch": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "non_py_patch": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "new_components": {
42
+ "feature": {
43
+ "components": {
44
+ "feature": {
45
+ "doc": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "lines": {
50
+ "feature": {
51
+ "dtype": "int64",
52
+ "_type": "Value"
53
+ },
54
+ "_type": "List"
55
+ },
56
+ "name": {
57
+ "dtype": "string",
58
+ "_type": "Value"
59
+ },
60
+ "signature": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "type": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ }
68
+ },
69
+ "_type": "List"
70
+ },
71
+ "file": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ }
75
+ },
76
+ "_type": "List"
77
+ },
78
+ "FAIL_TO_PASS": {
79
+ "feature": {
80
+ "dtype": "string",
81
+ "_type": "Value"
82
+ },
83
+ "_type": "List"
84
+ },
85
+ "PASS_TO_PASS": {
86
+ "feature": {
87
+ "dtype": "string",
88
+ "_type": "Value"
89
+ },
90
+ "_type": "List"
91
+ },
92
+ "problem_statement": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "hints_text": {
97
+ "dtype": "string",
98
+ "_type": "Value"
99
+ },
100
+ "environment_setup_commit": {
101
+ "dtype": "string",
102
+ "_type": "Value"
103
+ }
104
+ },
105
+ "homepage": "",
106
+ "license": ""
107
+ }
FEA-Bench-v1.0-Standard/test/excerpt.json ADDED
The diff for this file is too large to render. See raw diff
 
FEA-Bench-v1.0-Standard/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4e3df33f7b0db1b2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }