File size: 1,564 Bytes
63efde7 8d7f325 9e9d96a 8d7f325 9e9d96a 8d7f325 b9fde23 8d7f325 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
license: cc-by-nc-4.0
task_categories:
- automatic-speech-recognition
- audio-to-audio
language:
- en
tags:
- medical
---
# MedDialogue-Audio (Subset: Noise-Free - Parquet)
**Description:**
This dataset consists of **clean audio files** in **Parquet format**, intended for research in Automatic Speech Recognition (ASR).
It includes only the original, noise-free audio samples synthesized from medical dialogues.
The **full version** of the dataset, which includes **white noise and hospital background noise variations** in `.wav` format, is available at:
[https://huggingface.co/datasets/aline-gassenn/MedDialog-Audio](https://huggingface.co/datasets/aline-gassenn/MedDialog-Audio)
---
## Metadata
```yaml
license: cc-by-nc-4.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 21,068
num_examples: 21068
download_size: ~22.3 GB
dataset_size: ~23.5 GB
```
---
## License
**License:** [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
---
## Citation
If you use this dataset, please cite:
```bibtex
@misc{med_dialogue_audio_v2_2025,
author = {Gassenn, Aline Elí and Teodoro, Douglas and Andrade, Luis G M and Rodrigues-Jr, Jose F.},
title = { MedDialog-Audio_v2 },
year = 2025,
url = { https://huggingface.co/datasets/aline-gassenn/MedDialog-Audio_v2 },
doi = { 10.57967/hf/5958 },
publisher = { Hugging Face }
} |