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 0xff in position 0: invalid start byte
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
                  for item in generator(*args, **kwargs):
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/text/text.py", line 98, 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 0xff in position 0: 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 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 1739, 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 1922, 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.

text
string
{
"thelawandthelady": {
"BID": "B00",
"title": "The Law and the Lady",
"txtfile": "The Law and the Lady.txt",
"jsonfile": "The Law and the Lady.json",
"source": "gutenberg",
"link": "https://www.gutenberg.org/files/1622/1622-h/1622-h.htm",
"whichgtb": "us",
"copyright": "PublicDomain",
"yearpub": 1875,
"author": "Wilkie Collins",
"yearperish": 1889,
"period": "Realistic",
"tokenlen": 181760
},
"mrsdalloway": {
"BID": "B01",
"title": "Mrs Dalloway",
"txtfile": "Mrs Dalloway.txt",
"jsonfile": "Mrs Dalloway.json",
"source": "gutenberg",
"link": "https://www.gutenberg.org/ebooks/71865",
"whichgtb": "us",
"copyright": "PublicDomain",
"yearpub": 1925,
"author": "Virginia Woolf",
"yearperish": 1941,
"period": "Modernism",
"tokenlen": 91706
},
"winesburgohio": {
"BID": "B02",
"title": "Winesburg, Ohio",
"txtfile": "Winesburg, Ohio.txt",
"jsonfile": "Winesburg, Ohio.json",
"source": "gutenberg",
"link": "https://www.gutenberg.org/files/416/416-h/416-h.htm",
"whichgtb": "us",
"copyright": "PublicDomain",
"yearpub": 1919,
"author": "Sherwood Anderson",
"yearperish": 1941,
"period": "Modernism",
"tokenlen": 89013
},
"gonewiththewind": {
"BID": "B03",
"title": "Gone with the Wind",
"txtfile": "Gone with the Wind.txt",
"jsonfile": "Gone with the Wind.json",
"source": "self-owned",
"link": "https://www.gutenberg.net.au/ebooks02/0200161h.html",
"whichgtb": "au",
"copyright": "CopyrightProtected",
"yearpub": 1936,
"author": "Margaret Mitchell",
"yearperish": 1949,
"period": "Romance",
"tokenlen": 564631
},
"olivertwist": {
"BID": "B04",
"title": "Oliver Twist",
"txtfile": "Oliver Twist.txt",
"jsonfile": "Oliver Twist.json",
"source": "gutenberg",
"link": "https://www.gutenberg.org/ebooks/730",
"whichgtb": "us",
"copyright": "PublicDomain",
"yearpub": 1838,
"author": "Charles Dickens",
"yearperish": 1870,
"period": "Realistic",
"tokenlen": 226427
},
"theidiot": {
"BID": "B05",
"title": "The Idiot",
"txtfile": "The Idiot.txt",
"jsonfile": "The Idiot.json",
"source": "gutenberg",
"link": "https://www.gutenberg.org/ebooks/2638",
"whichgtb": "us",
"copyright": "PublicDomain",
"yearpub": 1868,
"author": "Fyodor Dostoyevsky",
"yearperish": 1881,
"period": "Realistic",
"tokenlen": 353076
},
"dss": {
"BID": "B06",
"title": ".DS_S",
"txtfile": ".DS_Store",
"jsonfile": ".DS_S.json",
"source": "",
"link": null,
"whichgtb": "",
"copyright": "CopyrightProtected",
End of preview.