The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type string to null
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1766, in _prepare_split_single
                  writer.write(example, key)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 500, in write
                  self.write_examples_on_file()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 568, in write_batch
                  arrays.append(pa.array(typed_sequence))
                File "pyarrow/array.pxi", line 247, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 208, in __arrow_array__
                  out = cast_array_to_feature(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
                  arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
                  arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2075, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
                  return array_cast(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1962, in array_cast
                  raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
              TypeError: Couldn't cast array of type string to null
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1775, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 599, in finalize
                  self.write_examples_on_file()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 568, in write_batch
                  arrays.append(pa.array(typed_sequence))
                File "pyarrow/array.pxi", line 247, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 112, in pyarrow.lib._handle_arrow_array_protocol
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 208, in __arrow_array__
                  out = cast_array_to_feature(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
                  arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
                  arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2075, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
                  return array_cast(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
                  return func(array, *args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1962, in array_cast
                  raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
              TypeError: Couldn't cast array of type string to null
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1524, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1099, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1627, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1784, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

__key__
string
__url__
string
json
dict
mix.wav
audio
ref.wav
audio
target.wav
audio
mix_0000011_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000011", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "army", "and", "set", "them" ], "chapter_id": "145702", "utt_id": "1898-145702-0004", "start": 0.217, "stop": 1.367, "orig_file": "../LibriSpeech/train-clean-100/1898/145702/1898-145702-0004.flac", "orig_start": 5.81, "orig_stop": 6.96, "lvl": -25.427959805434455, "source": "ref", "sub_utt_num": 0 }, { "words": [ "he", "gave", "them", "a", "little" ], "chapter_id": "145702", "utt_id": "1898-145702-0004", "start": 1.404, "stop": 2.754, "orig_file": "../LibriSpeech/train-clean-100/1898/145702/1898-145702-0004.flac", "orig_start": 9.31, "orig_stop": 10.66, "lvl": -25.61088947940985, "source": "ref", "sub_utt_num": 1 } ], "spk_id": "librispeech-1898" }, "target_absent": false, "target_spk_id": "librispeech-1898", "target_spk_idx": 24 }
mix_0000202_10
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000202", "n_speakers": 2, "overlap": 1, "ref": { "clips": [ { "words": [ "first", "therefore", "they", "mention" ], "chapter_id": "168198", "utt_id": "3224-168198-0005", "start": 0.366, "stop": 1.506, "orig_file": "../LibriSpeech/train-clean-360/3224/168198/3224-168198-0005.flac", "orig_start": 0.31, "orig_stop": 1.45, "lvl": -31.933793566489868, "source": "ref", "sub_utt_num": 0 }, { "words": [ "rigged", "the", "vessel", "this" ], "chapter_id": "168198", "utt_id": "3224-168198-0005", "start": 1.544, "stop": 2.794, "orig_file": "../LibriSpeech/train-clean-360/3224/168198/3224-168198-0005.flac", "orig_start": 8.01, "orig_stop": 9.26, "lvl": -25.852645389882007, "source": "ref", "sub_utt_num": 1 } ], "spk_id": "librispeech-3224" }, "target_absent": false, "target_spk_id": "librispeech-3224", "target_spk_idx": 853 }
mix_0000012_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "gaussian_noise" ], "mix_id": "mix_0000012", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "army", "and", "set", "them" ], "chapter_id": "145702", "utt_id": "1898-145702-0004", "start": 0.217, "stop": 1.367, "orig_file": "../LibriSpeech/train-clean-100/1898/145702/1898-145702-0004.flac", "orig_start": 5.81, "orig_stop": 6.96, "lvl": -25.427959805434455, "source": "ref", "sub_utt_num": 0 }, { "words": [ "he", "gave", "them", "a", "little" ], "chapter_id": "145702", "utt_id": "1898-145702-0004", "start": 1.404, "stop": 2.754, "orig_file": "../LibriSpeech/train-clean-100/1898/145702/1898-145702-0004.flac", "orig_start": 9.31, "orig_stop": 10.66, "lvl": -25.61088947940985, "source": "ref", "sub_utt_num": 1 } ], "spk_id": "librispeech-1898" }, "target_absent": false, "target_spk_id": "librispeech-1898", "target_spk_idx": 24 }
mix_0001517_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0001517", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "the", "citizens", "of", "all" ], "chapter_id": "171108", "utt_id": "3289-171108-0022", "start": 0.327, "stop": 1.577, "orig_file": "../LibriSpeech/train-clean-360/3289/171108/3289-171108-0022.flac", "orig_start": 1.75, "orig_stop": 3, "lvl": -32.82657113315544, "source": "ref", "sub_utt_num": 0 }, { "words": [ "of", "the", "jews", "made", "an" ], "chapter_id": "171108", "utt_id": "3289-171108-0022", "start": 1.616, "stop": 2.456, "orig_file": "../LibriSpeech/train-clean-360/3289/171108/3289-171108-0022.flac", "orig_start": 4.35, "orig_stop": 5.19, "lvl": -29.36690036728557, "source": "ref", "sub_utt_num": 1 }, { "words": [ "festival" ], "chapter_id": "171108", "utt_id": "3289-171108-0022", "start": 2.499, "stop": 3.069, "orig_file": "../LibriSpeech/train-clean-360/3289/171108/3289-171108-0022.flac", "orig_start": 6.49, "orig_stop": 7.06, "lvl": -27.177785174070216, "source": "ref", "sub_utt_num": 2 }, { "words": [ "citadel" ], "chapter_id": "171109", "utt_id": "3289-171109-0034", "start": 3.098, "stop": 3.748, "orig_file": "../LibriSpeech/train-clean-360/3289/171109/3289-171109-0034.flac", "orig_start": 1.46, "orig_stop": 2.11, "lvl": -26.927626513365226, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-3289" }, "target_absent": false, "target_spk_id": "librispeech-3289", "target_spk_idx": 395 }
mix_0003022_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003022", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "we'll", "put", "him", "away", "back", "in", "the" ], "chapter_id": "46267", "utt_id": "5655-46267-0026", "start": 0.22, "stop": 1.61, "orig_file": "../LibriSpeech/train-clean-360/5655/46267/5655-46267-0026.flac", "orig_start": 2.66, "orig_stop": 4.05, "lvl": -29.52709793569156, "source": "ref", "sub_utt_num": 0 }, { "words": [ "busily", "scooping", "out", "a" ], "chapter_id": "46267", "utt_id": "5655-46267-0026", "start": 1.642, "stop": 2.822, "orig_file": "../LibriSpeech/train-clean-360/5655/46267/5655-46267-0026.flac", "orig_start": 11.65, "orig_stop": 12.83, "lvl": -25.958707401702245, "source": "ref", "sub_utt_num": 1 }, { "words": [ "no", "one", "gave", "any" ], "chapter_id": "46268", "utt_id": "5655-46268-0011", "start": 2.822, "stop": 3.852, "orig_file": "../LibriSpeech/train-clean-360/5655/46268/5655-46268-0011.flac", "orig_start": 0.5, "orig_stop": 1.53, "lvl": -27.976602085676383, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-5655" }, "target_absent": false, "target_spk_id": "librispeech-5655", "target_spk_idx": 278 }
mix_0002911_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0002911", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "to", "tell", "you", "things", "that", "you", "would" ], "chapter_id": "102420", "utt_id": "7511-102420-0002", "start": 0.479, "stop": 1.709, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0002.flac", "orig_start": 4.09, "orig_stop": 5.32, "lvl": -27.117392560459486, "source": "ref", "sub_utt_num": 0 }, { "words": [ "on", "the", "night", "of", "september" ], "chapter_id": "102420", "utt_id": "7511-102420-0002", "start": 1.741, "stop": 3.081, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0002.flac", "orig_start": 11.2, "orig_stop": 12.54, "lvl": -32.6149195667411, "source": "ref", "sub_utt_num": 1 }, { "words": [ "most", "awful" ], "chapter_id": "102420", "utt_id": "7511-102420-0002", "start": 3.081, "stop": 3.871, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0002.flac", "orig_start": 13.79, "orig_stop": 14.58, "lvl": -31.556212060589083, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-7511" }, "target_absent": false, "target_spk_id": "librispeech-7511", "target_spk_idx": 105 }
mix_0000156_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0000156", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "really", "the", "itching", "for" ], "chapter_id": "122947", "utt_id": "163-122947-0067", "start": 0.39, "stop": 1.74, "orig_file": "../LibriSpeech/train-clean-100/163/122947/163-122947-0067.flac", "orig_start": 1.17, "orig_stop": 2.52, "lvl": -25.39123560504766, "source": "ref", "sub_utt_num": 0 }, { "words": [ "horse" ], "chapter_id": "122947", "utt_id": "163-122947-0067", "start": 1.785, "stop": 2.335, "orig_file": "../LibriSpeech/train-clean-100/163/122947/163-122947-0067.flac", "orig_start": 8.14, "orig_stop": 8.69, "lvl": -25.86890764681388, "source": "ref", "sub_utt_num": 1 }, { "words": [ "infinite", "we", "modern" ], "chapter_id": "122947", "utt_id": "163-122947-0067", "start": 2.365, "stop": 3.695, "orig_file": "../LibriSpeech/train-clean-100/163/122947/163-122947-0067.flac", "orig_start": 11.01, "orig_stop": 12.34, "lvl": -32.22463184917372, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-163" }, "target_absent": false, "target_spk_id": "librispeech-163", "target_spk_idx": 139 }
mix_0001072_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise" ], "mix_id": "mix_0001072", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "the", "administration", "had", "little" ], "chapter_id": "158077", "utt_id": "4088-158077-0059", "start": 0.313, "stop": 1.693, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0059.flac", "orig_start": 0.25, "orig_stop": 1.63, "lvl": -26.613343909392633, "source": "ref", "sub_utt_num": 0 }, { "words": [ "choice" ], "chapter_id": "158077", "utt_id": "4088-158077-0059", "start": 1.734, "stop": 2.264, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0059.flac", "orig_start": 1.63, "orig_stop": 2.16, "lvl": -28.938461677303472, "source": "ref", "sub_utt_num": 1 }, { "words": [ "an", "ally" ], "chapter_id": "158077", "utt_id": "4088-158077-0067", "start": 2.313, "stop": 2.883, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0067.flac", "orig_start": 14.53, "orig_stop": 15.1, "lvl": -26.400157061803746, "source": "ref", "sub_utt_num": 2 }, { "words": [ "people", "of", "its" ], "chapter_id": "158077", "utt_id": "4088-158077-0063", "start": 2.929, "stop": 3.789, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0063.flac", "orig_start": 5.52, "orig_stop": 6.38, "lvl": -27.11837187355485, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-4088" }, "target_absent": false, "target_spk_id": "librispeech-4088", "target_spk_idx": 73 }
mix_0000455_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000455", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "fed", "by", "many" ], "chapter_id": "130550", "utt_id": "1447-130550-0009", "start": 0.32, "stop": 1.57, "orig_file": "../LibriSpeech/train-clean-100/1447/130550/1447-130550-0009.flac", "orig_start": 6.26, "orig_stop": 7.51, "lvl": -29.678250850921188, "source": "ref", "sub_utt_num": 0 }, { "words": [ "currents", "from", "the", "long" ], "chapter_id": "130550", "utt_id": "1447-130550-0009", "start": 1.601, "stop": 2.971, "orig_file": "../LibriSpeech/train-clean-100/1447/130550/1447-130550-0009.flac", "orig_start": 7.51, "orig_stop": 8.88, "lvl": -27.270991648351924, "source": "ref", "sub_utt_num": 1 }, { "words": [ "uncle" ], "chapter_id": "17506", "utt_id": "1447-17506-0034", "start": 3.012, "stop": 3.462, "orig_file": "../LibriSpeech/train-clean-100/1447/17506/1447-17506-0034.flac", "orig_start": 8.79, "orig_stop": 9.24, "lvl": -30.088334199141826, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1447" }, "target_absent": false, "target_spk_id": "librispeech-1447", "target_spk_idx": 248 }
mix_0001552_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001552", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-803", "target_spk_idx": 524 }
mix_0000235_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000235", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "into", "thread", "and", "cloth" ], "chapter_id": "134707", "utt_id": "1001-134707-0031", "start": 0.256, "stop": 1.416, "orig_file": "../LibriSpeech/train-clean-360/1001/134707/1001-134707-0031.flac", "orig_start": 12.88, "orig_stop": 14.04, "lvl": -28.933680361742024, "source": "ref", "sub_utt_num": 0 }, { "words": [ "where", "dancers", "to" ], "chapter_id": "134707", "utt_id": "1001-134707-0041", "start": 1.449, "stop": 2.719, "orig_file": "../LibriSpeech/train-clean-360/1001/134707/1001-134707-0041.flac", "orig_start": 5.39, "orig_stop": 6.66, "lvl": -30.837146031613955, "source": "ref", "sub_utt_num": 1 }, { "words": [ "the", "unhealthy" ], "chapter_id": "134707", "utt_id": "1001-134707-0041", "start": 2.768, "stop": 3.768, "orig_file": "../LibriSpeech/train-clean-360/1001/134707/1001-134707-0041.flac", "orig_start": 8.57, "orig_stop": 9.57, "lvl": -27.455497843983654, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1001" }, "target_absent": false, "target_spk_id": "librispeech-1001", "target_spk_idx": 734 }
mix_0002706_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "room_simulator" ], "mix_id": "mix_0002706", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "all", "washed", "by" ], "chapter_id": "291381", "utt_id": "8619-291381-0019", "start": 0.267, "stop": 1.187, "orig_file": "../LibriSpeech/train-clean-360/8619/291381/8619-291381-0019.flac", "orig_start": 5.9, "orig_stop": 6.82, "lvl": -26.956080328313497, "source": "ref", "sub_utt_num": 0 }, { "words": [ "waves", "but", "the" ], "chapter_id": "291381", "utt_id": "8619-291381-0019", "start": 1.212, "stop": 2.262, "orig_file": "../LibriSpeech/train-clean-360/8619/291381/8619-291381-0019.flac", "orig_start": 6.82, "orig_stop": 7.87, "lvl": -28.895882655675724, "source": "ref", "sub_utt_num": 1 }, { "words": [ "he", "bade", "them", "work" ], "chapter_id": "291381", "utt_id": "8619-291381-0019", "start": 2.285, "stop": 3.465, "orig_file": "../LibriSpeech/train-clean-360/8619/291381/8619-291381-0019.flac", "orig_start": 13.47, "orig_stop": 14.65, "lvl": -27.68525732598036, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8619" }, "target_absent": false, "target_spk_id": "librispeech-8619", "target_spk_idx": 547 }
mix_0001481_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "room_simulator" ], "mix_id": "mix_0001481", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "or", "the", "race", "horses", "tugging", "at" ], "chapter_id": "44575", "utt_id": "4973-44575-0033", "start": 0.341, "stop": 1.681, "orig_file": "../LibriSpeech/train-clean-360/4973/44575/4973-44575-0033.flac", "orig_start": 4.97, "orig_stop": 6.31, "lvl": -26.386755829010212, "source": "ref", "sub_utt_num": 0 }, { "words": [ "but", "they", "do", "not", "yield", "to", "it" ], "chapter_id": "44575", "utt_id": "4973-44575-0033", "start": 1.721, "stop": 2.901, "orig_file": "../LibriSpeech/train-clean-360/4973/44575/4973-44575-0033.flac", "orig_start": 14.4, "orig_stop": 15.58, "lvl": -26.435379710066528, "source": "ref", "sub_utt_num": 1 }, { "words": [ "he", "had", "finished", "them" ], "chapter_id": "24515", "utt_id": "4973-24515-0011", "start": 2.946, "stop": 3.826, "orig_file": "../LibriSpeech/train-clean-360/4973/24515/4973-24515-0011.flac", "orig_start": 3.01, "orig_stop": 3.89, "lvl": -28.70843866137174, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4973" }, "target_absent": false, "target_spk_id": "librispeech-4973", "target_spk_idx": 312 }
mix_0000638_08
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000638", "n_speakers": 2, "overlap": 0.8, "ref": { "clips": [ { "words": [ "unforgotten", "years" ], "chapter_id": "130494", "utt_id": "1390-130494-0011", "start": 0.338, "stop": 1.588, "orig_file": "../LibriSpeech/train-clean-360/1390/130494/1390-130494-0011.flac", "orig_start": 0.17, "orig_stop": 1.42, "lvl": -32.257653492960664, "source": "ref", "sub_utt_num": 0 }, { "words": [ "the", "naked", "fact", "of" ], "chapter_id": "130494", "utt_id": "1390-130494-0011", "start": 1.626, "stop": 2.826, "orig_file": "../LibriSpeech/train-clean-360/1390/130494/1390-130494-0011.flac", "orig_start": 7.89, "orig_stop": 9.09, "lvl": -31.987182303155222, "source": "ref", "sub_utt_num": 1 }, { "words": [ "the", "air", "was" ], "chapter_id": "130493", "utt_id": "1390-130493-0003", "start": 2.826, "stop": 3.816, "orig_file": "../LibriSpeech/train-clean-360/1390/130493/1390-130493-0003.flac", "orig_start": 12.17, "orig_stop": 13.16, "lvl": -30.536989027148408, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1390" }, "target_absent": false, "target_spk_id": "librispeech-1390", "target_spk_idx": 964 }
mix_0000394_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000394", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-1313", "target_spk_idx": 837 }
mix_0003192_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003192", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "once", "more", "i", "staked", "the", "whole", "eight" ], "chapter_id": "26895", "utt_id": "4806-26895-0039", "start": 0.322, "stop": 1.542, "orig_file": "../LibriSpeech/train-clean-360/4806/26895/4806-26895-0039.flac", "orig_start": 5.91, "orig_stop": 7.13, "lvl": -30.040470019341555, "source": "ref", "sub_utt_num": 0 }, { "words": [ "pile", "of", "sixteen", "hundred" ], "chapter_id": "26895", "utt_id": "4806-26895-0039", "start": 1.566, "stop": 2.866, "orig_file": "../LibriSpeech/train-clean-360/4806/26895/4806-26895-0039.flac", "orig_start": 12.51, "orig_stop": 13.81, "lvl": -30.3624258016929, "source": "ref", "sub_utt_num": 1 }, { "words": [ "you", "must", "know", "that", "on", "one" ], "chapter_id": "26894", "utt_id": "4806-26894-0027", "start": 2.866, "stop": 3.836, "orig_file": "../LibriSpeech/train-clean-360/4806/26894/4806-26894-0027.flac", "orig_start": 6.05, "orig_stop": 7.02, "lvl": -28.890477901904347, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4806" }, "target_absent": false, "target_spk_id": "librispeech-4806", "target_spk_idx": 425 }
mix_0001129_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001129", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "him" ], "chapter_id": "140048", "utt_id": "1553-140048-0047", "start": 0.464, "stop": 0.834, "orig_file": "../LibriSpeech/train-clean-100/1553/140048/1553-140048-0047.flac", "orig_start": 5.18, "orig_stop": 5.55, "lvl": -30.82521279952362, "source": "ref", "sub_utt_num": 0 }, { "words": [ "aladdin", "isn't", "a" ], "chapter_id": "140048", "utt_id": "1553-140048-0047", "start": 0.854, "stop": 1.714, "orig_file": "../LibriSpeech/train-clean-100/1553/140048/1553-140048-0047.flac", "orig_start": 6.53, "orig_stop": 7.39, "lvl": -26.293797424437912, "source": "ref", "sub_utt_num": 1 }, { "words": [ "to", "like", "it" ], "chapter_id": "140048", "utt_id": "1553-140048-0047", "start": 1.736, "stop": 2.386, "orig_file": "../LibriSpeech/train-clean-100/1553/140048/1553-140048-0047.flac", "orig_start": 11.02, "orig_stop": 11.67, "lvl": -26.22855104756637, "source": "ref", "sub_utt_num": 2 }, { "words": [ "favorites", "but", "they" ], "chapter_id": "140047", "utt_id": "1553-140047-0004", "start": 2.432, "stop": 3.792, "orig_file": "../LibriSpeech/train-clean-100/1553/140047/1553-140047-0004.flac", "orig_start": 2.01, "orig_stop": 3.37, "lvl": -26.926543322898958, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1553" }, "target_absent": false, "target_spk_id": "librispeech-1553", "target_spk_idx": 67 }
mix_0000617_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0000617", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "ef", "i", "git", "red", "o", "this" ], "chapter_id": "78193", "utt_id": "6446-78193-0017", "start": 0.293, "stop": 1.653, "orig_file": "../LibriSpeech/train-clean-360/6446/78193/6446-78193-0017.flac", "orig_start": 4.56, "orig_stop": 5.92, "lvl": -29.934432634283514, "source": "ref", "sub_utt_num": 0 }, { "words": [ "pain", "n", "my", "head" ], "chapter_id": "78193", "utt_id": "6446-78193-0017", "start": 1.7, "stop": 2.7, "orig_file": "../LibriSpeech/train-clean-360/6446/78193/6446-78193-0017.flac", "orig_start": 7.15, "orig_stop": 8.15, "lvl": -31.212359590230456, "source": "ref", "sub_utt_num": 1 }, { "words": [ "they", "fastened", "on", "their" ], "chapter_id": "57416", "utt_id": "6446-57416-0026", "start": 2.735, "stop": 3.785, "orig_file": "../LibriSpeech/train-clean-360/6446/57416/6446-57416-0026.flac", "orig_start": 0.14, "orig_stop": 1.19, "lvl": -27.37869401797935, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-6446" }, "target_absent": false, "target_spk_id": "librispeech-6446", "target_spk_idx": 362 }
mix_0000165_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000165", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-2159", "target_spk_idx": 51 }
mix_0003925_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003925", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "aeroplane" ], "chapter_id": "26100", "utt_id": "1970-26100-0015", "start": 0.257, "stop": 0.857, "orig_file": "../LibriSpeech/train-clean-100/1970/26100/1970-26100-0015.flac", "orig_start": 1.25, "orig_stop": 1.85, "lvl": -31.726317313790293, "source": "ref", "sub_utt_num": 0 }, { "words": [ "hundred", "yes" ], "chapter_id": "26100", "utt_id": "1970-26100-0015", "start": 0.886, "stop": 2.166, "orig_file": "../LibriSpeech/train-clean-100/1970/26100/1970-26100-0015.flac", "orig_start": 3.81, "orig_stop": 5.09, "lvl": -30.007083080980056, "source": "ref", "sub_utt_num": 1 }, { "words": [ "my", "hospital", "unit", "we" ], "chapter_id": "26100", "utt_id": "1970-26100-0015", "start": 2.191, "stop": 3.571, "orig_file": "../LibriSpeech/train-clean-100/1970/26100/1970-26100-0015.flac", "orig_start": 8.87, "orig_stop": 10.25, "lvl": -27.335766192072843, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1970" }, "target_absent": false, "target_spk_id": "librispeech-1970", "target_spk_idx": 169 }
mix_0000882_10
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000882", "n_speakers": 2, "overlap": 1, "ref": { "clips": [ { "words": [ "communicated", "with" ], "chapter_id": "144496", "utt_id": "2393-144496-0070", "start": 0.417, "stop": 1.587, "orig_file": "../LibriSpeech/train-clean-360/2393/144496/2393-144496-0070.flac", "orig_start": 1.05, "orig_stop": 2.22, "lvl": -26.93932820873531, "source": "ref", "sub_utt_num": 0 }, { "words": [ "my", "dear", "good" ], "chapter_id": "144496", "utt_id": "2393-144496-0103", "start": 1.631, "stop": 2.661, "orig_file": "../LibriSpeech/train-clean-360/2393/144496/2393-144496-0103.flac", "orig_start": 0.53, "orig_stop": 1.56, "lvl": -31.882799248215882, "source": "ref", "sub_utt_num": 1 }, { "words": [ "aunt" ], "chapter_id": "144496", "utt_id": "2393-144496-0103", "start": 2.689, "stop": 3.249, "orig_file": "../LibriSpeech/train-clean-360/2393/144496/2393-144496-0103.flac", "orig_start": 1.56, "orig_stop": 2.12, "lvl": -30.768974368038457, "source": "ref", "sub_utt_num": 2 }, { "words": [ "proceeded" ], "chapter_id": "144496", "utt_id": "2393-144496-0103", "start": 3.249, "stop": 3.849, "orig_file": "../LibriSpeech/train-clean-360/2393/144496/2393-144496-0103.flac", "orig_start": 3.82, "orig_stop": 4.42, "lvl": -26.716344155984352, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-2393" }, "target_absent": false, "target_spk_id": "librispeech-2393", "target_spk_idx": 877 }
mix_0001868_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0001868", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-6385", "target_spk_idx": 86 }
mix_0000289_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000289", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "betwixt", "dread" ], "chapter_id": "73846", "utt_id": "5570-73846-0008", "start": 0.234, "stop": 1.524, "orig_file": "../LibriSpeech/train-clean-360/5570/73846/5570-73846-0008.flac", "orig_start": 1.68, "orig_stop": 2.97, "lvl": -28.621910563202448, "source": "ref", "sub_utt_num": 0 }, { "words": [ "greed" ], "chapter_id": "73846", "utt_id": "5570-73846-0008", "start": 1.573, "stop": 2.293, "orig_file": "../LibriSpeech/train-clean-360/5570/73846/5570-73846-0008.flac", "orig_start": 4.32, "orig_stop": 5.04, "lvl": -31.92081228036062, "source": "ref", "sub_utt_num": 1 }, { "words": [ "he", "hungered", "for" ], "chapter_id": "73846", "utt_id": "5570-73846-0008", "start": 2.319, "stop": 3.479, "orig_file": "../LibriSpeech/train-clean-360/5570/73846/5570-73846-0008.flac", "orig_start": 5.57, "orig_stop": 6.73, "lvl": -30.688305219473158, "source": "ref", "sub_utt_num": 2 }, { "words": [ "yet" ], "chapter_id": "73847", "utt_id": "5570-73847-0003", "start": 3.479, "stop": 3.829, "orig_file": "../LibriSpeech/train-clean-360/5570/73847/5570-73847-0003.flac", "orig_start": 5.42, "orig_stop": 5.77, "lvl": -27.2685251338189, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-5570" }, "target_absent": false, "target_spk_id": "librispeech-5570", "target_spk_idx": 478 }
mix_0000859_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator", "gaussian_noise" ], "mix_id": "mix_0000859", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "he", "had", "lived", "on" ], "chapter_id": "123349", "utt_id": "27-123349-0015", "start": 0.373, "stop": 1.283, "orig_file": "../LibriSpeech/train-clean-100/27/123349/27-123349-0015.flac", "orig_start": 5.38, "orig_stop": 6.29, "lvl": -27.491783973461754, "source": "ref", "sub_utt_num": 0 }, { "words": [ "however" ], "chapter_id": "123349", "utt_id": "27-123349-0015", "start": 1.328, "stop": 1.898, "orig_file": "../LibriSpeech/train-clean-100/27/123349/27-123349-0015.flac", "orig_start": 13.63, "orig_stop": 14.2, "lvl": -28.45079814769609, "source": "ref", "sub_utt_num": 1 }, { "words": [ "on", "the", "same", "day", "on" ], "chapter_id": "123349", "utt_id": "27-123349-0045", "start": 1.919, "stop": 3.119, "orig_file": "../LibriSpeech/train-clean-100/27/123349/27-123349-0045.flac", "orig_start": 6.17, "orig_stop": 7.37, "lvl": -26.622815461339297, "source": "ref", "sub_utt_num": 2 }, { "words": [ "government" ], "chapter_id": "123349", "utt_id": "27-123349-0039", "start": 3.161, "stop": 3.711, "orig_file": "../LibriSpeech/train-clean-100/27/123349/27-123349-0039.flac", "orig_start": 14.94, "orig_stop": 15.49, "lvl": -26.80773432385392, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-27" }, "target_absent": false, "target_spk_id": "librispeech-27", "target_spk_idx": 95 }
mix_0001484_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001484", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "can", "never", "be", "told", "in" ], "chapter_id": "19361", "utt_id": "3032-19361-0029", "start": 0.349, "stop": 1.559, "orig_file": "../LibriSpeech/train-clean-360/3032/19361/3032-19361-0029.flac", "orig_start": 0.13, "orig_stop": 1.34, "lvl": -25.136112955780604, "source": "ref", "sub_utt_num": 0 }, { "words": [ "i", "tired", "of", "no" ], "chapter_id": "19361", "utt_id": "3032-19361-0029", "start": 1.6, "stop": 2.79, "orig_file": "../LibriSpeech/train-clean-360/3032/19361/3032-19361-0029.flac", "orig_start": 5.19, "orig_stop": 6.38, "lvl": -25.54106862608258, "source": "ref", "sub_utt_num": 1 }, { "words": [ "why", "are", "there" ], "chapter_id": "19361", "utt_id": "3032-19361-0021", "start": 2.812, "stop": 3.812, "orig_file": "../LibriSpeech/train-clean-360/3032/19361/3032-19361-0021.flac", "orig_start": 6.54, "orig_stop": 7.54, "lvl": -26.596685071793605, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-3032" }, "target_absent": false, "target_spk_id": "librispeech-3032", "target_spk_idx": 995 }
mix_0002106_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "gaussian_noise" ], "mix_id": "mix_0002106", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "there", "was", "tiny" ], "chapter_id": "147981", "utt_id": "2004-147981-0022", "start": 0.459, "stop": 1.409, "orig_file": "../LibriSpeech/train-clean-360/2004/147981/2004-147981-0022.flac", "orig_start": 6.89, "orig_stop": 7.84, "lvl": -25.368324316881207, "source": "ref", "sub_utt_num": 0 }, { "words": [ "arching", "her", "shoulders", "at", "him" ], "chapter_id": "147981", "utt_id": "2004-147981-0022", "start": 1.442, "stop": 2.742, "orig_file": "../LibriSpeech/train-clean-360/2004/147981/2004-147981-0022.flac", "orig_start": 8.14, "orig_stop": 9.44, "lvl": -26.043136656248834, "source": "ref", "sub_utt_num": 1 }, { "words": [ "like", "a", "kitten" ], "chapter_id": "147981", "utt_id": "2004-147981-0022", "start": 2.771, "stop": 3.471, "orig_file": "../LibriSpeech/train-clean-360/2004/147981/2004-147981-0022.flac", "orig_start": 9.44, "orig_stop": 10.14, "lvl": -32.090314460614984, "source": "ref", "sub_utt_num": 2 }, { "words": [ "too" ], "chapter_id": "147173", "utt_id": "2004-147173-0008", "start": 3.471, "stop": 3.851, "orig_file": "../LibriSpeech/train-clean-360/2004/147173/2004-147173-0008.flac", "orig_start": 9.24, "orig_stop": 9.62, "lvl": -29.13789621982062, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-2004" }, "target_absent": false, "target_spk_id": "librispeech-2004", "target_spk_idx": 1153 }
mix_0004035_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0004035", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "present", "powers" ], "chapter_id": "39970", "utt_id": "7949-39970-0037", "start": 0.328, "stop": 1.388, "orig_file": "../LibriSpeech/train-clean-360/7949/39970/7949-39970-0037.flac", "orig_start": 1.2, "orig_stop": 2.26, "lvl": -29.329567713487453, "source": "ref", "sub_utt_num": 0 }, { "words": [ "continuously", "is", "its" ], "chapter_id": "39970", "utt_id": "7949-39970-0037", "start": 1.423, "stop": 2.613, "orig_file": "../LibriSpeech/train-clean-360/7949/39970/7949-39970-0037.flac", "orig_start": 7.58, "orig_stop": 8.77, "lvl": -26.972520205435682, "source": "ref", "sub_utt_num": 1 }, { "words": [ "interest" ], "chapter_id": "39970", "utt_id": "7949-39970-0037", "start": 2.659, "stop": 3.129, "orig_file": "../LibriSpeech/train-clean-360/7949/39970/7949-39970-0037.flac", "orig_start": 8.77, "orig_stop": 9.24, "lvl": -30.409022392144852, "source": "ref", "sub_utt_num": 2 }, { "words": [ "interesting" ], "chapter_id": "39970", "utt_id": "7949-39970-0037", "start": 3.154, "stop": 3.864, "orig_file": "../LibriSpeech/train-clean-360/7949/39970/7949-39970-0037.flac", "orig_start": 14.74, "orig_stop": 15.45, "lvl": -28.12874022994322, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-7949" }, "target_absent": false, "target_spk_id": "librispeech-7949", "target_spk_idx": 643 }
mix_0003638_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator" ], "mix_id": "mix_0003638", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "already" ], "chapter_id": "140725", "utt_id": "3790-140725-0038", "start": 0.371, "stop": 1.041, "orig_file": "../LibriSpeech/train-clean-360/3790/140725/3790-140725-0038.flac", "orig_start": 6.6, "orig_stop": 7.27, "lvl": -31.546073777596938, "source": "ref", "sub_utt_num": 0 }, { "words": [ "and", "when", "he", "had", "passed", "over", "the" ], "chapter_id": "39761", "utt_id": "3790-39761-0033", "start": 1.069, "stop": 2.309, "orig_file": "../LibriSpeech/train-clean-360/3790/39761/3790-39761-0033.flac", "orig_start": 0.15, "orig_stop": 1.39, "lvl": -30.177465796170676, "source": "ref", "sub_utt_num": 1 }, { "words": [ "opportunities", "were", "the" ], "chapter_id": "140725", "utt_id": "3790-140725-0060", "start": 2.35, "stop": 3.35, "orig_file": "../LibriSpeech/train-clean-360/3790/140725/3790-140725-0060.flac", "orig_start": 4.28, "orig_stop": 5.28, "lvl": -29.08197067218066, "source": "ref", "sub_utt_num": 2 }, { "words": [ "away" ], "chapter_id": "39761", "utt_id": "3790-39761-0040", "start": 3.371, "stop": 3.781, "orig_file": "../LibriSpeech/train-clean-360/3790/39761/3790-39761-0040.flac", "orig_start": 2.53, "orig_stop": 2.94, "lvl": -26.69797175135222, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-3790" }, "target_absent": false, "target_spk_id": "librispeech-3790", "target_spk_idx": 279 }
mix_0000309_08
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000309", "n_speakers": 2, "overlap": 0.8, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-5489", "target_spk_idx": 677 }
mix_0000507_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000507", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-114", "target_spk_idx": 1132 }
mix_0000527_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000527", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "temptation", "pursued" ], "chapter_id": "160187", "utt_id": "2812-160187-0075", "start": 0.477, "stop": 1.657, "orig_file": "../LibriSpeech/train-clean-360/2812/160187/2812-160187-0075.flac", "orig_start": 9.51, "orig_stop": 10.69, "lvl": -31.809307188566706, "source": "ref", "sub_utt_num": 0 }, { "words": [ "faery", "damsels", "met", "in" ], "chapter_id": "160187", "utt_id": "2812-160187-0065", "start": 1.683, "stop": 2.953, "orig_file": "../LibriSpeech/train-clean-360/2812/160187/2812-160187-0065.flac", "orig_start": 3.59, "orig_stop": 4.86, "lvl": -30.064828479680763, "source": "ref", "sub_utt_num": 1 }, { "words": [ "commit", "to", "me" ], "chapter_id": "160187", "utt_id": "2812-160187-0043", "start": 2.996, "stop": 3.656, "orig_file": "../LibriSpeech/train-clean-360/2812/160187/2812-160187-0043.flac", "orig_start": 0.13, "orig_stop": 0.79, "lvl": -31.683571224427457, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-2812" }, "target_absent": false, "target_spk_id": "librispeech-2812", "target_spk_idx": 793 }
mix_0001984_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001984", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "seabright" ], "chapter_id": "274562", "utt_id": "7780-274562-0023", "start": 0.362, "stop": 0.972, "orig_file": "../LibriSpeech/train-clean-100/7780/274562/7780-274562-0023.flac", "orig_start": 5.01, "orig_stop": 5.62, "lvl": -29.14346867771382, "source": "ref", "sub_utt_num": 0 }, { "words": [ "regarding", "not", "so" ], "chapter_id": "274562", "utt_id": "7780-274562-0070", "start": 0.993, "stop": 1.963, "orig_file": "../LibriSpeech/train-clean-100/7780/274562/7780-274562-0070.flac", "orig_start": 3.36, "orig_stop": 4.33, "lvl": -28.14528195248802, "source": "ref", "sub_utt_num": 1 }, { "words": [ "much", "its" ], "chapter_id": "274562", "utt_id": "7780-274562-0070", "start": 2.006, "stop": 2.856, "orig_file": "../LibriSpeech/train-clean-100/7780/274562/7780-274562-0070.flac", "orig_start": 4.33, "orig_stop": 5.18, "lvl": -25.86568304984498, "source": "ref", "sub_utt_num": 2 }, { "words": [ "little" ], "chapter_id": "274562", "utt_id": "7780-274562-0070", "start": 2.887, "stop": 3.377, "orig_file": "../LibriSpeech/train-clean-100/7780/274562/7780-274562-0070.flac", "orig_start": 7.7, "orig_stop": 8.19, "lvl": -29.44515259413405, "source": "ref", "sub_utt_num": 3 }, { "words": [ "him" ], "chapter_id": "274562", "utt_id": "7780-274562-0043", "start": 3.41, "stop": 3.71, "orig_file": "../LibriSpeech/train-clean-100/7780/274562/7780-274562-0043.flac", "orig_start": 3.56, "orig_stop": 3.86, "lvl": -26.755925509615214, "source": "ref", "sub_utt_num": 4 } ], "spk_id": "librispeech-7780" }, "target_absent": false, "target_spk_id": "librispeech-7780", "target_spk_idx": 232 }
mix_0000026_10
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000026", "n_speakers": 2, "overlap": 1, "ref": { "clips": [ { "words": [ "maintains", "it" ], "chapter_id": "138042", "utt_id": "2618-138042-0025", "start": 0.469, "stop": 1.159, "orig_file": "../LibriSpeech/train-clean-360/2618/138042/2618-138042-0025.flac", "orig_start": 5.67, "orig_stop": 6.36, "lvl": -27.63320663564262, "source": "ref", "sub_utt_num": 0 }, { "words": [ "and", "beat", "him" ], "chapter_id": "138042", "utt_id": "2618-138042-0025", "start": 1.187, "stop": 1.747, "orig_file": "../LibriSpeech/train-clean-360/2618/138042/2618-138042-0025.flac", "orig_start": 15.11, "orig_stop": 15.67, "lvl": -32.3851528623991, "source": "ref", "sub_utt_num": 1 }, { "words": [ "supposing", "it", "to", "be", "the", "custom", "of" ], "chapter_id": "138042", "utt_id": "2618-138042-0039", "start": 1.79, "stop": 3.17, "orig_file": "../LibriSpeech/train-clean-360/2618/138042/2618-138042-0039.flac", "orig_start": 1.19, "orig_stop": 2.57, "lvl": -25.010790418144353, "source": "ref", "sub_utt_num": 2 }, { "words": [ "fool" ], "chapter_id": "138042", "utt_id": "2618-138042-0011", "start": 3.192, "stop": 3.672, "orig_file": "../LibriSpeech/train-clean-360/2618/138042/2618-138042-0011.flac", "orig_start": 14.72, "orig_stop": 15.2, "lvl": -31.34348879871003, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-2618" }, "target_absent": false, "target_spk_id": "librispeech-2618", "target_spk_idx": 251 }
mix_0005051_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0005051", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "beginning" ], "chapter_id": "135229", "utt_id": "2517-135229-0048", "start": 0.207, "stop": 0.787, "orig_file": "../LibriSpeech/train-clean-360/2517/135229/2517-135229-0048.flac", "orig_start": 5.34, "orig_stop": 5.92, "lvl": -31.60722696544057, "source": "ref", "sub_utt_num": 0 }, { "words": [ "over", "the", "icy", "crest" ], "chapter_id": "135227", "utt_id": "2517-135227-0010", "start": 0.811, "stop": 1.981, "orig_file": "../LibriSpeech/train-clean-360/2517/135227/2517-135227-0010.flac", "orig_start": 10.47, "orig_stop": 11.64, "lvl": -26.470745097305404, "source": "ref", "sub_utt_num": 1 }, { "words": [ "i", "understood", "it", "now", "and" ], "chapter_id": "135229", "utt_id": "2517-135229-0046", "start": 2.02, "stop": 3.35, "orig_file": "../LibriSpeech/train-clean-360/2517/135229/2517-135229-0046.flac", "orig_start": 0.47, "orig_stop": 1.8, "lvl": -25.88054655758303, "source": "ref", "sub_utt_num": 2 }, { "words": [ "came" ], "chapter_id": "135229", "utt_id": "2517-135229-0027", "start": 3.35, "stop": 3.84, "orig_file": "../LibriSpeech/train-clean-360/2517/135229/2517-135229-0027.flac", "orig_start": 6.95, "orig_stop": 7.44, "lvl": -32.38529259234549, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-2517" }, "target_absent": false, "target_spk_id": "librispeech-2517", "target_spk_idx": 570 }
mix_0003371_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003371", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-3864", "target_spk_idx": 1012 }
mix_0000957_08
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000957", "n_speakers": 2, "overlap": 0.8, "ref": { "clips": [ { "words": [ "gurgurk", "wouldn't", "have", "tried", "to" ], "chapter_id": "167023", "utt_id": "3274-167023-0033", "start": 0.248, "stop": 1.508, "orig_file": "../LibriSpeech/train-clean-360/3274/167023/3274-167023-0033.flac", "orig_start": 1.29, "orig_stop": 2.55, "lvl": -25.51381915521553, "source": "ref", "sub_utt_num": 0 }, { "words": [ "pull", "anything", "like", "this" ], "chapter_id": "167023", "utt_id": "3274-167023-0033", "start": 1.534, "stop": 2.864, "orig_file": "../LibriSpeech/train-clean-360/3274/167023/3274-167023-0033.flac", "orig_start": 2.55, "orig_stop": 3.88, "lvl": -31.597131977933397, "source": "ref", "sub_utt_num": 1 }, { "words": [ "steal" ], "chapter_id": "163518", "utt_id": "3274-163518-0009", "start": 2.905, "stop": 3.355, "orig_file": "../LibriSpeech/train-clean-360/3274/163518/3274-163518-0009.flac", "orig_start": 1.47, "orig_stop": 1.92, "lvl": -31.043868631934657, "source": "ref", "sub_utt_num": 2 }, { "words": [ "himself" ], "chapter_id": "167022", "utt_id": "3274-167022-0021", "start": 3.355, "stop": 3.825, "orig_file": "../LibriSpeech/train-clean-360/3274/167022/3274-167022-0021.flac", "orig_start": 10.6, "orig_stop": 11.07, "lvl": -30.576315253847206, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-3274" }, "target_absent": false, "target_spk_id": "librispeech-3274", "target_spk_idx": 369 }
mix_0001064_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "gaussian_noise" ], "mix_id": "mix_0001064", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "but", "as", "it", "was", "not" ], "chapter_id": "139707", "utt_id": "1629-139707-0003", "start": 0.287, "stop": 1.037, "orig_file": "../LibriSpeech/train-clean-360/1629/139707/1629-139707-0003.flac", "orig_start": 10.1, "orig_stop": 10.85, "lvl": -27.815652886400255, "source": "ref", "sub_utt_num": 0 }, { "words": [ "earl", "john" ], "chapter_id": "139707", "utt_id": "1629-139707-0008", "start": 1.078, "stop": 1.938, "orig_file": "../LibriSpeech/train-clean-360/1629/139707/1629-139707-0008.flac", "orig_start": 4.64, "orig_stop": 5.5, "lvl": -26.85444243866885, "source": "ref", "sub_utt_num": 1 }, { "words": [ "<unk>" ], "chapter_id": "139707", "utt_id": "1629-139707-0008", "start": 1.985, "stop": 2.715, "orig_file": "../LibriSpeech/train-clean-360/1629/139707/1629-139707-0008.flac", "orig_start": 5.5, "orig_stop": 6.23, "lvl": -27.649419190078305, "source": "ref", "sub_utt_num": 2 }, { "words": [ "of", "all", "they", "possessed" ], "chapter_id": "139710", "utt_id": "1629-139710-0028", "start": 2.747, "stop": 3.697, "orig_file": "../LibriSpeech/train-clean-360/1629/139710/1629-139710-0028.flac", "orig_start": 2.84, "orig_stop": 3.79, "lvl": -28.12890707459743, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1629" }, "target_absent": false, "target_spk_id": "librispeech-1629", "target_spk_idx": 1067 }
mix_0003624_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003624", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "is", "possible" ], "chapter_id": "142752", "utt_id": "1826-142752-0041", "start": 0.32, "stop": 1.05, "orig_file": "../LibriSpeech/train-clean-360/1826/142752/1826-142752-0041.flac", "orig_start": 3.61, "orig_stop": 4.34, "lvl": -27.067365056524874, "source": "ref", "sub_utt_num": 0 }, { "words": [ "between", "the", "many", "worlds" ], "chapter_id": "142752", "utt_id": "1826-142752-0041", "start": 1.088, "stop": 2.328, "orig_file": "../LibriSpeech/train-clean-360/1826/142752/1826-142752-0041.flac", "orig_start": 4.75, "orig_stop": 5.99, "lvl": -26.89390357539432, "source": "ref", "sub_utt_num": 1 }, { "words": [ "which", "logic", "offers" ], "chapter_id": "142752", "utt_id": "1826-142752-0041", "start": 2.375, "stop": 3.605, "orig_file": "../LibriSpeech/train-clean-360/1826/142752/1826-142752-0041.flac", "orig_start": 5.99, "orig_stop": 7.22, "lvl": -26.189833862518956, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1826" }, "target_absent": false, "target_spk_id": "librispeech-1826", "target_spk_idx": 1102 }
mix_0003416_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003416", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-217", "target_spk_idx": 445 }
mix_0004888_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0004888", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "wax", "are", "found", "in" ], "chapter_id": "185457", "utt_id": "3977-185457-0016", "start": 0.382, "stop": 1.602, "orig_file": "../LibriSpeech/train-clean-360/3977/185457/3977-185457-0016.flac", "orig_start": 5.23, "orig_stop": 6.45, "lvl": -26.146923695864828, "source": "ref", "sub_utt_num": 0 }, { "words": [ "carry", "away", "the", "meal" ], "chapter_id": "185457", "utt_id": "3977-185457-0030", "start": 1.63, "stop": 2.95, "orig_file": "../LibriSpeech/train-clean-360/3977/185457/3977-185457-0030.flac", "orig_start": 2.88, "orig_stop": 4.2, "lvl": -26.36887536127623, "source": "ref", "sub_utt_num": 1 }, { "words": [ "honey" ], "chapter_id": "185457", "utt_id": "3977-185457-0006", "start": 2.986, "stop": 3.496, "orig_file": "../LibriSpeech/train-clean-360/3977/185457/3977-185457-0006.flac", "orig_start": 9.39, "orig_stop": 9.9, "lvl": -27.566591917284065, "source": "ref", "sub_utt_num": 2 }, { "words": [ "air" ], "chapter_id": "87547", "utt_id": "3977-87547-0008", "start": 3.527, "stop": 3.877, "orig_file": "../LibriSpeech/train-clean-360/3977/87547/3977-87547-0008.flac", "orig_start": 4.19, "orig_stop": 4.54, "lvl": -28.957639250364917, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-3977" }, "target_absent": false, "target_spk_id": "librispeech-3977", "target_spk_idx": 628 }
mix_0000014_10
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000014", "n_speakers": 2, "overlap": 1, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-3947", "target_spk_idx": 117 }
mix_0001774_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001774", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "for", "he", "is", "most", "anxious" ], "chapter_id": "135580", "utt_id": "1825-135580-0014", "start": 0.459, "stop": 1.729, "orig_file": "../LibriSpeech/train-clean-360/1825/135580/1825-135580-0014.flac", "orig_start": 0.18, "orig_stop": 1.45, "lvl": -31.850576721930217, "source": "ref", "sub_utt_num": 0 }, { "words": [ "to", "serve", "you" ], "chapter_id": "135580", "utt_id": "1825-135580-0014", "start": 1.775, "stop": 2.545, "orig_file": "../LibriSpeech/train-clean-360/1825/135580/1825-135580-0014.flac", "orig_start": 1.45, "orig_stop": 2.22, "lvl": -27.617764278626268, "source": "ref", "sub_utt_num": 1 }, { "words": [ "that", "i", "really" ], "chapter_id": "135580", "utt_id": "1825-135580-0014", "start": 2.568, "stop": 3.458, "orig_file": "../LibriSpeech/train-clean-360/1825/135580/1825-135580-0014.flac", "orig_start": 3.15, "orig_stop": 4.04, "lvl": -32.46915169178419, "source": "ref", "sub_utt_num": 2 }, { "words": [ "edward" ], "chapter_id": "135580", "utt_id": "1825-135580-0014", "start": 3.499, "stop": 3.889, "orig_file": "../LibriSpeech/train-clean-360/1825/135580/1825-135580-0014.flac", "orig_start": 5.23, "orig_stop": 5.62, "lvl": -31.79084804036851, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1825" }, "target_absent": false, "target_spk_id": "librispeech-1825", "target_spk_idx": 606 }
mix_0000229_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000229", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "world" ], "chapter_id": "133263", "utt_id": "1058-133263-0017", "start": 0.386, "stop": 0.936, "orig_file": "../LibriSpeech/train-clean-360/1058/133263/1058-133263-0017.flac", "orig_start": 1.12, "orig_stop": 1.67, "lvl": -27.90059811296192, "source": "ref", "sub_utt_num": 0 }, { "words": [ "formed" ], "chapter_id": "133263", "utt_id": "1058-133263-0017", "start": 0.978, "stop": 1.598, "orig_file": "../LibriSpeech/train-clean-360/1058/133263/1058-133263-0017.flac", "orig_start": 5.38, "orig_stop": 6, "lvl": -25.3303060512191, "source": "ref", "sub_utt_num": 1 }, { "words": [ "malice", "of" ], "chapter_id": "131113", "utt_id": "1058-131113-0023", "start": 1.635, "stop": 2.445, "orig_file": "../LibriSpeech/train-clean-360/1058/131113/1058-131113-0023.flac", "orig_start": 7.42, "orig_stop": 8.23, "lvl": -28.656390048851545, "source": "ref", "sub_utt_num": 2 }, { "words": [ "ulysses" ], "chapter_id": "131113", "utt_id": "1058-131113-0023", "start": 2.494, "stop": 3.254, "orig_file": "../LibriSpeech/train-clean-360/1058/131113/1058-131113-0023.flac", "orig_start": 8.23, "orig_stop": 8.99, "lvl": -26.634960416026992, "source": "ref", "sub_utt_num": 3 }, { "words": [ "just" ], "chapter_id": "131113", "utt_id": "1058-131113-0077", "start": 3.254, "stop": 3.834, "orig_file": "../LibriSpeech/train-clean-360/1058/131113/1058-131113-0077.flac", "orig_start": 7.59, "orig_stop": 8.17, "lvl": -31.189633655292152, "source": "ref", "sub_utt_num": 4 } ], "spk_id": "librispeech-1058" }, "target_absent": false, "target_spk_id": "librispeech-1058", "target_spk_idx": 266 }
mix_0000242_10
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000242", "n_speakers": 2, "overlap": 1, "ref": { "clips": [ { "words": [ "of", "the", "most", "diligent" ], "chapter_id": "291458", "utt_id": "8011-291458-0011", "start": 0.235, "stop": 1.135, "orig_file": "../LibriSpeech/train-clean-360/8011/291458/8011-291458-0011.flac", "orig_start": 1.71, "orig_stop": 2.61, "lvl": -25.280305887234064, "source": "ref", "sub_utt_num": 0 }, { "words": [ "ago", "in", "the", "character" ], "chapter_id": "280922", "utt_id": "8011-280922-0012", "start": 1.18, "stop": 2.48, "orig_file": "../LibriSpeech/train-clean-360/8011/280922/8011-280922-0012.flac", "orig_start": 5.11, "orig_stop": 6.41, "lvl": -30.483995711430236, "source": "ref", "sub_utt_num": 1 }, { "words": [ "of", "an", "imaginary", "person" ], "chapter_id": "280922", "utt_id": "8011-280922-0012", "start": 2.48, "stop": 3.86, "orig_file": "../LibriSpeech/train-clean-360/8011/280922/8011-280922-0012.flac", "orig_start": 6.41, "orig_stop": 7.79, "lvl": -32.493714469551705, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8011" }, "target_absent": false, "target_spk_id": "librispeech-8011", "target_spk_idx": 1002 }
mix_0001937_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001937", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "poems", "now", "omitted" ], "chapter_id": "285173", "utt_id": "8459-285173-0001", "start": 0.233, "stop": 1.493, "orig_file": "../LibriSpeech/train-clean-360/8459/285173/8459-285173-0001.flac", "orig_start": 8.98, "orig_stop": 10.24, "lvl": -30.955145491378644, "source": "ref", "sub_utt_num": 0 }, { "words": [ "imagination", "brooding" ], "chapter_id": "292348", "utt_id": "8459-292348-0004", "start": 1.529, "stop": 2.809, "orig_file": "../LibriSpeech/train-clean-360/8459/292348/8459-292348-0004.flac", "orig_start": 4.79, "orig_stop": 6.07, "lvl": -29.78283746277689, "source": "ref", "sub_utt_num": 1 }, { "words": [ "sore", "toe" ], "chapter_id": "285173", "utt_id": "8459-285173-0044", "start": 2.848, "stop": 3.568, "orig_file": "../LibriSpeech/train-clean-360/8459/285173/8459-285173-0044.flac", "orig_start": 2.71, "orig_stop": 3.43, "lvl": -25.032087466207823, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8459" }, "target_absent": false, "target_spk_id": "librispeech-8459", "target_spk_idx": 870 }
mix_0000961_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise" ], "mix_id": "mix_0000961", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "had", "awakened", "all", "that", "was" ], "chapter_id": "112058", "utt_id": "7981-112058-0018", "start": 0.467, "stop": 1.797, "orig_file": "../LibriSpeech/train-clean-360/7981/112058/7981-112058-0018.flac", "orig_start": 2.89, "orig_stop": 4.22, "lvl": -28.11520411422336, "source": "ref", "sub_utt_num": 0 }, { "words": [ "noblest", "in", "their" ], "chapter_id": "112058", "utt_id": "7981-112058-0018", "start": 1.822, "stop": 2.642, "orig_file": "../LibriSpeech/train-clean-360/7981/112058/7981-112058-0018.flac", "orig_start": 4.22, "orig_stop": 5.04, "lvl": -32.67539364043482, "source": "ref", "sub_utt_num": 1 }, { "words": [ "natures" ], "chapter_id": "112058", "utt_id": "7981-112058-0018", "start": 2.663, "stop": 3.293, "orig_file": "../LibriSpeech/train-clean-360/7981/112058/7981-112058-0018.flac", "orig_start": 5.04, "orig_stop": 5.67, "lvl": -31.39879171389785, "source": "ref", "sub_utt_num": 2 }, { "words": [ "attain", "it" ], "chapter_id": "112058", "utt_id": "7981-112058-0011", "start": 3.293, "stop": 3.843, "orig_file": "../LibriSpeech/train-clean-360/7981/112058/7981-112058-0011.flac", "orig_start": 9.75, "orig_stop": 10.3, "lvl": -32.283289007748365, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-7981" }, "target_absent": false, "target_spk_id": "librispeech-7981", "target_spk_idx": 1079 }
mix_0001842_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001842", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "marguerite's", "blue", "eyes" ], "chapter_id": "105390", "utt_id": "7688-105390-0033", "start": 0.403, "stop": 1.633, "orig_file": "../LibriSpeech/train-clean-360/7688/105390/7688-105390-0033.flac", "orig_start": 7.28, "orig_stop": 8.51, "lvl": -26.78209125508657, "source": "ref", "sub_utt_num": 0 }, { "words": [ "had", "twinkled", "with", "merriment", "at" ], "chapter_id": "105390", "utt_id": "7688-105390-0033", "start": 1.659, "stop": 3.019, "orig_file": "../LibriSpeech/train-clean-360/7688/105390/7688-105390-0033.flac", "orig_start": 8.51, "orig_stop": 9.87, "lvl": -25.379561785058428, "source": "ref", "sub_utt_num": 1 }, { "words": [ "stroke", "of", "the" ], "chapter_id": "105390", "utt_id": "7688-105390-0013", "start": 3.019, "stop": 3.849, "orig_file": "../LibriSpeech/train-clean-360/7688/105390/7688-105390-0013.flac", "orig_start": 8.91, "orig_stop": 9.74, "lvl": -26.94073346527943, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-7688" }, "target_absent": false, "target_spk_id": "librispeech-7688", "target_spk_idx": 484 }
mix_0001746_08
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator" ], "mix_id": "mix_0001746", "n_speakers": 2, "overlap": 0.8, "ref": { "clips": [ { "words": [ "community", "of", "honest" ], "chapter_id": "68762", "utt_id": "1649-68762-0030", "start": 0.304, "stop": 1.344, "orig_file": "../LibriSpeech/train-clean-360/1649/68762/1649-68762-0030.flac", "orig_start": 2.29, "orig_stop": 3.33, "lvl": -29.371456271454377, "source": "ref", "sub_utt_num": 0 }, { "words": [ "three", "packages", "for", "a" ], "chapter_id": "68762", "utt_id": "1649-68762-0030", "start": 1.366, "stop": 2.326, "orig_file": "../LibriSpeech/train-clean-360/1649/68762/1649-68762-0030.flac", "orig_start": 11.56, "orig_stop": 12.52, "lvl": -29.591687424070795, "source": "ref", "sub_utt_num": 1 }, { "words": [ "genius" ], "chapter_id": "5776", "utt_id": "1649-5776-0018", "start": 2.368, "stop": 2.908, "orig_file": "../LibriSpeech/train-clean-360/1649/5776/1649-5776-0018.flac", "orig_start": 4.55, "orig_stop": 5.09, "lvl": -31.051218977990523, "source": "ref", "sub_utt_num": 2 }, { "words": [ "but", "when", "all", "seemed" ], "chapter_id": "5776", "utt_id": "1649-5776-0023", "start": 2.95, "stop": 3.75, "orig_file": "../LibriSpeech/train-clean-360/1649/5776/1649-5776-0023.flac", "orig_start": 9.84, "orig_stop": 10.64, "lvl": -26.855139369433225, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1649" }, "target_absent": false, "target_spk_id": "librispeech-1649", "target_spk_idx": 657 }
mix_0004848_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0004848", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "he's", "an", "enemy", "i", "really" ], "chapter_id": "106969", "utt_id": "7704-106969-0022", "start": 0.391, "stop": 1.591, "orig_file": "../LibriSpeech/train-clean-360/7704/106969/7704-106969-0022.flac", "orig_start": 0.22, "orig_stop": 1.42, "lvl": -32.698495659770444, "source": "ref", "sub_utt_num": 0 }, { "words": [ "think", "it's", "our", "duty", "to", "do", "it" ], "chapter_id": "106969", "utt_id": "7704-106969-0022", "start": 1.628, "stop": 2.818, "orig_file": "../LibriSpeech/train-clean-360/7704/106969/7704-106969-0022.flac", "orig_start": 1.42, "orig_stop": 2.61, "lvl": -30.701721292380267, "source": "ref", "sub_utt_num": 1 }, { "words": [ "you", "stay", "here", "and", "watch", "me" ], "chapter_id": "106969", "utt_id": "7704-106969-0022", "start": 2.818, "stop": 3.868, "orig_file": "../LibriSpeech/train-clean-360/7704/106969/7704-106969-0022.flac", "orig_start": 3.13, "orig_stop": 4.18, "lvl": -30.499118537063676, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-7704" }, "target_absent": false, "target_spk_id": "librispeech-7704", "target_spk_idx": 764 }
mix_0002409_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0002409", "n_speakers": 1, "overlap": 0, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-6553", "target_spk_idx": 903 }
mix_0002560_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0002560", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "and", "i", "knew", "that", "i", "was", "about", "to" ], "chapter_id": "121799", "utt_id": "1413-121799-0027", "start": 0.332, "stop": 1.452, "orig_file": "../LibriSpeech/train-clean-360/1413/121799/1413-121799-0027.flac", "orig_start": 0.52, "orig_stop": 1.64, "lvl": -25.028518077755127, "source": "ref", "sub_utt_num": 0 }, { "words": [ "independent", "as", "his" ], "chapter_id": "121799", "utt_id": "1413-121799-0027", "start": 1.493, "stop": 2.453, "orig_file": "../LibriSpeech/train-clean-360/1413/121799/1413-121799-0027.flac", "orig_start": 4.01, "orig_stop": 4.97, "lvl": -28.20601712684799, "source": "ref", "sub_utt_num": 1 }, { "words": [ "invention", "had", "made", "my" ], "chapter_id": "121799", "utt_id": "1413-121799-0027", "start": 2.502, "stop": 3.622, "orig_file": "../LibriSpeech/train-clean-360/1413/121799/1413-121799-0027.flac", "orig_start": 4.97, "orig_stop": 6.09, "lvl": -28.495856569747602, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1413" }, "target_absent": false, "target_spk_id": "librispeech-1413", "target_spk_idx": 1127 }
mix_0002580_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0002580", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "a", "fact", "which", "amply" ], "chapter_id": "19366", "utt_id": "4629-19366-0027", "start": 0.333, "stop": 1.553, "orig_file": "../LibriSpeech/train-clean-360/4629/19366/4629-19366-0027.flac", "orig_start": 9.01, "orig_stop": 10.23, "lvl": -28.051771913197896, "source": "ref", "sub_utt_num": 0 }, { "words": [ "calculus" ], "chapter_id": "19366", "utt_id": "4629-19366-0046", "start": 1.588, "stop": 2.278, "orig_file": "../LibriSpeech/train-clean-360/4629/19366/4629-19366-0046.flac", "orig_start": 0.91, "orig_stop": 1.6, "lvl": -31.885658575571853, "source": "ref", "sub_utt_num": 1 }, { "words": [ "besides", "a", "good", "number", "of", "minor" ], "chapter_id": "19366", "utt_id": "4629-19366-0046", "start": 2.308, "stop": 3.688, "orig_file": "../LibriSpeech/train-clean-360/4629/19366/4629-19366-0046.flac", "orig_start": 2.24, "orig_stop": 3.62, "lvl": -25.048846198711715, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4629" }, "target_absent": false, "target_spk_id": "librispeech-4629", "target_spk_idx": 966 }
mix_0003854_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator" ], "mix_id": "mix_0003854", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "ledges", "were", "a" ], "chapter_id": "66176", "utt_id": "6269-66176-0006", "start": 0.434, "stop": 1.704, "orig_file": "../LibriSpeech/train-clean-360/6269/66176/6269-66176-0006.flac", "orig_start": 6.45, "orig_stop": 7.72, "lvl": -26.945648291150963, "source": "ref", "sub_utt_num": 0 }, { "words": [ "and", "that", "this", "hatred" ], "chapter_id": "66176", "utt_id": "6269-66176-0002", "start": 1.744, "stop": 2.924, "orig_file": "../LibriSpeech/train-clean-360/6269/66176/6269-66176-0002.flac", "orig_start": 3.28, "orig_stop": 4.46, "lvl": -29.1291861902663, "source": "ref", "sub_utt_num": 1 }, { "words": [ "miles" ], "chapter_id": "66176", "utt_id": "6269-66176-0002", "start": 2.969, "stop": 3.439, "orig_file": "../LibriSpeech/train-clean-360/6269/66176/6269-66176-0002.flac", "orig_start": 8.23, "orig_stop": 8.7, "lvl": -27.21396089707576, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-6269" }, "target_absent": false, "target_spk_id": "librispeech-6269", "target_spk_idx": 710 }
mix_0003926_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0003926", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "dukes" ], "chapter_id": "7884", "utt_id": "3551-7884-0038", "start": 0.454, "stop": 0.914, "orig_file": "../LibriSpeech/train-clean-360/3551/7884/3551-7884-0038.flac", "orig_start": 7.39, "orig_stop": 7.85, "lvl": -28.009941373461196, "source": "ref", "sub_utt_num": 0 }, { "words": [ "plans" ], "chapter_id": "7884", "utt_id": "3551-7884-0038", "start": 0.956, "stop": 1.516, "orig_file": "../LibriSpeech/train-clean-360/3551/7884/3551-7884-0038.flac", "orig_start": 14.09, "orig_stop": 14.65, "lvl": -31.654268655970057, "source": "ref", "sub_utt_num": 1 }, { "words": [ "heavy", "oak", "desk", "which" ], "chapter_id": "7887", "utt_id": "3551-7887-0035", "start": 1.562, "stop": 2.732, "orig_file": "../LibriSpeech/train-clean-360/3551/7887/3551-7887-0035.flac", "orig_start": 8.62, "orig_stop": 9.79, "lvl": -30.197608261064715, "source": "ref", "sub_utt_num": 2 }, { "words": [ "walls" ], "chapter_id": "7887", "utt_id": "3551-7887-0035", "start": 2.755, "stop": 3.285, "orig_file": "../LibriSpeech/train-clean-360/3551/7887/3551-7887-0035.flac", "orig_start": 12.39, "orig_stop": 12.92, "lvl": -28.082803989460288, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-3551" }, "target_absent": false, "target_spk_id": "librispeech-3551", "target_spk_idx": 273 }
mix_0001796_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0001796", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "forty", "brave", "comrades" ], "chapter_id": "11217", "utt_id": "4051-11217-0005", "start": 0.278, "stop": 1.528, "orig_file": "../LibriSpeech/train-clean-100/4051/11217/4051-11217-0005.flac", "orig_start": 9.18, "orig_stop": 10.43, "lvl": -31.778425185890516, "source": "ref", "sub_utt_num": 0 }, { "words": [ "he", "ought", "now", "to", "permit" ], "chapter_id": "11218", "utt_id": "4051-11218-0030", "start": 1.562, "stop": 2.672, "orig_file": "../LibriSpeech/train-clean-100/4051/11218/4051-11218-0030.flac", "orig_start": 5.9, "orig_stop": 7.01, "lvl": -26.706902299700882, "source": "ref", "sub_utt_num": 1 }, { "words": [ "and", "undulating", "through", "the" ], "chapter_id": "11218", "utt_id": "4051-11218-0052", "start": 2.672, "stop": 3.842, "orig_file": "../LibriSpeech/train-clean-100/4051/11218/4051-11218-0052.flac", "orig_start": 2.99, "orig_stop": 4.16, "lvl": -27.102446078465697, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4051" }, "target_absent": false, "target_spk_id": "librispeech-4051", "target_spk_idx": 32 }
mix_0005292_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0005292", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-2136", "target_spk_idx": 163 }
mix_0001854_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001854", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "suddenly", "added" ], "chapter_id": "10702", "utt_id": "3979-10702-0025", "start": 0.302, "stop": 1.172, "orig_file": "../LibriSpeech/train-clean-360/3979/10702/3979-10702-0025.flac", "orig_start": 3.99, "orig_stop": 4.86, "lvl": -30.725314705313075, "source": "ref", "sub_utt_num": 0 }, { "words": [ "besides", "the", "dishes", "i", "have" ], "chapter_id": "10702", "utt_id": "3979-10702-0025", "start": 1.215, "stop": 2.565, "orig_file": "../LibriSpeech/train-clean-360/3979/10702/3979-10702-0025.flac", "orig_start": 5.15, "orig_stop": 6.5, "lvl": -27.66738740840185, "source": "ref", "sub_utt_num": 1 }, { "words": [ "anything", "like", "it", "in", "the" ], "chapter_id": "10702", "utt_id": "3979-10702-0034", "start": 2.565, "stop": 3.795, "orig_file": "../LibriSpeech/train-clean-360/3979/10702/3979-10702-0034.flac", "orig_start": 1.44, "orig_stop": 2.67, "lvl": -29.755467048785057, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-3979" }, "target_absent": false, "target_spk_id": "librispeech-3979", "target_spk_idx": 640 }
mix_0004529_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0004529", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "had", "passed", "the", "four", "hundred" ], "chapter_id": "131722", "utt_id": "2774-131722-0021", "start": 0.463, "stop": 1.753, "orig_file": "../LibriSpeech/train-clean-360/2774/131722/2774-131722-0021.flac", "orig_start": 3.93, "orig_stop": 5.22, "lvl": -27.962151527853262, "source": "ref", "sub_utt_num": 0 }, { "words": [ "mill" ], "chapter_id": "131722", "utt_id": "2774-131722-0021", "start": 1.78, "stop": 2.21, "orig_file": "../LibriSpeech/train-clean-360/2774/131722/2774-131722-0021.flac", "orig_start": 6.3, "orig_stop": 6.73, "lvl": -31.901140566897, "source": "ref", "sub_utt_num": 1 }, { "words": [ "the", "concentrates", "came", "out" ], "chapter_id": "131722", "utt_id": "2774-131722-0021", "start": 2.24, "stop": 3.35, "orig_file": "../LibriSpeech/train-clean-360/2774/131722/2774-131722-0021.flac", "orig_start": 7.08, "orig_stop": 8.19, "lvl": -26.603582456838005, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-2774" }, "target_absent": false, "target_spk_id": "librispeech-2774", "target_spk_idx": 982 }
mix_0001017_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001017", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "considerably", "against" ], "chapter_id": "64290", "utt_id": "6426-64290-0014", "start": 0.213, "stop": 1.523, "orig_file": "../LibriSpeech/train-clean-360/6426/64290/6426-64290-0014.flac", "orig_start": 1.14, "orig_stop": 2.45, "lvl": -32.786832070198635, "source": "ref", "sub_utt_num": 0 }, { "words": [ "disinclined", "to", "go", "this" ], "chapter_id": "64290", "utt_id": "6426-64290-0014", "start": 1.557, "stop": 2.797, "orig_file": "../LibriSpeech/train-clean-360/6426/64290/6426-64290-0014.flac", "orig_start": 5.26, "orig_stop": 6.5, "lvl": -25.25091450814523, "source": "ref", "sub_utt_num": 1 }, { "words": [ "about", "the", "ring" ], "chapter_id": "64290", "utt_id": "6426-64290-0014", "start": 2.819, "stop": 3.509, "orig_file": "../LibriSpeech/train-clean-360/6426/64290/6426-64290-0014.flac", "orig_start": 9.07, "orig_stop": 9.76, "lvl": -27.60766177884276, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-6426" }, "target_absent": false, "target_spk_id": "librispeech-6426", "target_spk_idx": 756 }
mix_0001900_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001900", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "he", "remained", "up", "stairs" ], "chapter_id": "147149", "utt_id": "1993-147149-0021", "start": 0.26, "stop": 1.33, "orig_file": "../LibriSpeech/dev-clean/1993/147149/1993-147149-0021.flac", "orig_start": 0.51, "orig_stop": 1.58, "lvl": -32.4171881774661, "source": "ref", "sub_utt_num": 0 }, { "words": [ "she", "need", "have", "no", "fear", "of" ], "chapter_id": "147149", "utt_id": "1993-147149-0021", "start": 1.359, "stop": 2.589, "orig_file": "../LibriSpeech/dev-clean/1993/147149/1993-147149-0021.flac", "orig_start": 3.94, "orig_stop": 5.17, "lvl": -31.054724362271006, "source": "ref", "sub_utt_num": 1 }, { "words": [ "mister", "<unk>" ], "chapter_id": "147965", "utt_id": "1993-147965-0005", "start": 2.635, "stop": 3.635, "orig_file": "../LibriSpeech/dev-clean/1993/147965/1993-147965-0005.flac", "orig_start": 3.13, "orig_stop": 4.13, "lvl": -26.654590872403976, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1993" }, "target_absent": false, "target_spk_id": "librispeech-1993", "target_spk_idx": 1179 }
mix_0005713_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "room_simulator" ], "mix_id": "mix_0005713", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "man", "ever", "will", "in", "print" ], "chapter_id": "292252", "utt_id": "8825-292252-0034", "start": 0.217, "stop": 1.557, "orig_file": "../LibriSpeech/train-clean-360/8825/292252/8825-292252-0034.flac", "orig_start": 8.34, "orig_stop": 9.68, "lvl": -32.63691585630988, "source": "ref", "sub_utt_num": 0 }, { "words": [ "inviolate", "the", "memory", "of" ], "chapter_id": "292253", "utt_id": "8825-292253-0050", "start": 1.582, "stop": 2.902, "orig_file": "../LibriSpeech/train-clean-360/8825/292253/8825-292253-0050.flac", "orig_start": 1.09, "orig_stop": 2.41, "lvl": -31.142820333343856, "source": "ref", "sub_utt_num": 1 }, { "words": [ "colorado" ], "chapter_id": "292253", "utt_id": "8825-292253-0003", "start": 2.939, "stop": 3.669, "orig_file": "../LibriSpeech/train-clean-360/8825/292253/8825-292253-0003.flac", "orig_start": 10.83, "orig_stop": 11.56, "lvl": -25.631461721933746, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8825" }, "target_absent": false, "target_spk_id": "librispeech-8825", "target_spk_idx": 942 }
mix_0001621_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001621", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "at", "all", "offended" ], "chapter_id": "68772", "utt_id": "6818-68772-0047", "start": 0.434, "stop": 1.474, "orig_file": "../LibriSpeech/train-clean-100/6818/68772/6818-68772-0047.flac", "orig_start": 2.8, "orig_stop": 3.84, "lvl": -28.09386601732988, "source": "ref", "sub_utt_num": 0 }, { "words": [ "and", "after", "an", "effort" ], "chapter_id": "76332", "utt_id": "6818-76332-0030", "start": 1.512, "stop": 2.842, "orig_file": "../LibriSpeech/train-clean-100/6818/76332/6818-76332-0030.flac", "orig_start": 0.39, "orig_stop": 1.72, "lvl": -29.08493481413518, "source": "ref", "sub_utt_num": 1 }, { "words": [ "to", "her", "stood" ], "chapter_id": "76332", "utt_id": "6818-76332-0030", "start": 2.884, "stop": 3.624, "orig_file": "../LibriSpeech/train-clean-100/6818/76332/6818-76332-0030.flac", "orig_start": 6.1, "orig_stop": 6.84, "lvl": -27.0893125295905, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-6818" }, "target_absent": false, "target_spk_id": "librispeech-6818", "target_spk_idx": 12 }
mix_0003178_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator", "gaussian_noise" ], "mix_id": "mix_0003178", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "but", "your", "families" ], "chapter_id": "19188", "utt_id": "4640-19188-0019", "start": 0.23, "stop": 1.2, "orig_file": "../LibriSpeech/train-clean-100/4640/19188/4640-19188-0019.flac", "orig_start": 0.09, "orig_stop": 1.06, "lvl": -26.895558284202686, "source": "ref", "sub_utt_num": 0 }, { "words": [ "here", "is", "a", "pretty" ], "chapter_id": "19188", "utt_id": "4640-19188-0019", "start": 1.241, "stop": 2.281, "orig_file": "../LibriSpeech/train-clean-100/4640/19188/4640-19188-0019.flac", "orig_start": 4.89, "orig_stop": 5.93, "lvl": -32.63860776386102, "source": "ref", "sub_utt_num": 1 }, { "words": [ "hullo" ], "chapter_id": "19187", "utt_id": "4640-19187-0018", "start": 2.304, "stop": 2.894, "orig_file": "../LibriSpeech/train-clean-100/4640/19187/4640-19187-0018.flac", "orig_start": 4.36, "orig_stop": 4.95, "lvl": -29.87401916155606, "source": "ref", "sub_utt_num": 2 }, { "words": [ "and", "so", "he", "made", "the" ], "chapter_id": "19187", "utt_id": "4640-19187-0018", "start": 2.894, "stop": 3.824, "orig_file": "../LibriSpeech/train-clean-100/4640/19187/4640-19187-0018.flac", "orig_start": 7.23, "orig_stop": 8.16, "lvl": -31.705969720461688, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-4640" }, "target_absent": false, "target_spk_id": "librispeech-4640", "target_spk_idx": 80 }
mix_0003472_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003472", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "mist" ], "chapter_id": "103126", "utt_id": "7416-103126-0085", "start": 0.431, "stop": 0.871, "orig_file": "../LibriSpeech/train-clean-360/7416/103126/7416-103126-0085.flac", "orig_start": 5.2, "orig_stop": 5.64, "lvl": -30.295588214044184, "source": "ref", "sub_utt_num": 0 }, { "words": [ "him", "but", "the", "sigh", "of", "the" ], "chapter_id": "103126", "utt_id": "7416-103126-0085", "start": 0.896, "stop": 1.906, "orig_file": "../LibriSpeech/train-clean-360/7416/103126/7416-103126-0085.flac", "orig_start": 7.32, "orig_stop": 8.33, "lvl": -26.847206794570198, "source": "ref", "sub_utt_num": 1 }, { "words": [ "this" ], "chapter_id": "103126", "utt_id": "7416-103126-0085", "start": 1.93, "stop": 2.16, "orig_file": "../LibriSpeech/train-clean-360/7416/103126/7416-103126-0085.flac", "orig_start": 11.82, "orig_stop": 12.05, "lvl": -31.837657106987233, "source": "ref", "sub_utt_num": 2 }, { "words": [ "scrape" ], "chapter_id": "103126", "utt_id": "7416-103126-0085", "start": 2.185, "stop": 2.835, "orig_file": "../LibriSpeech/train-clean-360/7416/103126/7416-103126-0085.flac", "orig_start": 14.19, "orig_stop": 14.84, "lvl": -27.90010972526103, "source": "ref", "sub_utt_num": 3 }, { "words": [ "jupiter" ], "chapter_id": "103126", "utt_id": "7416-103126-0078", "start": 2.871, "stop": 3.441, "orig_file": "../LibriSpeech/train-clean-360/7416/103126/7416-103126-0078.flac", "orig_start": 14.99, "orig_stop": 15.56, "lvl": -25.08987874670307, "source": "ref", "sub_utt_num": 4 } ], "spk_id": "librispeech-7416" }, "target_absent": false, "target_spk_id": "librispeech-7416", "target_spk_idx": 861 }
mix_0000722_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0000722", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "that", "he", "found", "on", "the" ], "chapter_id": "359", "utt_id": "730-359-0034", "start": 0.372, "stop": 1.512, "orig_file": "../LibriSpeech/train-clean-100/730/359/730-359-0034.flac", "orig_start": 0.15, "orig_stop": 1.29, "lvl": -32.435862868723156, "source": "ref", "sub_utt_num": 0 }, { "words": [ "more", "sorrowful" ], "chapter_id": "359", "utt_id": "730-359-0028", "start": 1.536, "stop": 2.506, "orig_file": "../LibriSpeech/train-clean-100/730/359/730-359-0028.flac", "orig_start": 1.87, "orig_stop": 2.84, "lvl": -29.92701750360385, "source": "ref", "sub_utt_num": 1 }, { "words": [ "village" ], "chapter_id": "358", "utt_id": "730-358-0035", "start": 2.545, "stop": 3.075, "orig_file": "../LibriSpeech/train-clean-100/730/358/730-358-0035.flac", "orig_start": 4.86, "orig_stop": 5.39, "lvl": -27.66757291558605, "source": "ref", "sub_utt_num": 2 }, { "words": [ "desolate" ], "chapter_id": "358", "utt_id": "730-358-0006", "start": 3.1, "stop": 3.65, "orig_file": "../LibriSpeech/train-clean-100/730/358/730-358-0006.flac", "orig_start": 2.9, "orig_stop": 3.45, "lvl": -32.199785286405564, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-730" }, "target_absent": false, "target_spk_id": "librispeech-730", "target_spk_idx": 17 }
mix_0002840_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0002840", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "eyes" ], "chapter_id": "102420", "utt_id": "7511-102420-0022", "start": 0.256, "stop": 0.856, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0022.flac", "orig_start": 3.21, "orig_stop": 3.81, "lvl": -26.163222321821895, "source": "ref", "sub_utt_num": 0 }, { "words": [ "grove", "was", "moving" ], "chapter_id": "102420", "utt_id": "7511-102420-0022", "start": 0.899, "stop": 1.709, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0022.flac", "orig_start": 7.05, "orig_stop": 7.86, "lvl": -29.370863745681667, "source": "ref", "sub_utt_num": 1 }, { "words": [ "and", "i", "could", "plainly", "hear", "the" ], "chapter_id": "102420", "utt_id": "7511-102420-0022", "start": 1.738, "stop": 2.928, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0022.flac", "orig_start": 10.67, "orig_stop": 11.86, "lvl": -26.881670030826434, "source": "ref", "sub_utt_num": 2 }, { "words": [ "camp" ], "chapter_id": "102420", "utt_id": "7511-102420-0040", "start": 2.953, "stop": 3.513, "orig_file": "../LibriSpeech/train-clean-100/7511/102420/7511-102420-0040.flac", "orig_start": 13.81, "orig_stop": 14.37, "lvl": -31.39167909098585, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-7511" }, "target_absent": false, "target_spk_id": "librispeech-7511", "target_spk_idx": 105 }
mix_0002161_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0002161", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "and", "a", "very", "pleasant" ], "chapter_id": "147159", "utt_id": "2882-147159-0088", "start": 0.232, "stop": 1.292, "orig_file": "../LibriSpeech/train-clean-360/2882/147159/2882-147159-0088.flac", "orig_start": 0.15, "orig_stop": 1.21, "lvl": -28.65386035835076, "source": "ref", "sub_utt_num": 0 }, { "words": [ "suggested", "mary" ], "chapter_id": "147159", "utt_id": "2882-147159-0088", "start": 1.32, "stop": 2.42, "orig_file": "../LibriSpeech/train-clean-360/2882/147159/2882-147159-0088.flac", "orig_start": 8.15, "orig_stop": 9.25, "lvl": -29.848686313208123, "source": "ref", "sub_utt_num": 1 }, { "words": [ "that" ], "chapter_id": "147159", "utt_id": "2882-147159-0088", "start": 2.451, "stop": 2.841, "orig_file": "../LibriSpeech/train-clean-360/2882/147159/2882-147159-0088.flac", "orig_start": 11.25, "orig_stop": 11.64, "lvl": -25.26769640418939, "source": "ref", "sub_utt_num": 2 }, { "words": [ "i", "don't", "know" ], "chapter_id": "147159", "utt_id": "2882-147159-0024", "start": 2.864, "stop": 3.614, "orig_file": "../LibriSpeech/train-clean-360/2882/147159/2882-147159-0024.flac", "orig_start": 1.16, "orig_stop": 1.91, "lvl": -29.657825402717542, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-2882" }, "target_absent": false, "target_spk_id": "librispeech-2882", "target_spk_idx": 745 }
mix_0000317_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000317", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "unfortunate", "children" ], "chapter_id": "73075", "utt_id": "6690-73075-0014", "start": 0.404, "stop": 1.554, "orig_file": "../LibriSpeech/train-clean-360/6690/73075/6690-73075-0014.flac", "orig_start": 2.57, "orig_stop": 3.72, "lvl": -31.581212516133007, "source": "ref", "sub_utt_num": 0 }, { "words": [ "kindly", "easy", "going" ], "chapter_id": "73075", "utt_id": "6690-73075-0014", "start": 1.576, "stop": 2.816, "orig_file": "../LibriSpeech/train-clean-360/6690/73075/6690-73075-0014.flac", "orig_start": 9.37, "orig_stop": 10.61, "lvl": -25.51998113093699, "source": "ref", "sub_utt_num": 1 }, { "words": [ "a", "sub", "sect" ], "chapter_id": "73073", "utt_id": "6690-73073-0048", "start": 2.86, "stop": 3.66, "orig_file": "../LibriSpeech/train-clean-360/6690/73073/6690-73073-0048.flac", "orig_start": 1.9, "orig_stop": 2.7, "lvl": -31.845243204136505, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-6690" }, "target_absent": false, "target_spk_id": "librispeech-6690", "target_spk_idx": 1112 }
mix_0001979_08
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "room_simulator" ], "mix_id": "mix_0001979", "n_speakers": 2, "overlap": 0.8, "ref": { "clips": [ { "words": [ "to", "miss", "joy", "young" ], "chapter_id": "158077", "utt_id": "4088-158077-0091", "start": 0.291, "stop": 1.231, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0091.flac", "orig_start": 1.48, "orig_stop": 2.42, "lvl": -32.232324972658745, "source": "ref", "sub_utt_num": 0 }, { "words": [ "orders", "had", "been", "received" ], "chapter_id": "158077", "utt_id": "4088-158077-0091", "start": 1.255, "stop": 2.425, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0091.flac", "orig_start": 3.99, "orig_stop": 5.16, "lvl": -26.284001049629982, "source": "ref", "sub_utt_num": 1 }, { "words": [ "to", "make", "ready", "for", "the" ], "chapter_id": "158077", "utt_id": "4088-158077-0091", "start": 2.457, "stop": 3.597, "orig_file": "../LibriSpeech/train-clean-100/4088/158077/4088-158077-0091.flac", "orig_start": 9.43, "orig_stop": 10.57, "lvl": -27.092808450909, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4088" }, "target_absent": false, "target_spk_id": "librispeech-4088", "target_spk_idx": 73 }
mix_0000408_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000408", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "ox", "now", "when", "the" ], "chapter_id": "163518", "utt_id": "3274-163518-0028", "start": 0.392, "stop": 1.722, "orig_file": "../LibriSpeech/train-clean-360/3274/163518/3274-163518-0028.flac", "orig_start": 5.46, "orig_stop": 6.79, "lvl": -26.02117871689224, "source": "ref", "sub_utt_num": 0 }, { "words": [ "lost", "this", "ox", "too" ], "chapter_id": "163518", "utt_id": "3274-163518-0028", "start": 1.766, "stop": 2.996, "orig_file": "../LibriSpeech/train-clean-360/3274/163518/3274-163518-0028.flac", "orig_start": 8.06, "orig_stop": 9.29, "lvl": -32.270436508251976, "source": "ref", "sub_utt_num": 1 }, { "words": [ "as", "though", "the", "piece", "were" ], "chapter_id": "167022", "utt_id": "3274-167022-0028", "start": 2.996, "stop": 3.836, "orig_file": "../LibriSpeech/train-clean-360/3274/167022/3274-167022-0028.flac", "orig_start": 4.42, "orig_stop": 5.26, "lvl": -25.561248951645474, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-3274" }, "target_absent": false, "target_spk_id": "librispeech-3274", "target_spk_idx": 369 }
mix_0000817_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000817", "n_speakers": 1, "overlap": 0, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-7594", "target_spk_idx": 363 }
mix_0000528_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0000528", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "the", "very", "tree", "from" ], "chapter_id": "142933", "utt_id": "1624-142933-0009", "start": 0.34, "stop": 1.58, "orig_file": "../LibriSpeech/train-clean-100/1624/142933/1624-142933-0009.flac", "orig_start": 6.57, "orig_stop": 7.81, "lvl": -26.760945063913095, "source": "ref", "sub_utt_num": 0 }, { "words": [ "for", "a", "short", "distance" ], "chapter_id": "142933", "utt_id": "1624-142933-0038", "start": 1.604, "stop": 2.724, "orig_file": "../LibriSpeech/train-clean-100/1624/142933/1624-142933-0038.flac", "orig_start": 1.67, "orig_stop": 2.79, "lvl": -28.7548615460248, "source": "ref", "sub_utt_num": 1 }, { "words": [ "would", "happen" ], "chapter_id": "142933", "utt_id": "1624-142933-0038", "start": 2.745, "stop": 3.335, "orig_file": "../LibriSpeech/train-clean-100/1624/142933/1624-142933-0038.flac", "orig_start": 4.26, "orig_stop": 4.85, "lvl": -25.34258906030204, "source": "ref", "sub_utt_num": 2 }, { "words": [ "peter" ], "chapter_id": "142933", "utt_id": "1624-142933-0031", "start": 3.335, "stop": 3.815, "orig_file": "../LibriSpeech/train-clean-100/1624/142933/1624-142933-0031.flac", "orig_start": 6.98, "orig_stop": 7.46, "lvl": -27.33678504097716, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1624" }, "target_absent": false, "target_spk_id": "librispeech-1624", "target_spk_idx": 102 }
mix_0004898_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0004898", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-3221", "target_spk_idx": 453 }
mix_0005373_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0005373", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "wagonette", "which", "conveyed", "the" ], "chapter_id": "6379", "utt_id": "1578-6379-0001", "start": 0.446, "stop": 1.706, "orig_file": "../LibriSpeech/train-clean-100/1578/6379/1578-6379-0001.flac", "orig_start": 10.99, "orig_stop": 12.25, "lvl": -25.267628890184145, "source": "ref", "sub_utt_num": 0 }, { "words": [ "hint", "of", "everything", "in", "the", "girl's" ], "chapter_id": "140049", "utt_id": "1578-140049-0037", "start": 1.731, "stop": 3.111, "orig_file": "../LibriSpeech/train-clean-100/1578/140049/1578-140049-0037.flac", "orig_start": 7.44, "orig_stop": 8.82, "lvl": -29.71141190673423, "source": "ref", "sub_utt_num": 1 }, { "words": [ "breath" ], "chapter_id": "6379", "utt_id": "1578-6379-0010", "start": 3.141, "stop": 3.581, "orig_file": "../LibriSpeech/train-clean-100/1578/6379/1578-6379-0010.flac", "orig_start": 4.63, "orig_stop": 5.07, "lvl": -27.43607732341622, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1578" }, "target_absent": false, "target_spk_id": "librispeech-1578", "target_spk_idx": 60 }
mix_0000499_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000499", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "seemed", "to", "be", "men", "in", "the", "red" ], "chapter_id": "139307", "utt_id": "1052-139307-0009", "start": 0.49, "stop": 1.58, "orig_file": "../LibriSpeech/train-clean-360/1052/139307/1052-139307-0009.flac", "orig_start": 6.95, "orig_stop": 8.04, "lvl": -26.72292396963187, "source": "ref", "sub_utt_num": 0 }, { "words": [ "moving", "ways", "did", "not", "appear" ], "chapter_id": "139307", "utt_id": "1052-139307-0009", "start": 1.622, "stop": 2.992, "orig_file": "../LibriSpeech/train-clean-360/1052/139307/1052-139307-0009.flac", "orig_start": 11.73, "orig_stop": 13.1, "lvl": -25.615797944150778, "source": "ref", "sub_utt_num": 1 }, { "words": [ "unquiet" ], "chapter_id": "132776", "utt_id": "1052-132776-0022", "start": 3.039, "stop": 3.679, "orig_file": "../LibriSpeech/train-clean-360/1052/132776/1052-132776-0022.flac", "orig_start": 4.39, "orig_stop": 5.03, "lvl": -26.464740843994463, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-1052" }, "target_absent": false, "target_spk_id": "librispeech-1052", "target_spk_idx": 751 }
mix_0002701_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator" ], "mix_id": "mix_0002701", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "wisely", "managed", "will", "save" ], "chapter_id": "138047", "utt_id": "2127-138047-0026", "start": 0.293, "stop": 1.603, "orig_file": "../LibriSpeech/train-clean-360/2127/138047/2127-138047-0026.flac", "orig_start": 8.43, "orig_stop": 9.74, "lvl": -32.94445455898448, "source": "ref", "sub_utt_num": 0 }, { "words": [ "malice", "that", "no", "station" ], "chapter_id": "138047", "utt_id": "2127-138047-0026", "start": 1.646, "stop": 3.036, "orig_file": "../LibriSpeech/train-clean-360/2127/138047/2127-138047-0026.flac", "orig_start": 10.74, "orig_stop": 12.13, "lvl": -31.664243795656525, "source": "ref", "sub_utt_num": 1 }, { "words": [ "not", "pigs" ], "chapter_id": "138047", "utt_id": "2127-138047-0025", "start": 3.082, "stop": 3.772, "orig_file": "../LibriSpeech/train-clean-360/2127/138047/2127-138047-0025.flac", "orig_start": 5.06, "orig_stop": 5.75, "lvl": -28.16738233981769, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-2127" }, "target_absent": false, "target_spk_id": "librispeech-2127", "target_spk_idx": 555 }
mix_0004098_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0004098", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "remain", "with", "your", "tonia" ], "chapter_id": "282926", "utt_id": "8404-282926-0086", "start": 0.257, "stop": 1.537, "orig_file": "../LibriSpeech/train-clean-360/8404/282926/8404-282926-0086.flac", "orig_start": 11.24, "orig_stop": 12.52, "lvl": -31.86772400515038, "source": "ref", "sub_utt_num": 0 }, { "words": [ "no", "one", "will", "find", "you", "here" ], "chapter_id": "282926", "utt_id": "8404-282926-0086", "start": 1.586, "stop": 2.956, "orig_file": "../LibriSpeech/train-clean-360/8404/282926/8404-282926-0086.flac", "orig_start": 12.79, "orig_stop": 14.16, "lvl": -26.468401359809448, "source": "ref", "sub_utt_num": 1 }, { "words": [ "shots" ], "chapter_id": "282926", "utt_id": "8404-282926-0105", "start": 2.986, "stop": 3.566, "orig_file": "../LibriSpeech/train-clean-360/8404/282926/8404-282926-0105.flac", "orig_start": 1.11, "orig_stop": 1.69, "lvl": -25.194060454358954, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8404" }, "target_absent": false, "target_spk_id": "librispeech-8404", "target_spk_idx": 842 }
mix_0000871_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "room_simulator" ], "mix_id": "mix_0000871", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "intimate", "pain", "which" ], "chapter_id": "122443", "utt_id": "217-122443-0040", "start": 0.341, "stop": 1.491, "orig_file": "../LibriSpeech/train-clean-360/217/122443/217-122443-0040.flac", "orig_start": 11.19, "orig_stop": 12.34, "lvl": -30.342611500082477, "source": "ref", "sub_utt_num": 0 }, { "words": [ "on", "certain", "occasions" ], "chapter_id": "122443", "utt_id": "217-122443-0040", "start": 1.54, "stop": 2.67, "orig_file": "../LibriSpeech/train-clean-360/217/122443/217-122443-0040.flac", "orig_start": 12.52, "orig_stop": 13.65, "lvl": -32.47033701953704, "source": "ref", "sub_utt_num": 1 }, { "words": [ "takes", "possession", "of", "our" ], "chapter_id": "122443", "utt_id": "217-122443-0040", "start": 2.692, "stop": 3.812, "orig_file": "../LibriSpeech/train-clean-360/217/122443/217-122443-0040.flac", "orig_start": 13.87, "orig_stop": 14.99, "lvl": -32.640872291733885, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-217" }, "target_absent": false, "target_spk_id": "librispeech-217", "target_spk_idx": 445 }
mix_0000440_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000440", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "aroused", "startled" ], "chapter_id": "285135", "utt_id": "8592-285135-0047", "start": 0.367, "stop": 1.707, "orig_file": "../LibriSpeech/train-clean-360/8592/285135/8592-285135-0047.flac", "orig_start": 5.26, "orig_stop": 6.6, "lvl": -25.379593047154707, "source": "ref", "sub_utt_num": 0 }, { "words": [ "fascinated" ], "chapter_id": "285135", "utt_id": "8592-285135-0047", "start": 1.752, "stop": 2.532, "orig_file": "../LibriSpeech/train-clean-360/8592/285135/8592-285135-0047.flac", "orig_start": 6.6, "orig_stop": 7.38, "lvl": -28.861301669855298, "source": "ref", "sub_utt_num": 1 }, { "words": [ "cravats", "and" ], "chapter_id": "285135", "utt_id": "8592-285135-0019", "start": 2.567, "stop": 3.367, "orig_file": "../LibriSpeech/train-clean-360/8592/285135/8592-285135-0019.flac", "orig_start": 5.43, "orig_stop": 6.23, "lvl": -28.99537291975504, "source": "ref", "sub_utt_num": 2 }, { "words": [ "day" ], "chapter_id": "285135", "utt_id": "8592-285135-0006", "start": 3.416, "stop": 3.766, "orig_file": "../LibriSpeech/train-clean-360/8592/285135/8592-285135-0006.flac", "orig_start": 5.55, "orig_stop": 5.9, "lvl": -32.98477114010309, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-8592" }, "target_absent": false, "target_spk_id": "librispeech-8592", "target_spk_idx": 646 }
mix_0004672_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0004672", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "here" ], "chapter_id": "142318", "utt_id": "1705-142318-0011", "start": 0.387, "stop": 0.867, "orig_file": "../LibriSpeech/train-clean-360/1705/142318/1705-142318-0011.flac", "orig_start": 3.69, "orig_stop": 4.17, "lvl": -29.26048353407763, "source": "ref", "sub_utt_num": 0 }, { "words": [ "pretty", "much", "for", "the", "sake", "of" ], "chapter_id": "142318", "utt_id": "1705-142318-0097", "start": 0.903, "stop": 2.223, "orig_file": "../LibriSpeech/train-clean-360/1705/142318/1705-142318-0097.flac", "orig_start": 1.52, "orig_stop": 2.84, "lvl": -29.791230366588824, "source": "ref", "sub_utt_num": 1 }, { "words": [ "together" ], "chapter_id": "142318", "utt_id": "1705-142318-0097", "start": 2.265, "stop": 2.815, "orig_file": "../LibriSpeech/train-clean-360/1705/142318/1705-142318-0097.flac", "orig_start": 6.73, "orig_stop": 7.28, "lvl": -28.064638338872744, "source": "ref", "sub_utt_num": 2 }, { "words": [ "five", "years" ], "chapter_id": "142318", "utt_id": "1705-142318-0102", "start": 2.848, "stop": 3.548, "orig_file": "../LibriSpeech/train-clean-360/1705/142318/1705-142318-0102.flac", "orig_start": 14.83, "orig_stop": 15.53, "lvl": -27.75530151602092, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1705" }, "target_absent": false, "target_spk_id": "librispeech-1705", "target_spk_idx": 561 }
mix_0000736_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000736", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-1425", "target_spk_idx": 1120 }
mix_0005406_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0005406", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "majority", "in", "the", "upper" ], "chapter_id": "274369", "utt_id": "8226-274369-0016", "start": 0.313, "stop": 1.433, "orig_file": "../LibriSpeech/train-clean-100/8226/274369/8226-274369-0016.flac", "orig_start": 6.85, "orig_stop": 7.97, "lvl": -29.05385383844775, "source": "ref", "sub_utt_num": 0 }, { "words": [ "had", "recourse", "to", "the" ], "chapter_id": "274369", "utt_id": "8226-274369-0016", "start": 1.468, "stop": 2.508, "orig_file": "../LibriSpeech/train-clean-100/8226/274369/8226-274369-0016.flac", "orig_start": 9.33, "orig_stop": 10.37, "lvl": -30.232297679774973, "source": "ref", "sub_utt_num": 1 }, { "words": [ "on", "other", "occasions", "had" ], "chapter_id": "274369", "utt_id": "8226-274369-0016", "start": 2.508, "stop": 3.888, "orig_file": "../LibriSpeech/train-clean-100/8226/274369/8226-274369-0016.flac", "orig_start": 11.74, "orig_stop": 13.12, "lvl": -27.818784281330217, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8226" }, "target_absent": false, "target_spk_id": "librispeech-8226", "target_spk_idx": 75 }
mix_0002421_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0002421", "n_speakers": 1, "overlap": 0, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-7828", "target_spk_idx": 410 }
mix_0002595_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0002595", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "such", "as", "it", "was", "it", "did" ], "chapter_id": "123268", "utt_id": "882-123268-0027", "start": 0.34, "stop": 1.73, "orig_file": "../LibriSpeech/train-clean-360/882/123268/882-123268-0027.flac", "orig_start": 0.5, "orig_stop": 1.89, "lvl": -31.942300040854295, "source": "ref", "sub_utt_num": 0 }, { "words": [ "facility", "and", "even" ], "chapter_id": "123268", "utt_id": "882-123268-0027", "start": 1.756, "stop": 3.146, "orig_file": "../LibriSpeech/train-clean-360/882/123268/882-123268-0027.flac", "orig_start": 6.95, "orig_stop": 8.34, "lvl": -30.47692410471686, "source": "ref", "sub_utt_num": 1 }, { "words": [ "ascent" ], "chapter_id": "123268", "utt_id": "882-123268-0027", "start": 3.172, "stop": 3.662, "orig_file": "../LibriSpeech/train-clean-360/882/123268/882-123268-0027.flac", "orig_start": 12.89, "orig_stop": 13.38, "lvl": -29.61686720333723, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-882" }, "target_absent": false, "target_spk_id": "librispeech-882", "target_spk_idx": 886 }
mix_0000472_08
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000472", "n_speakers": 2, "overlap": 0.8, "ref": { "clips": [ { "words": [ "<unk>", "s" ], "chapter_id": "145458", "utt_id": "254-145458-0021", "start": 0.245, "stop": 1.165, "orig_file": "../LibriSpeech/train-clean-100/254/145458/254-145458-0021.flac", "orig_start": 0.83, "orig_stop": 1.75, "lvl": -26.32933250482408, "source": "ref", "sub_utt_num": 0 }, { "words": [ "damage" ], "chapter_id": "145458", "utt_id": "254-145458-0021", "start": 1.2, "stop": 1.92, "orig_file": "../LibriSpeech/train-clean-100/254/145458/254-145458-0021.flac", "orig_start": 14.54, "orig_stop": 15.26, "lvl": -29.151628712660575, "source": "ref", "sub_utt_num": 1 }, { "words": [ "divine", "truth" ], "chapter_id": "12312", "utt_id": "254-12312-0017", "start": 1.951, "stop": 2.881, "orig_file": "../LibriSpeech/train-clean-100/254/12312/254-12312-0017.flac", "orig_start": 3.97, "orig_stop": 4.9, "lvl": -30.56790559881274, "source": "ref", "sub_utt_num": 2 }, { "words": [ "exposition" ], "chapter_id": "12312", "utt_id": "254-12312-0017", "start": 2.913, "stop": 3.783, "orig_file": "../LibriSpeech/train-clean-100/254/12312/254-12312-0017.flac", "orig_start": 9.71, "orig_stop": 10.58, "lvl": -29.906354011051846, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-254" }, "target_absent": false, "target_spk_id": "librispeech-254", "target_spk_idx": 192 }
mix_0003009_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003009", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "reason", "why", "anything" ], "chapter_id": "124550", "utt_id": "1246-124550-0021", "start": 0.32, "stop": 1.6, "orig_file": "../LibriSpeech/train-clean-100/1246/124550/1246-124550-0021.flac", "orig_start": 2.75, "orig_stop": 4.03, "lvl": -29.048247871142312, "source": "ref", "sub_utt_num": 0 }, { "words": [ "shocked", "gopher", "prairie", "by" ], "chapter_id": "124550", "utt_id": "1246-124550-0021", "start": 1.639, "stop": 2.979, "orig_file": "../LibriSpeech/train-clean-100/1246/124550/1246-124550-0021.flac", "orig_start": 9.58, "orig_stop": 10.92, "lvl": -31.423998358137816, "source": "ref", "sub_utt_num": 1 }, { "words": [ "though" ], "chapter_id": "124548", "utt_id": "1246-124548-0001", "start": 3.014, "stop": 3.354, "orig_file": "../LibriSpeech/train-clean-100/1246/124548/1246-124548-0001.flac", "orig_start": 2.54, "orig_stop": 2.88, "lvl": -30.849064650419955, "source": "ref", "sub_utt_num": 2 }, { "words": [ "ring" ], "chapter_id": "124548", "utt_id": "1246-124548-0041", "start": 3.354, "stop": 3.834, "orig_file": "../LibriSpeech/train-clean-100/1246/124548/1246-124548-0041.flac", "orig_start": 2.54, "orig_stop": 3.02, "lvl": -25.67315783786338, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-1246" }, "target_absent": false, "target_spk_id": "librispeech-1246", "target_spk_idx": 122 }
mix_0002503_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0002503", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-475", "target_spk_idx": 872 }
mix_0003954_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0003954", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "encouragement" ], "chapter_id": "70191", "utt_id": "6272-70191-0001", "start": 0.258, "stop": 0.998, "orig_file": "../LibriSpeech/train-clean-100/6272/70191/6272-70191-0001.flac", "orig_start": 3.05, "orig_stop": 3.79, "lvl": -31.815064473528558, "source": "ref", "sub_utt_num": 0 }, { "words": [ "house", "into", "their", "hands" ], "chapter_id": "70191", "utt_id": "6272-70191-0001", "start": 1.019, "stop": 2.339, "orig_file": "../LibriSpeech/train-clean-100/6272/70191/6272-70191-0001.flac", "orig_start": 10.93, "orig_stop": 12.25, "lvl": -29.786263356335358, "source": "ref", "sub_utt_num": 1 }, { "words": [ "morgesons" ], "chapter_id": "70191", "utt_id": "6272-70191-0001", "start": 2.382, "stop": 3.132, "orig_file": "../LibriSpeech/train-clean-100/6272/70191/6272-70191-0001.flac", "orig_start": 14.06, "orig_stop": 14.81, "lvl": -32.23291803768065, "source": "ref", "sub_utt_num": 2 }, { "words": [ "i", "said" ], "chapter_id": "70171", "utt_id": "6272-70171-0026", "start": 3.153, "stop": 3.763, "orig_file": "../LibriSpeech/train-clean-100/6272/70171/6272-70171-0026.flac", "orig_start": 0.13, "orig_stop": 0.74, "lvl": -29.318468926413317, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-6272" }, "target_absent": false, "target_spk_id": "librispeech-6272", "target_spk_idx": 27 }
mix_0005598_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "gaussian_noise", "short_noises" ], "mix_id": "mix_0005598", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-8758", "target_spk_idx": 1128 }
mix_0002989_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0002989", "n_speakers": 1, "overlap": 0, "ref": { "clips": [], "spk_id": "absent" }, "target_absent": true, "target_spk_id": "librispeech-1316", "target_spk_idx": 479 }
mix_0003919_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0003919", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "bryce" ], "chapter_id": "133471", "utt_id": "476-133471-0054", "start": 0.365, "stop": 0.815, "orig_file": "../LibriSpeech/train-clean-360/476/133471/476-133471-0054.flac", "orig_start": 2.63, "orig_stop": 3.08, "lvl": -30.636758100945215, "source": "ref", "sub_utt_num": 0 }, { "words": [ "what", "became", "of", "brake's" ], "chapter_id": "133471", "utt_id": "476-133471-0054", "start": 0.838, "stop": 2.048, "orig_file": "../LibriSpeech/train-clean-360/476/133471/476-133471-0054.flac", "orig_start": 3.76, "orig_stop": 4.97, "lvl": -32.05601603235138, "source": "ref", "sub_utt_num": 1 }, { "words": [ "unplastered" ], "chapter_id": "133471", "utt_id": "476-133471-0004", "start": 2.07, "stop": 3.01, "orig_file": "../LibriSpeech/train-clean-360/476/133471/476-133471-0004.flac", "orig_start": 4.84, "orig_stop": 5.78, "lvl": -30.477975094259527, "source": "ref", "sub_utt_num": 2 }, { "words": [ "shook", "it" ], "chapter_id": "133471", "utt_id": "476-133471-0057", "start": 3.04, "stop": 3.42, "orig_file": "../LibriSpeech/train-clean-360/476/133471/476-133471-0057.flac", "orig_start": 4.28, "orig_stop": 4.66, "lvl": -26.24883076391174, "source": "ref", "sub_utt_num": 3 }, { "words": [ "street" ], "chapter_id": "134312", "utt_id": "476-134312-0010", "start": 3.42, "stop": 3.79, "orig_file": "../LibriSpeech/train-clean-360/476/134312/476-134312-0010.flac", "orig_start": 15.49, "orig_stop": 15.86, "lvl": -25.445697167208824, "source": "ref", "sub_utt_num": 4 } ], "spk_id": "librispeech-476" }, "target_absent": false, "target_spk_id": "librispeech-476", "target_spk_idx": 394 }
mix_0004052_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises" ], "mix_id": "mix_0004052", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "a", "mind", "to", "appear", "to" ], "chapter_id": "171115", "utt_id": "3723-171115-0013", "start": 0.351, "stop": 1.421, "orig_file": "../LibriSpeech/train-clean-100/3723/171115/3723-171115-0013.flac", "orig_start": 6.54, "orig_stop": 7.61, "lvl": -30.072318881968144, "source": "ref", "sub_utt_num": 0 }, { "words": [ "not", "only", "in", "the", "courage" ], "chapter_id": "171115", "utt_id": "3723-171115-0013", "start": 1.46, "stop": 2.71, "orig_file": "../LibriSpeech/train-clean-100/3723/171115/3723-171115-0013.flac", "orig_start": 8.76, "orig_stop": 10.01, "lvl": -32.69324203141021, "source": "ref", "sub_utt_num": 1 }, { "words": [ "jerusalem" ], "chapter_id": "171115", "utt_id": "3723-171115-0022", "start": 2.743, "stop": 3.513, "orig_file": "../LibriSpeech/train-clean-100/3723/171115/3723-171115-0022.flac", "orig_start": 4.78, "orig_stop": 5.55, "lvl": -31.1098633691607, "source": "ref", "sub_utt_num": 2 }, { "words": [ "out" ], "chapter_id": "171115", "utt_id": "3723-171115-0018", "start": 3.559, "stop": 3.829, "orig_file": "../LibriSpeech/train-clean-100/3723/171115/3723-171115-0018.flac", "orig_start": 15.31, "orig_stop": 15.58, "lvl": -31.58533425476904, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-3723" }, "target_absent": false, "target_spk_id": "librispeech-3723", "target_spk_idx": 121 }
mix_0001196_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001196", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "at", "least", "he", "is", "willing" ], "chapter_id": "21393", "utt_id": "4289-21393-0021", "start": 0.451, "stop": 1.651, "orig_file": "../LibriSpeech/train-clean-360/4289/21393/4289-21393-0021.flac", "orig_start": 4.27, "orig_stop": 5.47, "lvl": -27.022837130331546, "source": "ref", "sub_utt_num": 0 }, { "words": [ "am", "to", "do", "but", "i" ], "chapter_id": "21393", "utt_id": "4289-21393-0021", "start": 1.697, "stop": 2.837, "orig_file": "../LibriSpeech/train-clean-360/4289/21393/4289-21393-0021.flac", "orig_start": 7.17, "orig_stop": 8.31, "lvl": -28.48637267050837, "source": "ref", "sub_utt_num": 1 }, { "words": [ "lead", "them" ], "chapter_id": "21393", "utt_id": "4289-21393-0013", "start": 2.86, "stop": 3.49, "orig_file": "../LibriSpeech/train-clean-360/4289/21393/4289-21393-0013.flac", "orig_start": 7.45, "orig_stop": 8.08, "lvl": -26.318412753819636, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4289" }, "target_absent": false, "target_spk_id": "librispeech-4289", "target_spk_idx": 1014 }
mix_0002790_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "short_noises", "room_simulator" ], "mix_id": "mix_0002790", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "deerest", "blood" ], "chapter_id": "32451", "utt_id": "5063-32451-0013", "start": 0.278, "stop": 1.358, "orig_file": "../LibriSpeech/train-clean-360/5063/32451/5063-32451-0013.flac", "orig_start": 4.36, "orig_stop": 5.44, "lvl": -32.034288429502936, "source": "ref", "sub_utt_num": 0 }, { "words": [ "with", "such", "a" ], "chapter_id": "32451", "utt_id": "5063-32451-0030", "start": 1.391, "stop": 2.311, "orig_file": "../LibriSpeech/train-clean-360/5063/32451/5063-32451-0030.flac", "orig_start": 0.35, "orig_stop": 1.27, "lvl": -30.229940920871194, "source": "ref", "sub_utt_num": 1 }, { "words": [ "yard", "and", "more" ], "chapter_id": "32451", "utt_id": "5063-32451-0030", "start": 2.336, "stop": 3.726, "orig_file": "../LibriSpeech/train-clean-360/5063/32451/5063-32451-0030.flac", "orig_start": 8.81, "orig_stop": 10.2, "lvl": -29.425640545624635, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-5063" }, "target_absent": false, "target_spk_id": "librispeech-5063", "target_spk_idx": 830 }
mix_0001845_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0001845", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "brought", "the", "country", "out", "of", "the" ], "chapter_id": "15678", "utt_id": "4397-15678-0021", "start": 0.212, "stop": 1.532, "orig_file": "../LibriSpeech/train-clean-100/4397/15678/4397-15678-0021.flac", "orig_start": 5.58, "orig_stop": 6.9, "lvl": -26.470455100780825, "source": "ref", "sub_utt_num": 0 }, { "words": [ "wilderness" ], "chapter_id": "15678", "utt_id": "4397-15678-0021", "start": 1.56, "stop": 2.11, "orig_file": "../LibriSpeech/train-clean-100/4397/15678/4397-15678-0021.flac", "orig_start": 6.9, "orig_stop": 7.45, "lvl": -30.243559820594555, "source": "ref", "sub_utt_num": 1 }, { "words": [ "and", "abolished", "the", "old" ], "chapter_id": "15678", "utt_id": "4397-15678-0021", "start": 2.151, "stop": 3.091, "orig_file": "../LibriSpeech/train-clean-100/4397/15678/4397-15678-0021.flac", "orig_start": 7.74, "orig_stop": 8.68, "lvl": -27.997571825791237, "source": "ref", "sub_utt_num": 2 }, { "words": [ "of", "brigham", "young" ], "chapter_id": "15668", "utt_id": "4397-15668-0037", "start": 3.091, "stop": 3.831, "orig_file": "../LibriSpeech/train-clean-100/4397/15668/4397-15668-0037.flac", "orig_start": 1.6, "orig_stop": 2.34, "lvl": -28.327185778644488, "source": "ref", "sub_utt_num": 3 } ], "spk_id": "librispeech-4397" }, "target_absent": false, "target_spk_id": "librispeech-4397", "target_spk_idx": 229 }
mix_0002053_02
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [ "room_simulator", "short_noises" ], "mix_id": "mix_0002053", "n_speakers": 2, "overlap": 0.2, "ref": { "clips": [ { "words": [ "hard", "and", "miserly" ], "chapter_id": "186232", "utt_id": "2573-186232-0012", "start": 0.389, "stop": 1.679, "orig_file": "../LibriSpeech/train-clean-360/2573/186232/2573-186232-0012.flac", "orig_start": 2.76, "orig_stop": 4.05, "lvl": -30.770912187960757, "source": "ref", "sub_utt_num": 0 }, { "words": [ "keep", "it", "or", "throw", "it", "to", "the" ], "chapter_id": "186232", "utt_id": "2573-186232-0012", "start": 1.722, "stop": 3.032, "orig_file": "../LibriSpeech/train-clean-360/2573/186232/2573-186232-0012.flac", "orig_start": 10.19, "orig_stop": 11.5, "lvl": -25.283334044619735, "source": "ref", "sub_utt_num": 1 }, { "words": [ "kindness" ], "chapter_id": "178449", "utt_id": "2573-178449-0049", "start": 3.055, "stop": 3.675, "orig_file": "../LibriSpeech/train-clean-360/2573/178449/2573-178449-0049.flac", "orig_start": 14.07, "orig_stop": 14.69, "lvl": -27.504597836825003, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-2573" }, "target_absent": false, "target_spk_id": "librispeech-2573", "target_spk_idx": 511 }
mix_0000046_10
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000046", "n_speakers": 2, "overlap": 1, "ref": { "clips": [ { "words": [ "thus", "the", "romans", "could", "not" ], "chapter_id": "286306", "utt_id": "8573-286306-0096", "start": 0.25, "stop": 1.57, "orig_file": "../LibriSpeech/train-clean-360/8573/286306/8573-286306-0096.flac", "orig_start": 5.44, "orig_stop": 6.76, "lvl": -30.974801615865317, "source": "ref", "sub_utt_num": 0 }, { "words": [ "and", "the", "effect", "of", "their" ], "chapter_id": "286306", "utt_id": "8573-286306-0096", "start": 1.604, "stop": 2.644, "orig_file": "../LibriSpeech/train-clean-360/8573/286306/8573-286306-0096.flac", "orig_start": 7.93, "orig_stop": 8.97, "lvl": -31.8543791975076, "source": "ref", "sub_utt_num": 1 }, { "words": [ "vastly", "superior" ], "chapter_id": "286306", "utt_id": "8573-286306-0096", "start": 2.691, "stop": 3.751, "orig_file": "../LibriSpeech/train-clean-360/8573/286306/8573-286306-0096.flac", "orig_start": 8.97, "orig_stop": 10.03, "lvl": -31.67487366157384, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-8573" }, "target_absent": false, "target_spk_id": "librispeech-8573", "target_spk_idx": 258 }
mix_0002530_00
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0002530", "n_speakers": 1, "overlap": 0, "ref": { "clips": [ { "words": [ "blackness", "of", "the" ], "chapter_id": "65772", "utt_id": "6373-65772-0085", "start": 0.377, "stop": 1.367, "orig_file": "../LibriSpeech/train-clean-360/6373/65772/6373-65772-0085.flac", "orig_start": 1.32, "orig_stop": 2.31, "lvl": -31.962058083755096, "source": "ref", "sub_utt_num": 0 }, { "words": [ "fingernails" ], "chapter_id": "65772", "utt_id": "6373-65772-0085", "start": 1.393, "stop": 2.183, "orig_file": "../LibriSpeech/train-clean-360/6373/65772/6373-65772-0085.flac", "orig_start": 2.31, "orig_stop": 3.1, "lvl": -29.649848621726903, "source": "ref", "sub_utt_num": 1 }, { "words": [ "was", "not" ], "chapter_id": "65772", "utt_id": "6373-65772-0085", "start": 2.21, "stop": 2.88, "orig_file": "../LibriSpeech/train-clean-360/6373/65772/6373-65772-0085.flac", "orig_start": 13.34, "orig_stop": 14.01, "lvl": -29.101580822069497, "source": "ref", "sub_utt_num": 2 }, { "words": [ "men" ], "chapter_id": "65772", "utt_id": "6373-65772-0089", "start": 2.917, "stop": 3.287, "orig_file": "../LibriSpeech/train-clean-360/6373/65772/6373-65772-0089.flac", "orig_start": 10.89, "orig_stop": 11.26, "lvl": -26.00986902496529, "source": "ref", "sub_utt_num": 3 }, { "words": [ "chairs" ], "chapter_id": "65772", "utt_id": "6373-65772-0089", "start": 3.327, "stop": 3.787, "orig_file": "../LibriSpeech/train-clean-360/6373/65772/6373-65772-0089.flac", "orig_start": 12.94, "orig_stop": 13.4, "lvl": -29.287617675147214, "source": "ref", "sub_utt_num": 4 } ], "spk_id": "librispeech-6373" }, "target_absent": false, "target_spk_id": "librispeech-6373", "target_spk_idx": 962 }
mix_0000395_06
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000395", "n_speakers": 2, "overlap": 0.6, "ref": { "clips": [ { "words": [ "access", "either", "to", "the" ], "chapter_id": "14187", "utt_id": "4160-14187-0026", "start": 0.384, "stop": 1.534, "orig_file": "../LibriSpeech/train-clean-100/4160/14187/4160-14187-0026.flac", "orig_start": 5.16, "orig_stop": 6.31, "lvl": -32.31278247607359, "source": "ref", "sub_utt_num": 0 }, { "words": [ "but", "i", "will", "write", "to", "her", "from", "my" ], "chapter_id": "11549", "utt_id": "4160-11549-0033", "start": 1.568, "stop": 2.818, "orig_file": "../LibriSpeech/train-clean-100/4160/11549/4160-11549-0033.flac", "orig_start": 0.03, "orig_stop": 1.28, "lvl": -31.267403742804575, "source": "ref", "sub_utt_num": 1 }, { "words": [ "courteously" ], "chapter_id": "11549", "utt_id": "4160-11549-0033", "start": 2.866, "stop": 3.606, "orig_file": "../LibriSpeech/train-clean-100/4160/11549/4160-11549-0033.flac", "orig_start": 6.57, "orig_stop": 7.31, "lvl": -29.8368159122455, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-4160" }, "target_absent": false, "target_spk_id": "librispeech-4160", "target_spk_idx": 223 }
mix_0000823_04
hf://datasets/theredspace/slmix@4e9b73a335a77c893a27c6fb40dcc6ce400e7e31/data/dev/1_or_2_mix_extract.tar
{ "augmentations": [], "mix_id": "mix_0000823", "n_speakers": 2, "overlap": 0.4, "ref": { "clips": [ { "words": [ "man", "who", "had", "been", "dug", "out" ], "chapter_id": "128309", "utt_id": "353-128309-0095", "start": 0.465, "stop": 1.815, "orig_file": "../LibriSpeech/train-clean-360/353/128309/353-128309-0095.flac", "orig_start": 4.74, "orig_stop": 6.09, "lvl": -30.189690101112674, "source": "ref", "sub_utt_num": 0 }, { "words": [ "and", "what", "were", "capable", "of" ], "chapter_id": "128309", "utt_id": "353-128309-0095", "start": 1.839, "stop": 3.029, "orig_file": "../LibriSpeech/train-clean-360/353/128309/353-128309-0095.flac", "orig_start": 9.81, "orig_stop": 11, "lvl": -32.38487410750699, "source": "ref", "sub_utt_num": 1 }, { "words": [ "restoration" ], "chapter_id": "128309", "utt_id": "353-128309-0095", "start": 3.073, "stop": 3.823, "orig_file": "../LibriSpeech/train-clean-360/353/128309/353-128309-0095.flac", "orig_start": 11, "orig_stop": 11.75, "lvl": -27.921039231577947, "source": "ref", "sub_utt_num": 2 } ], "spk_id": "librispeech-353" }, "target_absent": false, "target_spk_id": "librispeech-353", "target_spk_idx": 301 }
End of preview.