Martin2203
commited on
Commit
•
dd03be1
1
Parent(s):
b6fbe9f
update more
Browse files- README.md +19 -19
- model-data/sequencer/vul4j_input.csv +3 -0
- model-data/sequencer/vul4j_output.csv +3 -0
README.md
CHANGED
@@ -2,38 +2,38 @@
|
|
2 |
license: mit
|
3 |
configs:
|
4 |
- config_name: sequencer-corpus
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
- config_name: sequencer-defects4j
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
#- config_name: sequencer-vul4j
|
17 |
-
#
|
18 |
-
#
|
19 |
# path: ".csv"
|
20 |
# - split: output
|
21 |
# path: ".csv"
|
22 |
- config_name: selfapr-corpus-defects4j
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
# - split: output
|
27 |
# path: ".csv"
|
28 |
#- config_name: selfapr-vul4j
|
29 |
-
#
|
30 |
-
#
|
31 |
# path: ".csv"
|
32 |
# - split: output
|
33 |
# path: ".csv"
|
34 |
#- config_name: vulrepair
|
35 |
-
#
|
36 |
-
#
|
37 |
# path: ".csv"
|
38 |
# - split: output
|
39 |
# path: ".csv"
|
|
|
2 |
license: mit
|
3 |
configs:
|
4 |
- config_name: sequencer-corpus
|
5 |
+
data_files:
|
6 |
+
- split: input
|
7 |
+
path: "corpus-data/sequencer/sequencer_corpus_input.csv"
|
8 |
+
- split: output
|
9 |
+
path: "corpus-data/sequencer/sequencer_corpus_output.csv"
|
10 |
- config_name: sequencer-defects4j
|
11 |
+
data_files:
|
12 |
+
- split: input
|
13 |
+
path: "model-data/sequencer/defects4j_input.csv"
|
14 |
+
- split: output
|
15 |
+
path: "model-data/sequencer/defects4j_output.csv"
|
16 |
#- config_name: sequencer-vul4j
|
17 |
+
# data_files:
|
18 |
+
# - split: input
|
19 |
# path: ".csv"
|
20 |
# - split: output
|
21 |
# path: ".csv"
|
22 |
- config_name: selfapr-corpus-defects4j
|
23 |
+
data_files:
|
24 |
+
- split: input
|
25 |
+
path: "corpus-data/selfapr-perturbations/*.csv"
|
26 |
# - split: output
|
27 |
# path: ".csv"
|
28 |
#- config_name: selfapr-vul4j
|
29 |
+
# data_files:
|
30 |
+
# - split: input
|
31 |
# path: ".csv"
|
32 |
# - split: output
|
33 |
# path: ".csv"
|
34 |
#- config_name: vulrepair
|
35 |
+
# data_files:
|
36 |
+
# - split: input
|
37 |
# path: ".csv"
|
38 |
# - split: output
|
39 |
# path: ".csv"
|
model-data/sequencer/vul4j_input.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65760ecc1978a2428d9a665045a069872896a32ae96c8f59867eb5cb881a14f7
|
3 |
+
size 443398
|
model-data/sequencer/vul4j_output.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c072e9265056aa58a50a644ae72d44154b81d6ab9d9eb166f5c7c454c2a5230
|
3 |
+
size 36929
|