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:      Integer value 656 not in range: 0 to 255
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1594, in _prepare_split_single
                  writer.write(example)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 682, in write
                  self.write_examples_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 743, in write_batch
                  arrays.append(pa.array(typed_sequence))
                                ^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/array.pxi", line 256, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 118, in pyarrow.lib._handle_arrow_array_protocol
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 291, in __arrow_array__
                  out = self._arrow_array(type=type)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 362, in _arrow_array
                  out = cast_array_to_feature(
                        ^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2052, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2086, in cast_array_to_feature
                  return array_cast(
                         ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1949, in array_cast
                  return array.cast(pa_type)
                         ^^^^^^^^^^^^^^^^^^^
                File "pyarrow/array.pxi", line 1135, in pyarrow.lib.Array.cast
                File "/usr/local/lib/python3.12/site-packages/pyarrow/compute.py", line 412, in cast
                  return call_function("cast", [arr], options, memory_pool)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/_compute.pyx", line 604, in pyarrow._compute.call_function
                File "pyarrow/_compute.pyx", line 399, in pyarrow._compute.Function.call
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
              pyarrow.lib.ArrowInvalid: Integer value 656 not in range: 0 to 255
              
              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 1607, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                                            ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 770, in finalize
                  self.write_examples_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 743, in write_batch
                  arrays.append(pa.array(typed_sequence))
                                ^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/array.pxi", line 256, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 118, in pyarrow.lib._handle_arrow_array_protocol
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 291, in __arrow_array__
                  out = self._arrow_array(type=type)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 362, in _arrow_array
                  out = cast_array_to_feature(
                        ^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2052, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2086, in cast_array_to_feature
                  return array_cast(
                         ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1949, in array_cast
                  return array.cast(pa_type)
                         ^^^^^^^^^^^^^^^^^^^
                File "pyarrow/array.pxi", line 1135, in pyarrow.lib.Array.cast
                File "/usr/local/lib/python3.12/site-packages/pyarrow/compute.py", line 412, in cast
                  return call_function("cast", [arr], options, memory_pool)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/_compute.pyx", line 604, in pyarrow._compute.call_function
                File "pyarrow/_compute.pyx", line 399, in pyarrow._compute.Function.call
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
              pyarrow.lib.ArrowInvalid: Integer value 656 not in range: 0 to 255
              
              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 1616, 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.

npz
dict
__key__
string
__url__
string
{ "data": [ 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 2, 1, 7, 10, 10, 6, 3, 6, 4, 4, 4, 8, 10, 2, 5, 1, 1, 1, 3, 1, 4, 4, 4, 4, 4, 2, 2, 2, 2, 2, 2, 4, 4, ...
batch1/edges/065438
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,13,13,24,29,29,20,20,20,17,24,26,8,8,30,30,30,29,(...TRUNCATED)
batch1/edges/003508
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[4,16,20,14,2,4,8,2,2,2,2,2,2,8,6,2,4,10,14,11,3,10,9,13,4,10,6,18,28,8,8,8,8,8,8,16,28,6,4,(...TRUNCATED)
batch1/edges/031090
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[10,7,7,3,2,5,13,6,3,3,7,13,14,4,1,5,10,6,8,18,4,12,8,2,2,14,22,2,4,14,4,6,3,1,6,6,14,4,5,2,(...TRUNCATED)
batch1/edges/025416
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[36,36,36,36,36,26,22,36,36,36,36,24,36,36,36,36,18,18,10,20,36,32,36,36,18,4,24,28,20,36,36(...TRUNCATED)
batch1/edges/088987
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[2,2,36,36,14,4,4,4,2,2,26,36,36,36,4,4,4,4,4,2,36,36,36,36,36,4,4,2,2,2,2,2,2,2,2,36,4,4,2,(...TRUNCATED)
batch1/edges/075604
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[4,30,32,2,10,16,20,16,4,8,16,16,2,20,26,22,4,6,6,6,6,2,22,24,16,20,10,4,1,4,2,2,14,9,18,3,1(...TRUNCATED)
batch1/edges/021151
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[2,2,2,36,30,2,2,2,2,28,36,4,8,2,30,36,8,8,30,36,8,10,36,26,30,36,2,34,32,2,36,30,30,36,8,30(...TRUNCATED)
batch1/edges/049460
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[3,6,6,3,7,12,21,17,8,4,4,28,30,6,2,34,30,4,30,30,6,9,3,13,21,25,8,4,4,4,28,27,6,2,24,30,10,(...TRUNCATED)
batch1/edges/060138
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
{"data":[4,4,4,4,32,30,30,30,6,6,4,4,4,4,34,30,30,30,6,6,2,4,4,4,30,30,6,4,4,34,30,6,6,2,34,32,6,6,3(...TRUNCATED)
batch1/edges/057030
hf://datasets/cplusx/SGED@00048f2d4919a623fc40295bc6d5dc2e1827050d/batch1.tar
End of preview.
README.md exists but content is empty.
Downloads last month
46