corruption-shot_noise / dataset_info.json
MarMaster's picture
Upload folder using huggingface_hub
59206c0 verified
raw
history blame
1.02 kB
{
"dataset_name": "corruption-shot_noise",
"dataset_version": "1.0.0",
"description": "ImageNet-Corruption dataset with shot_noise corruption",
"license": "mit",
"task_categories": [
"image-classification"
],
"language": [
"en"
],
"tags": [
"imagenet",
"corruption",
"robustness",
"computer-vision"
],
"size_categories": "1M<n<10M",
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 1281167
},
"validation": {
"name": "validation",
"num_bytes": 0,
"num_examples": 50000
}
},
"features": {
"image": {
"dtype": "image",
"_type": "Image"
},
"class_id": {
"dtype": "string",
"_type": "Value"
},
"split": {
"dtype": "string",
"_type": "Value"
},
"filename": {
"dtype": "string",
"_type": "Value"
}
},
"download_size": 0,
"dataset_size": 0,
"created_at": "2025-10-27 21:09:20",
"corruption_type": "shot_noise"
}