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: UnicodeDecodeError
Message: 'utf-8' codec can't decode byte 0xad in position 132: invalid start byte
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/text/text.py", line 81, in _generate_tables
batch = f.read(self.config.chunksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 132: invalid start byte
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 1347, 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 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, 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 1919, 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.
text string |
|---|
<?xml version='1.0' encoding='utf-8'?> |
<gexf version="1.1" xmlns="http://www.gexf.net/1.1draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance"> |
<graph defaultedgetype="undirected" mode="static"> |
<attributes class="edge" mode="static"> |
<attribute id="1" title="valence" type="long" /> |
</attributes> |
<attributes class="node" mode="static"> |
<attribute id="0" title="type" type="string" /> |
</attributes> |
<nodes> |
<node id="7" label="7"> |
<attvalues> |
<attvalue for="0" value="O" /> |
</attvalues> |
</node> |
<node id="3" label="3"> |
<attvalues> |
<attvalue for="0" value="S" /> |
</attvalues> |
</node> |
<node id="5" label="5"> |
<attvalues> |
<attvalue for="0" value="O" /> |
</attvalues> |
</node> |
<node id="8" label="8"> |
<attvalues> |
<attvalue for="0" value="O" /> |
</attvalues> |
</node> |
<node id="6" label="6"> |
<attvalues> |
<attvalue for="0" value="O" /> |
</attvalues> |
</node> |
<node id="1" label="1"> |
<attvalues> |
<attvalue for="0" value="C" /> |
</attvalues> |
</node> |
<node id="9" label="9"> |
<attvalues> |
<attvalue for="0" value="O" /> |
</attvalues> |
</node> |
<node id="0" label="0"> |
<attvalues> |
<attvalue for="0" value="C" /> |
</attvalues> |
</node> |
<node id="4" label="4"> |
<attvalues> |
<attvalue for="0" value="O" /> |
</attvalues> |
</node> |
<node id="2" label="2"> |
<attvalues> |
<attvalue for="0" value="S" /> |
</attvalues> |
</node> |
</nodes> |
<edges> |
<edge id="6" source="7" target="3"> |
<attvalues> |
<attvalue for="1" value="2" /> |
</attvalues> |
</edge> |
<edge id="2" source="3" target="1"> |
<attvalues> |
<attvalue for="1" value="1" /> |
</attvalues> |
</edge> |
<edge id="7" source="3" target="8"> |
<attvalues> |
<attvalue for="1" value="2" /> |
</attvalues> |
</edge> |
<edge id="8" source="3" target="9"> |
<attvalues> |
<attvalue for="1" value="1" /> |
</attvalues> |
</edge> |
<edge id="4" source="5" target="2"> |
<attvalues> |
<attvalue for="1" value="2" /> |
</attvalues> |
</edge> |
<edge id="5" source="6" target="2"> |
<attvalues> |
<attvalue for="1" value="1" /> |
</attvalues> |
</edge> |
<edge id="0" source="1" target="0"> |
<attvalues> |
<attvalue for="1" value="1" /> |
</attvalues> |
</edge> |
<edge id="1" source="0" target="2"> |
<attvalues> |
<attvalue for="1" value="1" /> |
End of preview.