Dataset Preview
Duplicate
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:    ArrowInvalid
Message:      Float value 49.9609 was truncated converting to int64
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2025, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature[0])
                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 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 2025, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature[0])
                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 2025, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature[0])
                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 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.ArrowInvalid: Float value 49.9609 was truncated converting to int64
              
              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 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 1882, 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 2038, 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.

taskName
string
utterance
string
states
list
reward
float64
rawReward
int64
click-test-2
Click button ONE.
[ { "time": 2, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1036.800048828125, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.6299
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1036.800048828125, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.8119
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1036.800048828125, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.8463
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1036.800048828125, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.7988
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1331.25, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [...
0.8806
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1331.25, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [...
0.8869
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1331.25, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [...
0.8272
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1331.25, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [...
0.8662
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1467.77783203125, "height": 210.00001525878906, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210....
0.7807
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1467.77783203125, "height": 210.00001525878906, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210....
0.8465
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1467.77783203125, "height": 210.00001525878906, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210....
0.7241
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1467.77783203125, "height": 210.00001525878906, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210....
0.845
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1330.181884765625, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.8192
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1330.181884765625, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.825
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1330.181884765625, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.8728
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1330.181884765625, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "ch...
0.8552
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1853, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8723
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1853, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8702
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1853, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8918
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1853, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8989
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1387, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8065
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1387, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8274
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1387, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.782
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1387, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8372
1
click-test-2
Click button ONE.
[ { "time": 1, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1310, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8145
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1310, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8528
1
click-test-2
Click button ONE.
[ { "time": 0, "action": null, "dom": { "tag": "BODY", "left": 0, "top": 0, "width": 1310, "height": 210, "children": [ { "tag": "DIV", "left": 0, "top": 0, "width": 160, "height": 210, "children": [ ...
0.8223
1
End of preview.

No dataset card yet

Downloads last month
26