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: CastError
Message: Couldn't cast
engine: string
rules: list<item: struct<name: string, priority: int64, patterns: list<item: string>, exclude_patterns: lis (... 17 chars omitted)
child 0, item: struct<name: string, priority: int64, patterns: list<item: string>, exclude_patterns: list<item: str (... 5 chars omitted)
child 0, name: string
child 1, priority: int64
child 2, patterns: list<item: string>
child 0, item: string
child 3, exclude_patterns: list<item: string>
child 0, item: string
to
{'text': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 764, in write_table
self.write_rows_on_file() # in case there are buffered rows to write first
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
engine: string
rules: list<item: struct<name: string, priority: int64, patterns: list<item: string>, exclude_patterns: lis (... 17 chars omitted)
child 0, item: struct<name: string, priority: int64, patterns: list<item: string>, exclude_patterns: list<item: str (... 5 chars omitted)
child 0, name: string
child 1, priority: int64
child 2, patterns: list<item: string>
child 0, item: string
child 3, exclude_patterns: list<item: string>
child 0, item: string
to
{'text': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'engine', 'rules'}) and 1 missing columns ({'text'}).
This happened while the json dataset builder was generating data using
hf://datasets/nguyensu27/honey-lessons/database/idiom.json (at revision d1a36000b73d837f3ab105fc3c51644a186b8f06), ['hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/a1.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/a2.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/b1.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/b2.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/c1.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/c2.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/grammar.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/idiom.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/phrasal_verb.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/manifest.json'], ['hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/a1.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/a2.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/b1.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/b2.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/c1.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/c2.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/grammar.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/idiom.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/database/phrasal_verb.json', 'hf://datasets/nguyensu27/honey-lessons@d1a36000b73d837f3ab105fc3c51644a186b8f06/manifest.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1858, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 781, in finalize
self.write_rows_on_file()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
engine: string
rules: list<item: struct<name: string, priority: int64, patterns: list<item: string>, exclude_patterns: lis (... 17 chars omitted)
child 0, item: struct<name: string, priority: int64, patterns: list<item: string>, exclude_patterns: list<item: str (... 5 chars omitted)
child 0, name: string
child 1, priority: int64
child 2, patterns: list<item: string>
child 0, item: string
child 3, exclude_patterns: list<item: string>
child 0, item: string
to
{'text': Value('string')}
because column names don't match
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 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, 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 |
|---|
i |
you |
he |
she |
it |
we |
they |
me |
him |
her |
us |
them |
my |
your |
his |
its |
our |
their |
mine |
yours |
hers |
ours |
theirs |
this |
that |
these |
those |
who |
what |
where |
when |
why |
how |
which |
whose |
a |
an |
the |
some |
any |
much |
many |
more |
most |
few |
little |
all |
both |
each |
every |
another |
other |
same |
one |
two |
three |
four |
five |
six |
seven |
eight |
nine |
ten |
eleven |
twelve |
thirteen |
fourteen |
fifteen |
sixteen |
seventeen |
eighteen |
nineteen |
twenty |
thirty |
forty |
fifty |
sixty |
seventy |
eighty |
ninety |
hundred |
thousand |
first |
second |
third |
fourth |
fifth |
last |
next |
yes |
no |
not |
very |
too |
also |
only |
again |
here |
there |
now |
End of preview.
No dataset card yet
- Downloads last month
- 669