{ | |
"customers": { | |
"description": "Description of your dataset goes here.\n", | |
"citation": "Put your dataset citation here.\n", | |
"homepage": "https://your-dataset-homepage.com", | |
"license": "License information goes here.", | |
"features": { | |
"customer_id": { | |
"dtype": "int32", | |
"_type": "Value" | |
}, | |
"name": { | |
"dtype": "string", | |
"_type": "Value" | |
}, | |
"age": { | |
"dtype": "int32", | |
"_type": "Value" | |
} | |
}, | |
"builder_name": "test", | |
"dataset_name": "test", | |
"config_name": "customers", | |
"version": { | |
"version_str": "1.0.0", | |
"major": 1, | |
"minor": 0, | |
"patch": 0 | |
}, | |
"splits": { | |
"train": { | |
"name": "train", | |
"num_bytes": 1604, | |
"num_examples": 70, | |
"dataset_name": null | |
}, | |
"validation": { | |
"name": "validation", | |
"num_bytes": 345, | |
"num_examples": 15, | |
"dataset_name": null | |
}, | |
"test": { | |
"name": "test", | |
"num_bytes": 343, | |
"num_examples": 15, | |
"dataset_name": null | |
} | |
}, | |
"download_size": 5771, | |
"dataset_size": 2292, | |
"size_in_bytes": 8063 | |
}, | |
"products": { | |
"description": "This is the product dataset. It includes details about various products.", | |
"citation": "@inproceedings{author2024dataset,\n title={A Dataset for Product Analysis},\n author={Author, B.},\n booktitle={Product Analytics Conference},\n year={2024}\n}", | |
"homepage": "https://example.com/products", | |
"license": "Apache License 2.0", | |
"features": { | |
"product_id": { | |
"dtype": "int32" | |
}, | |
"name": { | |
"dtype": "string" | |
}, | |
"price": { | |
"dtype": "float32" | |
} | |
}, | |
"splits": { | |
"train": { | |
"num_examples": 56 | |
}, | |
"validation": { | |
"num_examples": 12 | |
}, | |
"test": { | |
"num_examples": 12 | |
} | |
}, | |
"download_size": 7890123, | |
"dataset_size": 8901234, | |
"task_categories": [ | |
"classification" | |
], | |
"task_ids": [ | |
"binary_classification" | |
], | |
"version": "1.0.0" | |
} | |
} |