Dataset Preview
Full Screen Viewer
Full Screen
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 1529, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1789, in _download_and_prepare super()._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) 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 | npy
sequence | txt
string |
---|---|---|---|---|
oG6LLGi_n48_51_55 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 55,
"start": 51,
"videoID": "oG6LLGi_n48_51_55",
"videoLoc": "YouTubeClips/oG6LLGi_n48_51_55.avi"
} | [[0.1873779296875,0.2362060546875,0.3369140625,-0.32763671875,-0.0655517578125,0.02880859375,0.01102(...TRUNCATED) | "a kid falling out a bike;a boy crashes on his bike;a boy falls off his bike;a boy fell off a ledge;(...TRUNCATED) |
vloe_60s_dk_0_9 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 9,
"start": 0,
"videoID": "vloe_60s_dk_0_9",
"videoLoc": "YouTubeClips/vloe_60s_dk_0_9.avi"
} | [[0.134521484375,0.032135009765625,0.16796875,-0.055938720703125,0.10394287109375,0.1480712890625,0.(...TRUNCATED) | "the man shot his gun;a man is shooting off a gun;a man shoots a shotgun;a man is firing a shotgun a(...TRUNCATED) |
sm0OYD0NSbQ_51_59 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 59,
"start": 51,
"videoID": "sm0OYD0NSbQ_51_59",
"videoLoc": "YouTubeClips/sm0OYD0NSbQ_51_59.avi"
} | [[-0.273681640625,-0.05535888671875,-0.06451416015625,-0.13232421875,-0.255859375,-0.22705078125,-0.(...TRUNCATED) | "a man wearing glasses and a suit is standing and talking in front of a huge bookshelf;a man is talk(...TRUNCATED) |
jcIrD7rNvTM_10_21 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 21,
"start": 10,
"videoID": "jcIrD7rNvTM_10_21",
"videoLoc": "YouTubeClips/jcIrD7rNvTM_10_21.avi"
} | [[0.02093505859375,0.16162109375,-0.08258056640625,0.08441162109375,0.30322265625,-0.69677734375,0.2(...TRUNCATED) | "a three legged rottweiler walks outside;a 3 legged dog walks through the grass;a black dog is walki(...TRUNCATED) |
kBjUDCyDCuI_20_26 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 26,
"start": 20,
"videoID": "kBjUDCyDCuI_20_26",
"videoLoc": "YouTubeClips/kBjUDCyDCuI_20_26.avi"
} | [[-0.054107666015625,-0.56787109375,0.1376953125,-0.37939453125,0.447998046875,0.29296875,-0.1218872(...TRUNCATED) | "a man is firing some type of firearm on full automatic;a man shoots a 9mm automatic;a man is shooti(...TRUNCATED) |
mJ9eRvxjLc4_0_16 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 16,
"start": 0,
"videoID": "mJ9eRvxjLc4_0_16",
"videoLoc": "YouTubeClips/mJ9eRvxjLc4_0_16.avi"
} | [[0.0145721435546875,-0.01226806640625,0.369140625,-0.10760498046875,0.33740234375,-0.26123046875,0.(...TRUNCATED) | "a dog is licking a baby;a dog is licking a baby;a dog is licking a baby;a dog is licking a baby;a d(...TRUNCATED) |
klteYv1Uv9A_27_33 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 33,
"start": 27,
"videoID": "klteYv1Uv9A_27_33",
"videoLoc": "YouTubeClips/klteYv1Uv9A_27_33.avi"
} | [[0.6142578125,0.607421875,0.44580078125,-0.13671875,-0.0213470458984375,-0.300048828125,-0.20190429(...TRUNCATED) | "a man is lying back on a moving motorcycle;a man is riding a motorcycle while laying down;a man lay(...TRUNCATED) |
xSmfK498DjI_1_20 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 20,
"start": 1,
"videoID": "xSmfK498DjI_1_20",
"videoLoc": "YouTubeClips/xSmfK498DjI_1_20.avi"
} | [[-0.39892578125,-0.00557708740234375,0.005001068115234375,0.1707763671875,-0.151123046875,0.2639160(...TRUNCATED) | "a girl is doing tricks with a butterfly knife;a girl is twirling a switch blade;a woman does tricks(...TRUNCATED) |
tn-Hoz4KbkE_89_93 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 93,
"start": 89,
"videoID": "tn-Hoz4KbkE_89_93",
"videoLoc": "YouTubeClips/tn-Hoz4KbkE_89_93.avi"
} | [[-0.12078857421875,-0.10516357421875,0.049163818359375,-0.265869140625,-0.301025390625,0.0410766601(...TRUNCATED) | "a shirtless man is sitting in an armchair;a man without a shirt is sitting on a chair;a shirtless m(...TRUNCATED) |
mFCf8lLXrUc_36_57 | "hf://datasets/iejMac/CLIP-MSVD@872974844b7d454a4e1fb0730de79149e7f7d826/data/oai_b32/test/000000000(...TRUNCATED) | {
"end": 57,
"start": 36,
"videoID": "mFCf8lLXrUc_36_57",
"videoLoc": "YouTubeClips/mFCf8lLXrUc_36_57.avi"
} | [[-0.01160430908203125,0.328857421875,0.1763916015625,-0.0711669921875,0.00160980224609375,0.1492919(...TRUNCATED) | "a woman slices a large fruit;a mango is being sliced;a mango is being sliced;a mango is sliced;a pe(...TRUNCATED) |
End of preview.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 44