File size: 1,771 Bytes
c255556 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
{
"builder_name": "parquet",
"citation": "",
"config_name": "complexity-prediction",
"dataset_name": "code-classification",
"dataset_size": 12652735,
"description": "",
"download_checksums": {
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/train-00000-of-00001.parquet": {
"num_bytes": 3805007,
"checksum": null
},
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/validation-00000-of-00001.parquet": {
"num_bytes": 208104,
"checksum": null
},
"hf://datasets/ObscuraCoder/code-classification@65580eeea37724c2078753390711110f69931fc3/complexity-prediction/test-00000-of-00001.parquet": {
"num_bytes": 523471,
"checksum": null
}
},
"download_size": 4536582,
"features": {
"source_code": {
"dtype": "string",
"_type": "Value"
},
"label": {
"names": [
"constant",
"cubic",
"linear",
"logn",
"nlogn",
"np",
"quadratic"
],
"_type": "ClassLabel"
}
},
"homepage": "",
"license": "",
"size_in_bytes": 17189317,
"splits": {
"train": {
"name": "train",
"num_bytes": 10607801,
"num_examples": 3800,
"dataset_name": "code-classification"
},
"validation": {
"name": "validation",
"num_bytes": 555741,
"num_examples": 200,
"dataset_name": "code-classification"
},
"test": {
"name": "test",
"num_bytes": 1489193,
"num_examples": 517,
"dataset_name": "code-classification"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
} |