metadata
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: 233511330
num_examples: 48
- name: validation
num_bytes: 229949135
num_examples: 48
- name: test
num_bytes: 246501823
num_examples: 48
download_size: 698311349
dataset_size: 709962288
- 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: 227863072
num_examples: 48
- name: validation
num_bytes: 245757708
num_examples: 48
- name: test
num_bytes: 231325587
num_examples: 48
download_size: 703985036
dataset_size: 704946367
- 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: 171404992
num_examples: 3
- name: validation
num_bytes: 171388116
num_examples: 3
- name: test
num_bytes: 171388008
num_examples: 3
download_size: 462409617
dataset_size: 514181116
- 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: 152107530
num_examples: 1
- name: validation
num_bytes: 152099104
num_examples: 1
- name: test
num_bytes: 152098950
num_examples: 1
download_size: 450647272
dataset_size: 456305584
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-*
language:
- fr
Dataset Card for Vibravox-test
Important Note
This dataset contains a very small proportion (1.2 %) of the original Vibravox Dataset.
vibravox-test
is a only a dummy dataset for use with test pipelines in the Vibravox project. 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 page on Hugging Face.
Dataset Details
Structure and Content
The vibravox-test
dataset includes a very small fraction of the original Vibravox Dataset 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.