spectrogram-captions / dataset_infos.json
vucinatim's picture
Upload dataset_infos.json with huggingface_hub
76f89b4
{"vucinatim--spectrogram-captions": {
"description": "Dataset of captioned audio clips with spectrograms (text describing the sound).",
"citation": "@misc{vucina2022spectrograms,\nauthor = {Vu\u010dina, Tim UNI-LJ},\ntitle = {Audio with spectrogram captions},\nyear={2022}}}",
"homepage": "",
"license": "",
"features": {
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"audio": {
"sampling_rate": null,
"mono": true,
"decode": true,
"id": null,
"_type": "Audio"
},
"image": {
"decode": true,
"id": null,
"_type": "Image"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": null,
"config_name": null,
"version": null,
"splits": {
"train": {
"name": "train",
"num_bytes": 477644716.0,
"num_examples": 1000,
"dataset_name": "spectrogram-captions"
}
},
"download_checksums": null,
"download_size": 423106213,
"post_processing_size": null,
"dataset_size": 477644716.0,
"size_in_bytes": 900750929.0
}}