med-cre / dataset_info.json
jsbeaudry's picture
Add 15 files
84b2076 verified
{
"citation": "",
"description": "Multi-domain speech dataset with 12 audio-text pairs across 1 languages and 1 domains",
"features": {
"id": {
"dtype": "string",
"description": "Unique identifier (UUID) for each audio-text pair"
},
"text": {
"dtype": "string",
"description": "Text transcription in the specified language"
},
"source": {
"dtype": "string",
"description": "Text speaker ID"
},
"audio": {
"sampling_rate": 24000,
"_type": "Audio"
},
"nature": {
"dtype": "string",
"description": "Type of audio generation (synthetic, natural, etc.)"
},
"language": {
"dtype": "string",
"description": "Language of the audio and text content"
},
"domain": {
"dtype": "string",
"description": "Domain or topic category (agriculture, healthcare, etc.)"
}
},
"homepage": "",
"license": "mit",
"task_categories": [
"automatic-speech-recognition",
"text-to-speech"
],
"tags": [
"speech",
"audio",
"multilingual",
"haitian_creole",
"healthcare",
"human"
],
"languages": [
"ha"
],
"size_categories": "n<1K",
"splits": {
"train": {
"name": "train",
"num_bytes": 8487,
"num_examples": 12
}
}
}