Dataset Preview
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: ChunkedEncodingError
Message: ('Connection broken: IncompleteRead(2318944 bytes read, 2934176 more expected)', IncompleteRead(2318944 bytes read, 2934176 more expected))
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
yield
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(2318944 bytes read, 2934176 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1008, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
with self._error_catcher():
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2318944 bytes read, 2934176 more expected)', IncompleteRead(2318944 bytes read, 2934176 more expected))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1576, in _prepare_split_single
for key, record in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 120, in _generate_examples
for example_idx, example in enumerate(self._get_pipeline_from_tar(tar_path, tar_iterator)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 45, in _get_pipeline_from_tar
current_example[field_name] = f.read()
^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 691, in read
b = self.fileobj.read(length)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 528, in read
buf = self._read(size)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 546, in _read
buf = self.fileobj.read(self.bufsize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
out = f_read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
return super().read(length)
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
out = self.cache._fetch(self.loc, self.loc + length)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
self.cache = self.fetcher(start, end) # new block replaces old
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
r = http_backoff(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
response = session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
resp = self.send(
^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
r.content
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 822, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(2318944 bytes read, 2934176 more expected)', IncompleteRead(2318944 bytes read, 2934176 more expected))
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 1342, 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 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1438, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1617, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
wav audio | __key__ string | __url__ string |
|---|---|---|
audio/CcoJGA96SFs | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/9i2FtenUzqQ | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/GOJiiisgi-Q | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/W2lLAnlvsGE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/y8atI0lpC74 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Xv2MvrV93uY | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/wpyFuh9lbo4 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Y6arGcXqAU0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/SfS5ximeY1M | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/4M08VRY10IE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/MkPXDX41Q4I | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/5WlhMNf65AA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/JhvbJVy8oIw | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/98KIsuru2QA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/_NdLKp6t_zY | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/KbbnCL1vl9U | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/E1_SrihgtAE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/VM-By7wK6zs | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/1a0ZrRBtlKE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/u1sZXXK5udA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/YmHIox_rhpg | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/-iMC7tm1BfE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/1jYxbKCnv1M | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/FacSGwtI4MM | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/ATCwcuIYVhI | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/ELhC80IgPKo | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/ksP0JVPFwYs | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/xSuNuaGiDiA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0taUy2nKNro | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/OqJjU7IBlio | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/a0xgWThbrKA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/cTUjnl5C5l8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/oxQKxGdKYKA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/in_pOhegbFs | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/2MsM_3DXQBk | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/CqFbi5w8-wM | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/B5LpJOo-E4E | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/tGPZZqa1HGo | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/6AAZlAAmAU8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/rr6clIPBsWQ | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/a3ovUXXBA14 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/-zZ6YKGQg58 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/_xq8yUhTAQg | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/1fo80k5wpFU | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/3hMzsoOjPk8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/7j0BsGcKCqA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Haaf_9eiREc | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/ZI2FqLwydrk | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/PLMPcwmz6n0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/fXqJNwBKTGs | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/E0jstFP7INk | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/aCOwQ44-1Mk | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/d5wih8V5r9s | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/-l2GQHMja44 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/DRFc0K_RGWM | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Zz3Y1XgK-l4 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/7Bx7dMp-CkQ | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/8v377AXrgac | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0KW5aahF_4Y | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0rPVzyAWlFE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/dIj68lmhXro | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/108aRh6z4oU | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/1ysku12i5eQ | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0nd-QKUU6pg | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/5E7Kh-CW8X4 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/EgfjjY1GEoo | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/rdXGVllp-U0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/BC3Ta3LBbe0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/dAXp7ksFxCU | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/iXGPibveM38 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/M20pf99cCeI | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/UuPcjQLSyX8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/1XfBxmiYZg0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/-x70_ord3UQ | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/4s5SXtcoNMc | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/JfO6cR-2g9g | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0L2W8qrw-fs | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/P2LfK3GvAJE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0QPERZUi45w | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/0lTgPbanOF8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/f69uD0wA8Vc | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/4rE7-wxngX0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/DnocLl3HcCA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/uZDlJNxJJiE | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/zTbsoNu2WbY | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Mz-RRG4w1M8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/hDgqfM0tLa8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/u-pfhAJLDqw | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/YGNRy081iI0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/qK_EAr6tnZY | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/zl_22-f3EmU | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/mzy2wQCv7Po | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/C6pn4KCcUf0 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Mfwi7FuCDn8 | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/Fzhn86ERCRA | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/_LW0k6kRDqc | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/jY_ZWn5tE2g | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/XVko1Mpk_3E | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/aEmJnDpmmxg | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz | |
audio/1l6r8yk9cns | hf://datasets/ytaek-oh/audioset@719d4c86ed52f4bd939c76ea21cd8e100defc4e1/audio_shard_00.tar.gz |
End of preview.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
By downloading these files, you are agreeing to use them for non-commercial, research purposes only.
- Downloads last month
- 36