File size: 1,173 Bytes
af4eb5f |
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 |
{
"builder_name": "parquet",
"citation": "",
"config_name": "default",
"dataset_name": "trash_types",
"dataset_size": 2073869841,
"description": "",
"download_checksums": {
"hf://datasets/dvk65/TrashTypes@3ad086932b61fec5a9cf0e282bb00167d50e9091/data/train-00000-of-00001.parquet": {
"num_bytes": 2050293304,
"checksum": null
}
},
"download_size": 2050293304,
"features": {
"image": {
"_type": "Image"
},
"label": {
"names": [
"apples",
"bananas",
"bottles",
"cans",
"cardboard",
"cups",
"eggshells",
"generalcompost",
"mixers",
"peels",
"plasticbags",
"plastics",
"tissues"
],
"_type": "ClassLabel"
}
},
"homepage": "",
"license": "",
"size_in_bytes": 4124163145,
"splits": {
"train": {
"name": "train",
"num_bytes": 2073869841,
"num_examples": 14651,
"shard_lengths": [
11965,
2686
],
"dataset_name": "trash_types"
}
},
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
}
} |