Upload code-classification dataset
Browse files- complexity-prediction/dataset_dict.json +1 -0
- complexity-prediction/test/data-00000-of-00001.arrow +3 -0
- complexity-prediction/test/dataset_info.json +70 -0
- complexity-prediction/test/state.json +13 -0
- complexity-prediction/train/data-00000-of-00001.arrow +3 -0
- complexity-prediction/train/dataset_info.json +70 -0
- complexity-prediction/train/state.json +13 -0
- complexity-prediction/validation/data-00000-of-00001.arrow +3 -0
- complexity-prediction/validation/dataset_info.json +70 -0
- complexity-prediction/validation/state.json +13 -0
- defect-detection/dataset_dict.json +1 -0
- defect-detection/test/data-00000-of-00001.arrow +3 -0
- defect-detection/test/dataset_info.json +65 -0
- defect-detection/test/state.json +13 -0
- defect-detection/train/data-00000-of-00001.arrow +3 -0
- defect-detection/train/dataset_info.json +65 -0
- defect-detection/train/state.json +13 -0
- defect-detection/validation/data-00000-of-00001.arrow +3 -0
- defect-detection/validation/dataset_info.json +65 -0
- defect-detection/validation/state.json +13 -0
complexity-prediction/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation", "test"]}
|
complexity-prediction/test/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c9d1fb5ad8e39f5604d750d1056f47f079a0446a36cc02dad6f906b3cad43e2
|
3 |
+
size 1489784
|
complexity-prediction/test/dataset_info.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "complexity-prediction",
|
5 |
+
"dataset_name": "code-classification",
|
6 |
+
"dataset_size": 12652735,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/train-00000-of-00001.parquet": {
|
10 |
+
"num_bytes": 3805007,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/validation-00000-of-00001.parquet": {
|
14 |
+
"num_bytes": 208104,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/test-00000-of-00001.parquet": {
|
18 |
+
"num_bytes": 523471,
|
19 |
+
"checksum": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"download_size": 4536582,
|
23 |
+
"features": {
|
24 |
+
"source_code": {
|
25 |
+
"dtype": "string",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"label": {
|
29 |
+
"names": [
|
30 |
+
"constant",
|
31 |
+
"cubic",
|
32 |
+
"linear",
|
33 |
+
"logn",
|
34 |
+
"nlogn",
|
35 |
+
"np",
|
36 |
+
"quadratic"
|
37 |
+
],
|
38 |
+
"_type": "ClassLabel"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"homepage": "",
|
42 |
+
"license": "",
|
43 |
+
"size_in_bytes": 17189317,
|
44 |
+
"splits": {
|
45 |
+
"train": {
|
46 |
+
"name": "train",
|
47 |
+
"num_bytes": 10607801,
|
48 |
+
"num_examples": 3800,
|
49 |
+
"dataset_name": "code-classification"
|
50 |
+
},
|
51 |
+
"validation": {
|
52 |
+
"name": "validation",
|
53 |
+
"num_bytes": 555741,
|
54 |
+
"num_examples": 200,
|
55 |
+
"dataset_name": "code-classification"
|
56 |
+
},
|
57 |
+
"test": {
|
58 |
+
"name": "test",
|
59 |
+
"num_bytes": 1489193,
|
60 |
+
"num_examples": 517,
|
61 |
+
"dataset_name": "code-classification"
|
62 |
+
}
|
63 |
+
},
|
64 |
+
"version": {
|
65 |
+
"version_str": "0.0.0",
|
66 |
+
"major": 0,
|
67 |
+
"minor": 0,
|
68 |
+
"patch": 0
|
69 |
+
}
|
70 |
+
}
|
complexity-prediction/test/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "a603fc59df1dafc5",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "test"
|
13 |
+
}
|
complexity-prediction/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65d9f0a29175dbfb937556b7cb4e9ea0d40005efe3fb55bd1ea288108c062367
|
3 |
+
size 10608648
|
complexity-prediction/train/dataset_info.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "complexity-prediction",
|
5 |
+
"dataset_name": "code-classification",
|
6 |
+
"dataset_size": 12652735,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/train-00000-of-00001.parquet": {
|
10 |
+
"num_bytes": 3805007,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/validation-00000-of-00001.parquet": {
|
14 |
+
"num_bytes": 208104,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/test-00000-of-00001.parquet": {
|
18 |
+
"num_bytes": 523471,
|
19 |
+
"checksum": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"download_size": 4536582,
|
23 |
+
"features": {
|
24 |
+
"source_code": {
|
25 |
+
"dtype": "string",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"label": {
|
29 |
+
"names": [
|
30 |
+
"constant",
|
31 |
+
"cubic",
|
32 |
+
"linear",
|
33 |
+
"logn",
|
34 |
+
"nlogn",
|
35 |
+
"np",
|
36 |
+
"quadratic"
|
37 |
+
],
|
38 |
+
"_type": "ClassLabel"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"homepage": "",
|
42 |
+
"license": "",
|
43 |
+
"size_in_bytes": 17189317,
|
44 |
+
"splits": {
|
45 |
+
"train": {
|
46 |
+
"name": "train",
|
47 |
+
"num_bytes": 10607801,
|
48 |
+
"num_examples": 3800,
|
49 |
+
"dataset_name": "code-classification"
|
50 |
+
},
|
51 |
+
"validation": {
|
52 |
+
"name": "validation",
|
53 |
+
"num_bytes": 555741,
|
54 |
+
"num_examples": 200,
|
55 |
+
"dataset_name": "code-classification"
|
56 |
+
},
|
57 |
+
"test": {
|
58 |
+
"name": "test",
|
59 |
+
"num_bytes": 1489193,
|
60 |
+
"num_examples": 517,
|
61 |
+
"dataset_name": "code-classification"
|
62 |
+
}
|
63 |
+
},
|
64 |
+
"version": {
|
65 |
+
"version_str": "0.0.0",
|
66 |
+
"major": 0,
|
67 |
+
"minor": 0,
|
68 |
+
"patch": 0
|
69 |
+
}
|
70 |
+
}
|
complexity-prediction/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d3f363141533cecb",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "train"
|
13 |
+
}
|
complexity-prediction/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5cb807318c0b5da34bf709d21c063bcd2e64d929df6a55793e09b6e67ad43bc
|
3 |
+
size 556376
|
complexity-prediction/validation/dataset_info.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "complexity-prediction",
|
5 |
+
"dataset_name": "code-classification",
|
6 |
+
"dataset_size": 12652735,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/train-00000-of-00001.parquet": {
|
10 |
+
"num_bytes": 3805007,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/validation-00000-of-00001.parquet": {
|
14 |
+
"num_bytes": 208104,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/test-00000-of-00001.parquet": {
|
18 |
+
"num_bytes": 523471,
|
19 |
+
"checksum": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"download_size": 4536582,
|
23 |
+
"features": {
|
24 |
+
"source_code": {
|
25 |
+
"dtype": "string",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"label": {
|
29 |
+
"names": [
|
30 |
+
"constant",
|
31 |
+
"cubic",
|
32 |
+
"linear",
|
33 |
+
"logn",
|
34 |
+
"nlogn",
|
35 |
+
"np",
|
36 |
+
"quadratic"
|
37 |
+
],
|
38 |
+
"_type": "ClassLabel"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"homepage": "",
|
42 |
+
"license": "",
|
43 |
+
"size_in_bytes": 17189317,
|
44 |
+
"splits": {
|
45 |
+
"train": {
|
46 |
+
"name": "train",
|
47 |
+
"num_bytes": 10607801,
|
48 |
+
"num_examples": 3800,
|
49 |
+
"dataset_name": "code-classification"
|
50 |
+
},
|
51 |
+
"validation": {
|
52 |
+
"name": "validation",
|
53 |
+
"num_bytes": 555741,
|
54 |
+
"num_examples": 200,
|
55 |
+
"dataset_name": "code-classification"
|
56 |
+
},
|
57 |
+
"test": {
|
58 |
+
"name": "test",
|
59 |
+
"num_bytes": 1489193,
|
60 |
+
"num_examples": 517,
|
61 |
+
"dataset_name": "code-classification"
|
62 |
+
}
|
63 |
+
},
|
64 |
+
"version": {
|
65 |
+
"version_str": "0.0.0",
|
66 |
+
"major": 0,
|
67 |
+
"minor": 0,
|
68 |
+
"patch": 0
|
69 |
+
}
|
70 |
+
}
|
complexity-prediction/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "dd640b4999811c92",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "validation"
|
13 |
+
}
|
defect-detection/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation", "test"]}
|
defect-detection/test/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0428fb643946be5f6a78f57e661ebbfcb4d0e0d57fa215e014cb409394ec12b5
|
3 |
+
size 5514360
|
defect-detection/test/dataset_info.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "defect-detection",
|
5 |
+
"dataset_name": "code-classification",
|
6 |
+
"dataset_size": 55621922,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/train-00000-of-00001.parquet": {
|
10 |
+
"num_bytes": 16929111,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/validation-00000-of-00001.parquet": {
|
14 |
+
"num_bytes": 2098835,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/test-00000-of-00001.parquet": {
|
18 |
+
"num_bytes": 2111362,
|
19 |
+
"checksum": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"download_size": 21139308,
|
23 |
+
"features": {
|
24 |
+
"label": {
|
25 |
+
"names": [
|
26 |
+
"0",
|
27 |
+
"1"
|
28 |
+
],
|
29 |
+
"_type": "ClassLabel"
|
30 |
+
},
|
31 |
+
"source_code": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"size_in_bytes": 76761230,
|
39 |
+
"splits": {
|
40 |
+
"train": {
|
41 |
+
"name": "train",
|
42 |
+
"num_bytes": 44658815,
|
43 |
+
"num_examples": 21854,
|
44 |
+
"dataset_name": "code-classification"
|
45 |
+
},
|
46 |
+
"validation": {
|
47 |
+
"name": "validation",
|
48 |
+
"num_bytes": 5449455,
|
49 |
+
"num_examples": 2732,
|
50 |
+
"dataset_name": "code-classification"
|
51 |
+
},
|
52 |
+
"test": {
|
53 |
+
"name": "test",
|
54 |
+
"num_bytes": 5513652,
|
55 |
+
"num_examples": 2732,
|
56 |
+
"dataset_name": "code-classification"
|
57 |
+
}
|
58 |
+
},
|
59 |
+
"version": {
|
60 |
+
"version_str": "0.0.0",
|
61 |
+
"major": 0,
|
62 |
+
"minor": 0,
|
63 |
+
"patch": 0
|
64 |
+
}
|
65 |
+
}
|
defect-detection/test/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "2f8fbb0995878b40",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "test"
|
13 |
+
}
|
defect-detection/train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f3ba320b89990fd47380130f6f712c71c648ebabf441be61e1b878241f5320f
|
3 |
+
size 44661304
|
defect-detection/train/dataset_info.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "defect-detection",
|
5 |
+
"dataset_name": "code-classification",
|
6 |
+
"dataset_size": 55621922,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/train-00000-of-00001.parquet": {
|
10 |
+
"num_bytes": 16929111,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/validation-00000-of-00001.parquet": {
|
14 |
+
"num_bytes": 2098835,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/test-00000-of-00001.parquet": {
|
18 |
+
"num_bytes": 2111362,
|
19 |
+
"checksum": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"download_size": 21139308,
|
23 |
+
"features": {
|
24 |
+
"label": {
|
25 |
+
"names": [
|
26 |
+
"0",
|
27 |
+
"1"
|
28 |
+
],
|
29 |
+
"_type": "ClassLabel"
|
30 |
+
},
|
31 |
+
"source_code": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"size_in_bytes": 76761230,
|
39 |
+
"splits": {
|
40 |
+
"train": {
|
41 |
+
"name": "train",
|
42 |
+
"num_bytes": 44658815,
|
43 |
+
"num_examples": 21854,
|
44 |
+
"dataset_name": "code-classification"
|
45 |
+
},
|
46 |
+
"validation": {
|
47 |
+
"name": "validation",
|
48 |
+
"num_bytes": 5449455,
|
49 |
+
"num_examples": 2732,
|
50 |
+
"dataset_name": "code-classification"
|
51 |
+
},
|
52 |
+
"test": {
|
53 |
+
"name": "test",
|
54 |
+
"num_bytes": 5513652,
|
55 |
+
"num_examples": 2732,
|
56 |
+
"dataset_name": "code-classification"
|
57 |
+
}
|
58 |
+
},
|
59 |
+
"version": {
|
60 |
+
"version_str": "0.0.0",
|
61 |
+
"major": 0,
|
62 |
+
"minor": 0,
|
63 |
+
"patch": 0
|
64 |
+
}
|
65 |
+
}
|
defect-detection/train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "90bcdfba077af5cd",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "train"
|
13 |
+
}
|
defect-detection/validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a5e172b7dc4b5bbb4d6fc7f41fcd9916398318afbca10307938d11623f0bd32
|
3 |
+
size 5450152
|
defect-detection/validation/dataset_info.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "defect-detection",
|
5 |
+
"dataset_name": "code-classification",
|
6 |
+
"dataset_size": 55621922,
|
7 |
+
"description": "",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/train-00000-of-00001.parquet": {
|
10 |
+
"num_bytes": 16929111,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/validation-00000-of-00001.parquet": {
|
14 |
+
"num_bytes": 2098835,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/defect-detection/test-00000-of-00001.parquet": {
|
18 |
+
"num_bytes": 2111362,
|
19 |
+
"checksum": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"download_size": 21139308,
|
23 |
+
"features": {
|
24 |
+
"label": {
|
25 |
+
"names": [
|
26 |
+
"0",
|
27 |
+
"1"
|
28 |
+
],
|
29 |
+
"_type": "ClassLabel"
|
30 |
+
},
|
31 |
+
"source_code": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"homepage": "",
|
37 |
+
"license": "",
|
38 |
+
"size_in_bytes": 76761230,
|
39 |
+
"splits": {
|
40 |
+
"train": {
|
41 |
+
"name": "train",
|
42 |
+
"num_bytes": 44658815,
|
43 |
+
"num_examples": 21854,
|
44 |
+
"dataset_name": "code-classification"
|
45 |
+
},
|
46 |
+
"validation": {
|
47 |
+
"name": "validation",
|
48 |
+
"num_bytes": 5449455,
|
49 |
+
"num_examples": 2732,
|
50 |
+
"dataset_name": "code-classification"
|
51 |
+
},
|
52 |
+
"test": {
|
53 |
+
"name": "test",
|
54 |
+
"num_bytes": 5513652,
|
55 |
+
"num_examples": 2732,
|
56 |
+
"dataset_name": "code-classification"
|
57 |
+
}
|
58 |
+
},
|
59 |
+
"version": {
|
60 |
+
"version_str": "0.0.0",
|
61 |
+
"major": 0,
|
62 |
+
"minor": 0,
|
63 |
+
"patch": 0
|
64 |
+
}
|
65 |
+
}
|
defect-detection/validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d26f654bd23e2377",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "validation"
|
13 |
+
}
|