frogcjn
commited on
Commit
Β·
fd89bf4
1
Parent(s):
e193d69
fix path issues for similarity
Browse files- README.md +12 -12
- dataset/TVM/pairs.jsonl +0 -3
- {dataset β preprocess}/DCE/pairs.jsonl +2 -2
- {dataset β preprocess}/DCE/problems.jsonl +0 -0
- {dataset β preprocess}/OJ_A/pairs.jsonl +2 -2
- {dataset β preprocess}/OJ_A/problems.jsonl +0 -0
- {dataset β preprocess}/OJ_V/pairs.jsonl +2 -2
- {dataset β preprocess}/OJ_V/problems.jsonl +0 -0
- {dataset β preprocess}/OJ_VA/pairs.jsonl +2 -2
- {dataset β preprocess}/OJ_VA/problems.jsonl +0 -0
- {dataset β preprocess}/STOKE/pairs.jsonl +0 -0
- {dataset β preprocess}/STOKE/problems.jsonl +0 -0
- preprocess/TVM/pairs.jsonl +3 -0
- {dataset β preprocess}/TVM/problems.jsonl +0 -0
README.md
CHANGED
@@ -7,49 +7,49 @@ configs:
|
|
7 |
- config_name: DCE pairs
|
8 |
data_files:
|
9 |
- split: train
|
10 |
-
path:
|
11 |
- config_name: OJ-A pairs
|
12 |
data_files:
|
13 |
- split: train
|
14 |
-
path:
|
15 |
- config_name: OJ-V pairs
|
16 |
data_files:
|
17 |
- split: train
|
18 |
-
path:
|
19 |
- config_name: OJ-VA pairs
|
20 |
data_files:
|
21 |
- split: train
|
22 |
-
path:
|
23 |
- config_name: STOKE pairs
|
24 |
data_files:
|
25 |
- split: train
|
26 |
-
path:
|
27 |
- config_name: TVM pairs
|
28 |
data_files:
|
29 |
- split: train
|
30 |
-
path:
|
31 |
- config_name: DCE problems
|
32 |
data_files:
|
33 |
- split: train
|
34 |
-
path:
|
35 |
- config_name: OJ-A problems
|
36 |
data_files:
|
37 |
- split: train
|
38 |
-
path:
|
39 |
- config_name: OJ-V problems
|
40 |
data_files:
|
41 |
- split: train
|
42 |
-
path:
|
43 |
- config_name: OJ-VA problems
|
44 |
data_files:
|
45 |
- split: train
|
46 |
-
path:
|
47 |
- config_name: STOKE problems
|
48 |
data_files:
|
49 |
- split: train
|
50 |
-
path:
|
51 |
- config_name: TVM problems
|
52 |
data_files:
|
53 |
- split: train
|
54 |
-
path:
|
55 |
---
|
|
|
7 |
- config_name: DCE pairs
|
8 |
data_files:
|
9 |
- split: train
|
10 |
+
path: preprocess/DCE/pairs.jsonl
|
11 |
- config_name: OJ-A pairs
|
12 |
data_files:
|
13 |
- split: train
|
14 |
+
path: preprocess/OJ_A/pairs.jsonl
|
15 |
- config_name: OJ-V pairs
|
16 |
data_files:
|
17 |
- split: train
|
18 |
+
path: preprocess/OJ_V/pairs.jsonl
|
19 |
- config_name: OJ-VA pairs
|
20 |
data_files:
|
21 |
- split: train
|
22 |
+
path: preprocess/OJ_VA/pairs.jsonl
|
23 |
- config_name: STOKE pairs
|
24 |
data_files:
|
25 |
- split: train
|
26 |
+
path: preprocess/STOKE/pairs.jsonl
|
27 |
- config_name: TVM pairs
|
28 |
data_files:
|
29 |
- split: train
|
30 |
+
path: preprocess/TVM/pairs.jsonl
|
31 |
- config_name: DCE problems
|
32 |
data_files:
|
33 |
- split: train
|
34 |
+
path: preprocess/DCE/problems.jsonl
|
35 |
- config_name: OJ-A problems
|
36 |
data_files:
|
37 |
- split: train
|
38 |
+
path: preprocess/OJ_A/problems.jsonl
|
39 |
- config_name: OJ-V problems
|
40 |
data_files:
|
41 |
- split: train
|
42 |
+
path: preprocess/OJ_V/problems.jsonl
|
43 |
- config_name: OJ-VA problems
|
44 |
data_files:
|
45 |
- split: train
|
46 |
+
path: preprocess/OJ_VA/problems.jsonl
|
47 |
- config_name: STOKE problems
|
48 |
data_files:
|
49 |
- split: train
|
50 |
+
path: preprocess/STOKE/problems.jsonl
|
51 |
- config_name: TVM problems
|
52 |
data_files:
|
53 |
- split: train
|
54 |
+
path: preprocess/TVM/problems.jsonl
|
55 |
---
|
dataset/TVM/pairs.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9a757f8b7f184c5d15469ddaa99001d5816b6a72894a67ec4de831daccadc8af
|
3 |
-
size 30764376
|
|
|
|
|
|
|
|
{dataset β preprocess}/DCE/pairs.jsonl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26e4f8f5d0269fb56da36c7bc3e87962f6aad650bea7d2ea71c597b1b134759f
|
3 |
+
size 8547973
|
{dataset β preprocess}/DCE/problems.jsonl
RENAMED
File without changes
|
{dataset β preprocess}/OJ_A/pairs.jsonl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d2c267f902303b6df29fa866f6fedf29c4ca71534d4d38f2ccfa39af7965ba5
|
3 |
+
size 2121041
|
{dataset β preprocess}/OJ_A/problems.jsonl
RENAMED
File without changes
|
{dataset β preprocess}/OJ_V/pairs.jsonl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87e7aeb98fa0198fda7330a6b42f0ae3656e90c85976973630efb8a4c130de13
|
3 |
+
size 2143143
|
{dataset β preprocess}/OJ_V/problems.jsonl
RENAMED
File without changes
|
{dataset β preprocess}/OJ_VA/pairs.jsonl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d330bdacf2f6bf1df8d2b0fac74542d8031b086ad831f44a5978bf466463082
|
3 |
+
size 1850278
|
{dataset β preprocess}/OJ_VA/problems.jsonl
RENAMED
File without changes
|
{dataset β preprocess}/STOKE/pairs.jsonl
RENAMED
File without changes
|
{dataset β preprocess}/STOKE/problems.jsonl
RENAMED
File without changes
|
preprocess/TVM/pairs.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:720d917961b9c4f6330f3a02616b4f44a05320fecb77f4b91f21dc21056967d0
|
3 |
+
size 30765007
|
{dataset β preprocess}/TVM/problems.jsonl
RENAMED
File without changes
|