gradienttile-100k / dataset_config.json
axiomflow42's picture
Upload folder using huggingface_hub
fe09a42 verified
{
"dataset_name": "gradienttile-1m",
"version": "1.0.0",
"description": "A large-scale dataset of 1 million procedurally generated animated mathematical patterns",
"features": {
"gif": {
"dtype": "binary",
"description": "Animated GIF file (100x100, 60 frames)"
},
"metadata": {
"dtype": "string",
"description": "JSON metadata containing pattern type, parameters, and frequency analysis"
},
"sample_id": {
"dtype": "int64",
"description": "Unique sample identifier"
},
"pattern_type": {
"dtype": "string",
"description": "Type of mathematical pattern"
},
"color_scheme": {
"dtype": "string",
"description": "Color scheme used"
},
"seed": {
"dtype": "int64",
"description": "Random seed for reproducibility"
}
},
"splits": {
"train": {
"num_examples": 100000,
"description": "Training split containing all samples"
}
},
"download_size": "9.44 GB",
"dataset_size": "9.44 GB",
"tags": [
"animation",
"mathematical-patterns",
"procedural-generation",
"computer-graphics",
"fractals",
"generative-art",
"webdataset"
]
}