test / dataset_infos.json
iszhaoxin's picture
test
a718f43
raw
history blame
1.88 kB
{
"customers": {
"description": "This is the customer dataset. It contains information about customer interactions.",
"citation": "@inproceedings{author2024dataset,\n title={A Dataset for Customer Interactions},\n author={Author, A.},\n booktitle={Conference on Data},\n year={2024}\n}",
"homepage": "https://example.com/customers",
"license": "MIT License",
"features": {
"customer_id": {
"dtype": "int32"
},
"name": {
"dtype": "string"
},
"age": {
"dtype": "int32"
}
},
"splits": {
"train": {
"num_examples": 70
},
"validation": {
"num_examples": 15
},
"test": {
"num_examples": 15
}
},
"download_size": 12345678,
"dataset_size": 23456789,
"task_categories": [
"tabular"
],
"task_ids": [
"regression"
],
"version": "1.0.0"
},
"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"
}
}