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 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 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 |
|---|---|---|---|
video8222 | hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/000000000.tar | {
"caption1": "a man is eating",
"caption10": "two men are talking about food on the table",
"caption11": "two men conducting a food review",
"caption12": "two men eat a bunch of different food",
"caption13": "two men enjoying a table full of food",
"caption14": "two men show ingredients for a mexican dish",
"caption15": "two men showing and trying all different mexican dishes",
"caption16": "two men sitting and eating take-out",
"caption17": "two men talks about takeout food",
"caption18": "two young men discuss take-out mexican food",
"caption19": "person showing off food",
"caption2": "a man is explaining different types of food to another man",
"caption20": "two men eat a bunch of different food",
"caption3": "a person is tasting the food while other one explain about the preparation",
"caption4": "men talk about the food they are eating on camera",
"caption5": "person showing off food",
"caption6": "some people are eating food",
"caption7": "two guys sample a bunch of dishes of food",
"caption8": "two man try different dishes in aluminum foil containers",
"caption9": "two men are eating food together",
"videoLoc": "TestVideo/video8222.mp4"
} | [
[
-0.080078125,
0.081298828125,
0.4375,
0.082275390625,
0.1485595703125,
-0.35595703125,
0.0006880760192871094,
-0.1800537109375,
-0.1884765625,
0.08984375,
0.0277557373046875,
-0.302490234375,
0.455810546875,
-0.262451171875,
-0.258056640625,
0.467529... |
video7529 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a few words in a presentation","caption10":"a woman teaches about how the web is helpfu(...TRUNCATED) | [[0.288330078125,-0.1175537109375,-0.035675048828125,-0.296875,0.1693115234375,-0.07611083984375,0.1(...TRUNCATED) |
video8295 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a cartoon character explains a military strategy","caption10":"animated cartoon of the (...TRUNCATED) | [[-0.9482421875,0.297607421875,0.281005859375,-0.2322998046875,0.791015625,-0.464111328125,-0.033966(...TRUNCATED) |
video8326 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a guy is giving a child money","caption10":"a video game is being played","caption11":"(...TRUNCATED) | [[-0.0859375,0.1380615234375,-0.1715087890625,0.5947265625,0.1002197265625,-0.25,0.25830078125,-0.23(...TRUNCATED) |
video7476 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a girl does a backflip to justin bieber","caption10":"a young girl is competing in a gy(...TRUNCATED) | [[0.3564453125,0.1605224609375,-0.2099609375,-0.26806640625,0.1636962890625,-0.23388671875,0.2480468(...TRUNCATED) |
video7264 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a tshirt man is singing a song with feelings","caption10":"a man is singing a song for (...TRUNCATED) | [[-0.2386474609375,0.3447265625,-0.1337890625,0.289306640625,-0.2216796875,-0.314208984375,-0.353271(...TRUNCATED) |
video8435 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"freshly cooked plate of shrimp stir-fry using udon noodles","caption10":"a man is descr(...TRUNCATED) | [[-0.151123046875,0.405517578125,0.1383056640625,0.039031982421875,-0.43310546875,0.1285400390625,0.(...TRUNCATED) |
video8961 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a boy is teaching how to perform a backflip","caption10":"a kid jumping doing flips","c(...TRUNCATED) | [[0.04595947265625,-0.03436279296875,0.419677734375,-0.4013671875,0.039093017578125,-0.297119140625,(...TRUNCATED) |
video9858 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a horse is led around a barn","caption10":"a man trying to train his horse","caption11"(...TRUNCATED) | [[-0.06591796875,-0.08428955078125,-0.2462158203125,0.016448974609375,0.3857421875,-0.76904296875,-0(...TRUNCATED) |
video9838 | "hf://datasets/iejMac/CLIP-MSR-VTT@c404fe3052627c0d9bc1ea0b5aacab33507364d5/data/oc_b32/test/0000000(...TRUNCATED) | {"caption1":"a cartoon clip of pokemon dancing","caption10":"characters dance together in pokemon","(...TRUNCATED) | [[-0.359130859375,-0.124755859375,0.322509765625,0.0129547119140625,0.3798828125,-0.1029052734375,-0(...TRUNCATED) |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 51