--- license: apache-2.0 dataset_info: features: - name: audio dtype: audio splits: - name: train num_bytes: 41920700.0 num_examples: 89 download_size: 41553598 dataset_size: 41920700.0 configs: - config_name: default data_files: - split: train path: data/train-* --- ## Dataset Description Your dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage. ## Data Format Each entry in the dataset consists of two fields: - `audio_path`: The path to the audio file. - `description`: The written description corresponding to the audio file. ## Example Here's an example entry from the dataset: ```json { "audio_path": "/path/to/audio/file.mp3", "description": "A written description of the audio content." }