| --- |
| dataset_info: |
| features: |
| - name: sample_index |
| dtype: int64 |
| - name: original_filename |
| dtype: string |
| - name: phonemes |
| dtype: string |
| - name: left_audio |
| dtype: string |
| - name: right_audio |
| dtype: string |
| - name: removed_audio |
| dtype: string |
| - name: full_audio |
| dtype: string |
| - name: audio_durations |
| struct: |
| - name: full |
| dtype: float64 |
| - name: left |
| dtype: float64 |
| - name: removed |
| dtype: float64 |
| - name: right |
| dtype: float64 |
| - name: speaker_id |
| dtype: string |
| - name: flac_filename |
| dtype: string |
| - name: transcription_full |
| dtype: string |
| - name: removed_words |
| dtype: string |
| - name: transcription_without_removed |
| dtype: string |
| - name: phonemes_full |
| dtype: string |
| - name: phonemes_removed |
| dtype: string |
| - name: phonemes_annotated |
| dtype: string |
| - name: dac_tokens |
| dtype: string |
| - name: match |
| dtype: bool |
| - name: removed_start_time |
| dtype: float64 |
| - name: removed_end_time |
| dtype: float64 |
| splits: |
| - name: train |
| num_bytes: 889200 |
| num_examples: 30 |
| download_size: 404322 |
| dataset_size: 889200 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| --- |
| |