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: ArrowNotImplementedError
Message: Unsupported cast from double to halffloat using function cast_half_float
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 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 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 1963, in array_cast
return array.cast(pa_type)
File "pyarrow/array.pxi", line 996, in pyarrow.lib.Array.cast
File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/compute.py", line 404, in cast
return call_function("cast", [arr], options, memory_pool)
File "pyarrow/_compute.pyx", line 590, in pyarrow._compute.call_function
File "pyarrow/_compute.pyx", line 385, in pyarrow._compute.Function.call
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowNotImplementedError: Unsupported cast from double to halffloat using function cast_half_float
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 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 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 1963, in array_cast
return array.cast(pa_type)
File "pyarrow/array.pxi", line 996, in pyarrow.lib.Array.cast
File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/compute.py", line 404, in cast
return call_function("cast", [arr], options, memory_pool)
File "pyarrow/_compute.pyx", line 590, in pyarrow._compute.call_function
File "pyarrow/_compute.pyx", line 385, in pyarrow._compute.Function.call
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowNotImplementedError: Unsupported cast from double to halffloat using function cast_half_float
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 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.
__key__ string | __url__ string | json dict | npy sequence | txt string |
|---|---|---|---|---|
1012591205 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {
"duration": "PT00H00M19S",
"page_dir": "048601_048650",
"videoLoc": "https://ak.picdn.net/shutterstock/videos/1012591205/preview/stock-footage-the-streets-of-havana-havana-cuba.mp4"
} | [
[
0.5,
0.1514892578125,
-0.435791015625,
-0.374755859375,
0.059600830078125,
-0.50146484375,
0.2958984375,
0.256103515625,
0.1976318359375,
0.0340576171875,
0.1385498046875,
-0.11785888671875,
0.0882568359375,
0.0335693359375,
-0.57861328125,
0.0817260... | The streets of havana, havana, cuba, 2017 |
1041242014 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M15S","page_dir":"081151_081200","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[-0.1807861328125,0.2025146484375,0.042724609375,-0.0245361328125,0.1068115234375,-0.541015625,0.09(...TRUNCATED) | "Dancing free happy woman on iceland dancing of joy in icelandic sweater on iceland. joyful girl hap(...TRUNCATED) |
1046361049 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M05S","page_dir":"138401_138450","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[-0.17919921875,-0.058837890625,0.1082763671875,0.1781005859375,0.396240234375,-0.2626953125,0.5278(...TRUNCATED) | "Niagra falls new york usa-1964: woman wearing white shirt with black glasses sits at restaurant tab(...TRUNCATED) |
1043582041 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M18S","page_dir":"185851_185900","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[0.226318359375,0.31103515625,-0.611328125,-0.1910400390625,0.2098388671875,-0.45703125,0.410400390(...TRUNCATED) | Aerial of the old town of lauffen wide view with pan to the left. |
3561290 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M11S","page_dir":"170201_170250","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[-0.01824951171875,-0.2117919921875,-0.134765625,0.0841064453125,-0.3212890625,0.034942626953125,0.(...TRUNCATED) | Eu flag in the wind |
10528523 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M27S","page_dir":"192451_192500","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[0.06964111328125,-0.30859375,-0.015960693359375,0.392333984375,0.01433563232421875,-0.229248046875(...TRUNCATED) | Slow motion couple running on country hillside at sunset |
21853126 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M18S","page_dir":"128901_128950","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[-0.431884765625,-0.033905029296875,0.11669921875,-0.06561279296875,0.0782470703125,0.0301818847656(...TRUNCATED) | Rotating dry uncooked rice. spinning closeup seeds. slow motion |
8348782 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M17S","page_dir":"109001_109050","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[-0.304443359375,-0.3857421875,-0.109130859375,0.1627197265625,-0.034332275390625,-0.450439453125,0(...TRUNCATED) | "Star bright motion background, bright color star like spheres glowing makes for a fun motion backgr(...TRUNCATED) |
1034046044 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M05S","page_dir":"115551_115600","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[-0.1466064453125,-0.0293426513671875,0.12445068359375,0.124267578125,0.288330078125,-0.388671875,0(...TRUNCATED) | Tacoma, washington / united states - 04 03 2019: rising aerial shot of first presbyterian church |
1014098831 | hf://datasets/iejMac/CLIP-WebVid@11ef172f3c13e60eaf30fcf319e3919c760785fb/data/train/000000000.tar | {"duration":"PT00H00M37S","page_dir":"033801_033850","videoLoc":"https://ak.picdn.net/shutterstock/v(...TRUNCATED) | [[0.3017578125,-0.11376953125,0.189697265625,0.02392578125,0.171142578125,-0.228515625,0.09002685546(...TRUNCATED) | Earthworm crawls over the ground in the nature |
End of preview.
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)
version https://git-lfs.github.com/spec/v1 oid sha256:3e0e15fa0c5cc81675bd69af8eb469d128a725c1a7bfc71f03b7877b7b650567 size 21
- Downloads last month
- 89