--- dataset_info: features: - name: audio dtype: audio: decode: false - name: text dtype: string - name: start_time dtype: float32 - name: end_time dtype: float32 - name: duration_sec dtype: float64 - name: num_speakers dtype: int64 - name: multiple_speakers dtype: bool - name: speaker_turns dtype: int64 - name: turns_per_minute dtype: float64 - name: dominant_speaker_ratio dtype: float64 - name: second_speaker_ratio dtype: float64 - name: non_dominant_speech_ratio dtype: float64 - name: speaker_balance_score dtype: float64 - name: speaker_entropy dtype: float64 - name: overlap_speech dtype: bool - name: overlap_duration_sec dtype: float64 - name: overlap_ratio dtype: float64 - name: num_overlap_regions dtype: int64 - name: mean_overlap_region_sec dtype: float64 - name: max_overlap_region_sec dtype: float64 - name: max_concurrent_speakers dtype: int64 - name: asr_usability_score dtype: float64 - name: asr_usable_single_speaker dtype: bool - name: source_split_original dtype: string - name: metadata_generated_by dtype: string - name: processing_error dtype: bool splits: - name: train num_bytes: 1269531539 num_examples: 4320 - name: validation num_bytes: 158691420 num_examples: 540 - name: test num_bytes: 158985296 num_examples: 541 download_size: 1585410759 dataset_size: 1587208255 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---