miso_test / test_set /dataset_info.json
mskov's picture
Rename dataset_info.json to test_set/dataset_info.json
0fe1637
raw
history blame
938 Bytes
{
"miso_test": {
"description": "Dataset for misophonia inducing sound detection",
"citation": "",
"homepage": "https://huggingface.co/datasets/mskov/miso_test",
"license": "cc",
"features": {
"path": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"file_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"category": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"audio": {
"sampling_rate": 16000,
"id": null,
"mono": true,
"_type": "Audio"
}
},
"splits": {
"test": {
"name": "test"
}
}
}
}