Commit ·
0750a1b
1
Parent(s): bdab9fc
jsonl and remove nested dicts
Browse files- README.md +30 -30
- by-binary-hex-rays-parity-O0/{test.json.zst → test.jsonl.zst} +2 -2
- by-binary-hex-rays-parity-O0/{train.json.zst → train.jsonl.zst} +2 -2
- by-binary-hex-rays-parity-O1_noinline/valid.json.zst → by-binary-hex-rays-parity-O0/valid.jsonl.zst +2 -2
- by-binary-hex-rays-parity-O0/valid.json.zst → by-binary-hex-rays-parity-O1_noinline/test.jsonl.zst +2 -2
- by-binary-hex-rays-parity-O1_noinline/train.json.zst +0 -3
- by-binary-hex-rays-parity-O1_noinline/train.jsonl.zst +3 -0
- by-binary-hex-rays-parity-O1_noinline/{test.json.zst → valid.jsonl.zst} +2 -2
- by-binary-hex-rays-parity-O2_noinline/test.json.zst +0 -3
- by-binary-hex-rays-parity-O2_noinline/test.jsonl.zst +3 -0
- by-binary-hex-rays-parity-O2_noinline/train.json.zst +0 -3
- by-binary-hex-rays-parity-O2_noinline/train.jsonl.zst +3 -0
- by-binary-hex-rays-parity-O2_noinline/valid.json.zst +0 -3
- by-binary-hex-rays-parity-O2_noinline/valid.jsonl.zst +3 -0
- by-binary-hex-rays-parity-O3_noinline/test.json.zst +0 -3
- by-binary-hex-rays-parity-O3_noinline/test.jsonl.zst +3 -0
- by-binary-hex-rays-parity-O3_noinline/train.json.zst +0 -3
- by-binary-hex-rays-parity-O3_noinline/train.jsonl.zst +3 -0
- by-binary-hex-rays-parity-O3_noinline/valid.json.zst +0 -3
- by-binary-hex-rays-parity-O3_noinline/valid.jsonl.zst +3 -0
- by-binary/{test.json.zst → test.jsonl.zst} +0 -0
- by-binary/{train.json.zst → train.jsonl.zst} +0 -0
- by-binary/{valid.json.zst → valid.jsonl.zst} +0 -0
- by-function-hex-rays-parity-O0/test.json.zst +0 -3
- by-function-hex-rays-parity-O0/test.jsonl.zst +3 -0
- by-function-hex-rays-parity-O0/train.json.zst +0 -3
- by-function-hex-rays-parity-O0/train.jsonl.zst +3 -0
- by-function-hex-rays-parity-O0/valid.json.zst +0 -3
- by-function-hex-rays-parity-O0/valid.jsonl.zst +3 -0
- by-function-hex-rays-parity-O1_noinline/test.json.zst +0 -3
- by-function-hex-rays-parity-O1_noinline/test.jsonl.zst +3 -0
- by-function-hex-rays-parity-O1_noinline/train.json.zst +0 -3
- by-function-hex-rays-parity-O1_noinline/train.jsonl.zst +3 -0
- by-function-hex-rays-parity-O1_noinline/valid.json.zst +0 -3
- by-function-hex-rays-parity-O1_noinline/valid.jsonl.zst +3 -0
- by-function-hex-rays-parity-O2_noinline/test.json.zst +0 -3
- by-function-hex-rays-parity-O2_noinline/test.jsonl.zst +3 -0
- by-function-hex-rays-parity-O2_noinline/train.json.zst +0 -3
- by-function-hex-rays-parity-O2_noinline/train.jsonl.zst +3 -0
- by-function-hex-rays-parity-O2_noinline/valid.json.zst +0 -3
- by-function-hex-rays-parity-O2_noinline/valid.jsonl.zst +3 -0
- by-function-hex-rays-parity-O3_noinline/test.json.zst +0 -3
- by-function-hex-rays-parity-O3_noinline/test.jsonl.zst +3 -0
- by-function-hex-rays-parity-O3_noinline/train.json.zst +0 -3
- by-function-hex-rays-parity-O3_noinline/train.jsonl.zst +3 -0
- by-function-hex-rays-parity-O3_noinline/valid.json.zst +0 -3
- by-function-hex-rays-parity-O3_noinline/valid.jsonl.zst +3 -0
- by-function/{test.json.zst → test.jsonl.zst} +0 -0
- by-function/{train.json.zst → train.jsonl.zst} +0 -0
- by-function/{valid.json.zst → valid.jsonl.zst} +0 -0
README.md
CHANGED
|
@@ -3,83 +3,83 @@ configs:
|
|
| 3 |
- config_name: by-function
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
-
path: "by-function/train.
|
| 7 |
- split: test
|
| 8 |
-
path: "by-function/test.
|
| 9 |
- split: validate
|
| 10 |
-
path: "by-function/valid.
|
| 11 |
- config_name: by-binary
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
-
path: "by-binary/train.
|
| 15 |
- split: test
|
| 16 |
-
path: "by-binary/test.
|
| 17 |
- split: validate
|
| 18 |
-
path: "by-binary/valid.
|
| 19 |
- config_name: by-binary-hex-rays-parity-O0
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
-
path: "by-binary-hex-rays-parity-O0/train.
|
| 23 |
- split: test
|
| 24 |
-
path: "by-binary-hex-rays-parity-O0/test.
|
| 25 |
- split: validate
|
| 26 |
-
path: "by-binary-hex-rays-parity-O0/valid.
|
| 27 |
- config_name: by-binary-hex-rays-parity-O1_noinline
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
-
path: "by-binary-hex-rays-parity-O1_noinline/train.
|
| 31 |
- split: test
|
| 32 |
-
path: "by-binary-hex-rays-parity-O1_noinline/test.
|
| 33 |
- split: validate
|
| 34 |
-
path: "by-binary-hex-rays-parity-O1_noinline/valid.
|
| 35 |
- config_name: by-binary-hex-rays-parity-O2_noinline
|
| 36 |
data_files:
|
| 37 |
- split: train
|
| 38 |
-
path: "by-binary-hex-rays-parity-O2_noinline/train.
|
| 39 |
- split: test
|
| 40 |
-
path: "by-binary-hex-rays-parity-O2_noinline/test.
|
| 41 |
- split: validate
|
| 42 |
-
path: "by-binary-hex-rays-parity-O2_noinline/valid.
|
| 43 |
- config_name: by-binary-hex-rays-parity-O3_noinline
|
| 44 |
data_files:
|
| 45 |
- split: train
|
| 46 |
-
path: "by-binary-hex-rays-parity-O3_noinline/train.
|
| 47 |
- split: test
|
| 48 |
-
path: "by-binary-hex-rays-parity-O3_noinline/test.
|
| 49 |
- split: validate
|
| 50 |
-
path: "by-binary-hex-rays-parity-O3_noinline/valid.
|
| 51 |
- config_name: by-function-hex-rays-parity-O0
|
| 52 |
data_files:
|
| 53 |
- split: train
|
| 54 |
-
path: "by-function-hex-rays-parity-O0/train.
|
| 55 |
- split: test
|
| 56 |
-
path: "by-function-hex-rays-parity-O0/test.
|
| 57 |
- split: validate
|
| 58 |
-
path: "by-function-hex-rays-parity-O0/valid.
|
| 59 |
- config_name: by-function-hex-rays-parity-O1_noinline
|
| 60 |
data_files:
|
| 61 |
- split: train
|
| 62 |
-
path: "by-function-hex-rays-parity-O1_noinline/train.
|
| 63 |
- split: test
|
| 64 |
-
path: "by-function-hex-rays-parity-O1_noinline/test.
|
| 65 |
- split: validate
|
| 66 |
-
path: "by-function-hex-rays-parity-O1_noinline/valid.
|
| 67 |
- config_name: by-function-hex-rays-parity-O2_noinline
|
| 68 |
data_files:
|
| 69 |
- split: train
|
| 70 |
-
path: "by-function-hex-rays-parity-O2_noinline/train.
|
| 71 |
- split: test
|
| 72 |
-
path: "by-function-hex-rays-parity-O2_noinline/test.
|
| 73 |
- split: validate
|
| 74 |
-
path: "by-function-hex-rays-parity-O2_noinline/valid.
|
| 75 |
- config_name: by-function-hex-rays-parity-O3_noinline
|
| 76 |
data_files:
|
| 77 |
- split: train
|
| 78 |
-
path: "by-function-hex-rays-parity-O3_noinline/train.
|
| 79 |
- split: test
|
| 80 |
-
path: "by-function-hex-rays-parity-O3_noinline/test.
|
| 81 |
- split: validate
|
| 82 |
-
path: "by-function-hex-rays-parity-O3_noinline/valid.
|
| 83 |
tags:
|
| 84 |
- datasets
|
| 85 |
---
|
|
|
|
| 3 |
- config_name: by-function
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
+
path: "by-function/train.jsonl.zst"
|
| 7 |
- split: test
|
| 8 |
+
path: "by-function/test.jsonl.zst"
|
| 9 |
- split: validate
|
| 10 |
+
path: "by-function/valid.jsonl.zst"
|
| 11 |
- config_name: by-binary
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
+
path: "by-binary/train.jsonl.zst"
|
| 15 |
- split: test
|
| 16 |
+
path: "by-binary/test.jsonl.zst"
|
| 17 |
- split: validate
|
| 18 |
+
path: "by-binary/valid.jsonl.zst"
|
| 19 |
- config_name: by-binary-hex-rays-parity-O0
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
+
path: "by-binary-hex-rays-parity-O0/train.jsonl.zst"
|
| 23 |
- split: test
|
| 24 |
+
path: "by-binary-hex-rays-parity-O0/test.jsonl.zst"
|
| 25 |
- split: validate
|
| 26 |
+
path: "by-binary-hex-rays-parity-O0/valid.jsonl.zst"
|
| 27 |
- config_name: by-binary-hex-rays-parity-O1_noinline
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
+
path: "by-binary-hex-rays-parity-O1_noinline/train.jsonl.zst"
|
| 31 |
- split: test
|
| 32 |
+
path: "by-binary-hex-rays-parity-O1_noinline/test.jsonl.zst"
|
| 33 |
- split: validate
|
| 34 |
+
path: "by-binary-hex-rays-parity-O1_noinline/valid.jsonl.zst"
|
| 35 |
- config_name: by-binary-hex-rays-parity-O2_noinline
|
| 36 |
data_files:
|
| 37 |
- split: train
|
| 38 |
+
path: "by-binary-hex-rays-parity-O2_noinline/train.jsonl.zst"
|
| 39 |
- split: test
|
| 40 |
+
path: "by-binary-hex-rays-parity-O2_noinline/test.jsonl.zst"
|
| 41 |
- split: validate
|
| 42 |
+
path: "by-binary-hex-rays-parity-O2_noinline/valid.jsonl.zst"
|
| 43 |
- config_name: by-binary-hex-rays-parity-O3_noinline
|
| 44 |
data_files:
|
| 45 |
- split: train
|
| 46 |
+
path: "by-binary-hex-rays-parity-O3_noinline/train.jsonl.zst"
|
| 47 |
- split: test
|
| 48 |
+
path: "by-binary-hex-rays-parity-O3_noinline/test.jsonl.zst"
|
| 49 |
- split: validate
|
| 50 |
+
path: "by-binary-hex-rays-parity-O3_noinline/valid.jsonl.zst"
|
| 51 |
- config_name: by-function-hex-rays-parity-O0
|
| 52 |
data_files:
|
| 53 |
- split: train
|
| 54 |
+
path: "by-function-hex-rays-parity-O0/train.jsonl.zst"
|
| 55 |
- split: test
|
| 56 |
+
path: "by-function-hex-rays-parity-O0/test.jsonl.zst"
|
| 57 |
- split: validate
|
| 58 |
+
path: "by-function-hex-rays-parity-O0/valid.jsonl.zst"
|
| 59 |
- config_name: by-function-hex-rays-parity-O1_noinline
|
| 60 |
data_files:
|
| 61 |
- split: train
|
| 62 |
+
path: "by-function-hex-rays-parity-O1_noinline/train.jsonl.zst"
|
| 63 |
- split: test
|
| 64 |
+
path: "by-function-hex-rays-parity-O1_noinline/test.jsonl.zst"
|
| 65 |
- split: validate
|
| 66 |
+
path: "by-function-hex-rays-parity-O1_noinline/valid.jsonl.zst"
|
| 67 |
- config_name: by-function-hex-rays-parity-O2_noinline
|
| 68 |
data_files:
|
| 69 |
- split: train
|
| 70 |
+
path: "by-function-hex-rays-parity-O2_noinline/train.jsonl.zst"
|
| 71 |
- split: test
|
| 72 |
+
path: "by-function-hex-rays-parity-O2_noinline/test.jsonl.zst"
|
| 73 |
- split: validate
|
| 74 |
+
path: "by-function-hex-rays-parity-O2_noinline/valid.jsonl.zst"
|
| 75 |
- config_name: by-function-hex-rays-parity-O3_noinline
|
| 76 |
data_files:
|
| 77 |
- split: train
|
| 78 |
+
path: "by-function-hex-rays-parity-O3_noinline/train.jsonl.zst"
|
| 79 |
- split: test
|
| 80 |
+
path: "by-function-hex-rays-parity-O3_noinline/test.jsonl.zst"
|
| 81 |
- split: validate
|
| 82 |
+
path: "by-function-hex-rays-parity-O3_noinline/valid.jsonl.zst"
|
| 83 |
tags:
|
| 84 |
- datasets
|
| 85 |
---
|
by-binary-hex-rays-parity-O0/{test.json.zst → test.jsonl.zst}
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:114ce599e7cf3d4bc591b2edde31b25d02ec68a7a817e84907d7604d7c4e80c8
|
| 3 |
+
size 617150
|
by-binary-hex-rays-parity-O0/{train.json.zst → train.jsonl.zst}
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:277d8e3fff989a709cea27fc2d7d66bfa133c75506e14fde6c2bfe0acfc2a448
|
| 3 |
+
size 39970810
|
by-binary-hex-rays-parity-O1_noinline/valid.json.zst → by-binary-hex-rays-parity-O0/valid.jsonl.zst
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:f1a8264c5efd70351419e3c0987a2293a49d1022336414b985ba091272d204bb
|
| 3 |
+
size 188955
|
by-binary-hex-rays-parity-O0/valid.json.zst → by-binary-hex-rays-parity-O1_noinline/test.jsonl.zst
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:9cfdbaf8cfb8a0697efe90584449ef13b648f0afbf6540f6bc1341fcd176a2c2
|
| 3 |
+
size 636075
|
by-binary-hex-rays-parity-O1_noinline/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:84eef67f1d0a238527ea08773b8cfdc10949c00acd4ef6957d8fe28d98c98ff8
|
| 3 |
-
size 42555069
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O1_noinline/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6963ecab2291312d74fd6864076b7271a3135d89f7105f817c4cabe6b31f59f
|
| 3 |
+
size 41239855
|
by-binary-hex-rays-parity-O1_noinline/{test.json.zst → valid.jsonl.zst}
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:c35e68a5aad92c527ab49e24209dbe9d8517b0736e313c211a70f9c65c6f5ab4
|
| 3 |
+
size 196949
|
by-binary-hex-rays-parity-O2_noinline/test.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:360da2270974093ed8d7018f677d2eb6668cacc3515c080b7ad8e377146fe3f6
|
| 3 |
-
size 676292
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O2_noinline/test.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feebb73e4a9a4e5e2f706e6a5fa6cf376199013a427d2af49ec5d414301b8900
|
| 3 |
+
size 652516
|
by-binary-hex-rays-parity-O2_noinline/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aa0e392bce18aa34ee86d9b85a14b13abbdd12711596f9df17f7dcbaafd302a5
|
| 3 |
-
size 43923453
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O2_noinline/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2455597fbba07ac53b64f500f07890795c635f4d00c8373c4ad968f1befdeb5e
|
| 3 |
+
size 42543904
|
by-binary-hex-rays-parity-O2_noinline/valid.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d30a02cb8b42e840bb87f3dfabba0761b41773a93808dd12b2008dc550f5b42e
|
| 3 |
-
size 207166
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O2_noinline/valid.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c4241d542dfe96e58bfc0f07324e3da6b9bdf2ccf6256011709aa82be024a6c
|
| 3 |
+
size 201183
|
by-binary-hex-rays-parity-O3_noinline/test.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aa88560a5fe7dc9cb947b475e9caac088b9d872eeb421e6da4eb086c044dad49
|
| 3 |
-
size 682028
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O3_noinline/test.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e119ddff5aa9897c72456875bd5cf6319d5d6c328afba61a3d9c8fb2045e37c1
|
| 3 |
+
size 659660
|
by-binary-hex-rays-parity-O3_noinline/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b2b84c9e973937b0bc9b24f1fd9322c85392568dc45d743e4851a4bf164285e3
|
| 3 |
-
size 44989871
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O3_noinline/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a8cab55ee77adf48dcb505fb444591039e990c094a6c7647248a933b486caa3
|
| 3 |
+
size 43590623
|
by-binary-hex-rays-parity-O3_noinline/valid.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d35ac237421156f391a670c11781fb3ba7282fdddfa74fca187c8c49d54e3b2f
|
| 3 |
-
size 210676
|
|
|
|
|
|
|
|
|
|
|
|
by-binary-hex-rays-parity-O3_noinline/valid.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4ac32fa7abaa079068e37b4648620ecea4a2040f80777354ec37fe5ea91f867
|
| 3 |
+
size 204802
|
by-binary/{test.json.zst → test.jsonl.zst}
RENAMED
|
File without changes
|
by-binary/{train.json.zst → train.jsonl.zst}
RENAMED
|
File without changes
|
by-binary/{valid.json.zst → valid.jsonl.zst}
RENAMED
|
File without changes
|
by-function-hex-rays-parity-O0/test.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ce6b53fc2a1ed6ea22d53188e4b844db1bff37bd8b50d1234700e205f62a6099
|
| 3 |
-
size 530984
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O0/test.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94272e45baa3bdb88e8ddbcb5b828686133b31da46a6157f148e86669c1cabcc
|
| 3 |
+
size 521353
|
by-function-hex-rays-parity-O0/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6a5a425f5cc6ba84c88e0e63d8bf2a529b57e8156323f5a0cba828492f84cd05
|
| 3 |
-
size 33712812
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O0/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09430f999ef43f9d36f9d1fa909d69ad0fa788161b794e02a8f9647a2e6b7743
|
| 3 |
+
size 33132835
|
by-function-hex-rays-parity-O0/valid.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cffe6621a008c7725ac61bff3bc6beb92315b30fab427c0b5b8123ef1046563a
|
| 3 |
-
size 163963
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O0/valid.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:962e2ffcf523273068b15fdf492d557d9c33b1a4646d5d439c4f4762e7b82bec
|
| 3 |
+
size 161321
|
by-function-hex-rays-parity-O1_noinline/test.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:453ffe3360c4ed4216bf26230ed6c661ac1b7ca35175fc940ee98821aeeb21e4
|
| 3 |
-
size 545111
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O1_noinline/test.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c54e92dab79f12020977098e95faa2acaaee4d35450330dc724bf4e9743fde6
|
| 3 |
+
size 535836
|
by-function-hex-rays-parity-O1_noinline/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9bf33090f32d7e08be1401300c2ff4ac1814311edadfa34f0644d8d77b3450c9
|
| 3 |
-
size 34678111
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O1_noinline/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1ca3be0297fa6813c5e884786c9fc8cd4ec5ac82fc0fe26532087aed7ffd3cd
|
| 3 |
+
size 34100571
|
by-function-hex-rays-parity-O1_noinline/valid.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d7f1cefa28a6b8a141e1f34dcc47c8d1adbb935d83cc0d99e1e16f920ba2840
|
| 3 |
-
size 169438
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O1_noinline/valid.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c6c22587de0d982450076874998d9cf9fb4a4ad6c9ebf564b5e60896668e2c9
|
| 3 |
+
size 166850
|
by-function-hex-rays-parity-O2_noinline/test.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:73cb04cc84ff3dcd5da7c96c6f3c6dfc566bab2ff07e4b8825a15a43e034bb7c
|
| 3 |
-
size 560671
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O2_noinline/test.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98decbfb2d5e2bee4b99294f41750fb16ff785cbec9d9005bc6572cf3aa83839
|
| 3 |
+
size 550843
|
by-function-hex-rays-parity-O2_noinline/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:46e544e870d60e09faaeb7ca87a9bb312ffb6d6bb7d91cb1f7b54a0d99b78a3c
|
| 3 |
-
size 35689932
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O2_noinline/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f43e7cea2db2c1e01e61dc83e302967e9ca339fff420a86d93e283e1c132dcbe
|
| 3 |
+
size 35081184
|
by-function-hex-rays-parity-O2_noinline/valid.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d8fc7597b971ce272a01a4e3bb3f11001eeb09faacb22d71345507f0c18c4eb1
|
| 3 |
-
size 173598
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O2_noinline/valid.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60623f3a3e9237f974a9491e7a85fa6b1269baa79c2fae7e54a872a26455ef6
|
| 3 |
+
size 170841
|
by-function-hex-rays-parity-O3_noinline/test.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8098f7c996e869029dfa2fb07676252c7af59a4391a698fdc3b426ce803e94d4
|
| 3 |
-
size 569710
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O3_noinline/test.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e46ad88a15dca1a4f04d123b1ee4a1703c01b57272e82debc9b59e7e62be811
|
| 3 |
+
size 560327
|
by-function-hex-rays-parity-O3_noinline/train.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd47ec396c308a4c0ec6edc99d50ca80b959bc8ed82eb75601fd7a7d988216c5
|
| 3 |
-
size 36467211
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O3_noinline/train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2df036d77e148d4ff705909db440ef6f59e88dcda42d1250ff8f06dae44b4d4e
|
| 3 |
+
size 35837728
|
by-function-hex-rays-parity-O3_noinline/valid.json.zst
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4666fab741a04fdfae97ed3060d2c87f89a09f5d10f8b9025709dce5f875d432
|
| 3 |
-
size 175672
|
|
|
|
|
|
|
|
|
|
|
|
by-function-hex-rays-parity-O3_noinline/valid.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ffcb23d94d5510c93ddeedf2759012649cdcbb5804738ee4e54ce1fcccb04bb
|
| 3 |
+
size 172913
|
by-function/{test.json.zst → test.jsonl.zst}
RENAMED
|
File without changes
|
by-function/{train.json.zst → train.jsonl.zst}
RENAMED
|
File without changes
|
by-function/{valid.json.zst → valid.jsonl.zst}
RENAMED
|
File without changes
|