--- dataset_info: - config_name: speech_clean features: - name: audio.headset_microphone dtype: audio - name: audio.forehead_accelerometer dtype: audio - name: audio.soft_in_ear_microphone dtype: audio - name: audio.rigid_in_ear_microphone dtype: audio - name: audio.temple_vibration_pickup dtype: audio - name: audio.throat_microphone dtype: audio - name: gender dtype: string - name: speaker_id dtype: string - name: sentence_id dtype: int64 - name: duration dtype: float64 - name: raw_text dtype: string - name: normalized_text dtype: string - name: phonemized_text dtype: string splits: - name: train num_bytes: 249935365.05524045 num_examples: 48 - name: validation num_bytes: 245357792.8370987 num_examples: 48 - name: test num_bytes: 250322442.79895562 num_examples: 48 download_size: 768449845 dataset_size: 745615600.6912947 - config_name: speech_noisy features: - name: audio.headset_microphone dtype: audio - name: audio.forehead_accelerometer dtype: audio - name: audio.soft_in_ear_microphone dtype: audio - name: audio.rigid_in_ear_microphone dtype: audio - name: audio.temple_vibration_pickup dtype: audio - name: audio.throat_microphone dtype: audio - name: gender dtype: string - name: speaker_id dtype: string - name: sentence_id dtype: int64 - name: duration dtype: float64 - name: raw_text dtype: string - name: normalized_text dtype: string - name: phonemized_text dtype: string splits: - name: train num_bytes: 256613923.75081968 num_examples: 48 - name: validation num_bytes: 256778809.0909091 num_examples: 48 - name: test num_bytes: 257056832.91428572 num_examples: 48 download_size: 768508886 dataset_size: 770449565.7560146 - config_name: speechless_clean features: - name: audio.headset_microphone dtype: audio - name: audio.forehead_accelerometer dtype: audio - name: audio.soft_in_ear_microphone dtype: audio - name: audio.rigid_in_ear_microphone dtype: audio - name: audio.temple_vibration_pickup dtype: audio - name: audio.throat_microphone dtype: audio - name: gender dtype: string - name: speaker_id dtype: string - name: duration dtype: float64 splits: - name: train num_bytes: 186987236.0 num_examples: 3 - name: validation num_bytes: 186968826.0 num_examples: 3 - name: test num_bytes: 186968708.0 num_examples: 3 download_size: 515085177 dataset_size: 560924770.0 - config_name: speechless_noisy features: - name: audio.headset_microphone dtype: audio - name: audio.forehead_accelerometer dtype: audio - name: audio.soft_in_ear_microphone dtype: audio - name: audio.rigid_in_ear_microphone dtype: audio - name: audio.temple_vibration_pickup dtype: audio - name: audio.throat_microphone dtype: audio - name: gender dtype: string - name: speaker_id dtype: string - name: duration dtype: float64 splits: - name: train num_bytes: 165935478.0 num_examples: 1 - name: validation num_bytes: 165926286.0 num_examples: 1 - name: test num_bytes: 165926118.0 num_examples: 1 download_size: 493972038 dataset_size: 497787882.0 configs: - config_name: speech_clean data_files: - split: train path: speech_clean/train-* - split: validation path: speech_clean/validation-* - split: test path: speech_clean/test-* - config_name: speech_noisy data_files: - split: train path: speech_noisy/train-* - split: validation path: speech_noisy/validation-* - split: test path: speech_noisy/test-* - config_name: speechless_clean data_files: - split: train path: speechless_clean/train-* - split: validation path: speechless_clean/validation-* - split: test path: speechless_clean/test-* - config_name: speechless_noisy data_files: - split: train path: speechless_noisy/train-* - split: validation path: speechless_noisy/validation-* - split: test path: speechless_noisy/test-* --- # Dataset Card for Vibravox-test ## Important Note This dataset contains a **very small** proportion (1.2 %) of the original [Vibravox Dataset](https://huggingface.co/datasets/Cnam-LMSSC/vibravox). `vibravox-test` is a only a dummy dataset for use with test pipelines in the [Vibravox project](https://github.com/jhauret/vibravox). **It is therefore not intended for training or testing models**. For **full access to the complete dataset and documentation** suitable for training and testing various audio and speech-related tasks, **please visit the [Vibravox Dataset](https://huggingface.co/datasets/Cnam-LMSSC/vibravox) page on Hugging Face**. ## Dataset Details ### Structure and Content The `vibravox-test` dataset includes a **very small fraction of the original [Vibravox Dataset](https://huggingface.co/datasets/Cnam-LMSSC/vibravox)** and shares the same structure, comprising: - **speech_clean:** Contains clean speech audio samples (0.5% of the original subset). Each split contains 48 rows, with 16 speakers (8 males / 8 females) reading 3 sentences each. - **speech_noisy:** Contains noisy speech audio samples. (9.1% of the original subset). Each split contains 48 rows, with 16 speakers (8 males / 8 females) reading 3 sentences each. - **speechless_clean:** Contains clean non-speech audio samples. (4.7% of the original subset). Each split contains 3 rows. - **speechless_noisy:** Contains noisy non-speech audio samples. (1.5% of the original subset). Each split contains 1 row.