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 because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 3 new columns ({'anilist', 'danbooru', 'franchise'}) and 3 missing columns ({'entity', 'required_traits', 'forbidden_traits'}).

This happened while the json dataset builder was generating data using

hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3/validation/mapping_gold.json (at revision d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4), [/tmp/hf-datasets-cache/medium/datasets/39399430513874-config-parquet-and-info-JairoDanielMT-prompt-comp-686485d2/hub/datasets--JairoDanielMT--prompt-compiler-knowledge-v3/snapshots/d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_real_1000.json (origin=hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_real_1000.json), /tmp/hf-datasets-cache/medium/datasets/39399430513874-config-parquet-and-info-JairoDanielMT-prompt-comp-686485d2/hub/datasets--JairoDanielMT--prompt-compiler-knowledge-v3/snapshots/d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_standard.json (origin=hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_standard.json), /tmp/hf-datasets-cache/medium/datasets/39399430513874-config-parquet-and-info-JairoDanielMT-prompt-comp-686485d2/hub/datasets--JairoDanielMT--prompt-compiler-knowledge-v3/snapshots/d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/mapping_gold.json (origin=hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/mapping_gold.json)], ['hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_real_1000.json', 'hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_standard.json', 'hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/mapping_gold.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)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              anilist: string
              danbooru: string
              franchise: string
              to
              {'entity': Value('string'), 'required_traits': List(Value('string')), 'forbidden_traits': List(Value('string'))}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, 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 890, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 951, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, 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 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              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 3 new columns ({'anilist', 'danbooru', 'franchise'}) and 3 missing columns ({'entity', 'required_traits', 'forbidden_traits'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3/validation/mapping_gold.json (at revision d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4), [/tmp/hf-datasets-cache/medium/datasets/39399430513874-config-parquet-and-info-JairoDanielMT-prompt-comp-686485d2/hub/datasets--JairoDanielMT--prompt-compiler-knowledge-v3/snapshots/d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_real_1000.json (origin=hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_real_1000.json), /tmp/hf-datasets-cache/medium/datasets/39399430513874-config-parquet-and-info-JairoDanielMT-prompt-comp-686485d2/hub/datasets--JairoDanielMT--prompt-compiler-knowledge-v3/snapshots/d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_standard.json (origin=hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_standard.json), /tmp/hf-datasets-cache/medium/datasets/39399430513874-config-parquet-and-info-JairoDanielMT-prompt-comp-686485d2/hub/datasets--JairoDanielMT--prompt-compiler-knowledge-v3/snapshots/d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/mapping_gold.json (origin=hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/mapping_gold.json)], ['hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_real_1000.json', 'hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/gold_standard.json', 'hf://datasets/JairoDanielMT/prompt-compiler-knowledge-v3@d2f19d2cc0587c5d4e9b6ee1ac7f91380ff3dcb4/validation/mapping_gold.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)

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.

entity
string
required_traits
list
forbidden_traits
list
princess_peach
[ "(super_mario_bros.)_style" ]
[ "non_existent_trait" ]
princess_daisy
[ "(super_mario_bros.)_style" ]
[ "non_existent_trait" ]
rosalina
[ "mario_style" ]
[ "non_existent_trait" ]
pauline
[ "(super_mario_bros.)_style" ]
[ "non_existent_trait" ]
bowser
[ "mario_style" ]
[ "non_existent_trait" ]
bowsette
[ "(super_mario_bros.)_style" ]
[ "non_existent_trait" ]
princess_king_boo
[ "(super_mario_bros.)_style" ]
[ "non_existent_trait" ]
luigi
[ "mario_style" ]
[ "non_existent_trait" ]
yoshi
[ "mario_style" ]
[ "non_existent_trait" ]
boo
[ "mario_style" ]
[ "non_existent_trait" ]
piranha_plant
[ "mario_style" ]
[ "non_existent_trait" ]
toadette
[ "mario_style" ]
[ "non_existent_trait" ]
mario_bros
[ "super_mario_style" ]
[ "non_existent_trait" ]
donkey_kong
[ "donkey_kong_country_style" ]
[ "non_existent_trait" ]
funky_kong
[ "donkey_kong_style" ]
[ "non_existent_trait" ]
diddy_kong
[ "donkey_kong_style" ]
[ "non_existent_trait" ]
birdo
[ "mario_style" ]
[ "non_existent_trait" ]
toad
[ "mario_bros_style" ]
[ "non_existent_trait" ]
wario
[ "mario_bros_style" ]
[ "non_existent_trait" ]
waluigi
[ "mario_bros_style" ]
[ "non_existent_trait" ]
sidekick
[ "mario_style" ]
[ "non_existent_trait" ]
goomba
[ "mario_style" ]
[ "non_existent_trait" ]
zelda
[ "legend_of_zelda_style" ]
[ "non_existent_trait" ]
link
[ "(loz:botw)_style" ]
[ "non_existent_trait" ]
ganon_/_ganondorf
[ "legend_of_zelda_style" ]
[ "non_existent_trait" ]
mipha
[ "(loz:botw)_style" ]
[ "non_existent_trait" ]
midna
[ "(legend_of_zelda:_twilight_princess)_style" ]
[ "non_existent_trait" ]
urbosa
[ "(loz:botw)_style" ]
[ "non_existent_trait" ]
paya
[ "(loz:botw)_style" ]
[ "non_existent_trait" ]
malon
[ "(loz:oot)_style" ]
[ "non_existent_trait" ]
princess_ruto
[ "(loz:oot)_style" ]
[ "non_existent_trait" ]
lana
[ "(pokemon)_style" ]
[ "non_existent_trait" ]
sheik
[ "the_legend_of_zelda_style" ]
[ "non_existent_trait" ]
impa
[ "the_legend_of_zelda_style" ]
[ "non_existent_trait" ]
amy
[ "sonic_style" ]
[ "non_existent_trait" ]
tails_/_miles_prower
[ "sonic_style" ]
[ "non_existent_trait" ]
dr._eggman_/_dr._robotnik
[ "sonic_style" ]
[ "non_existent_trait" ]
tikal
[ "sonic_style" ]
[ "non_existent_trait" ]
akari
[ "pokemon_style" ]
[ "non_existent_trait" ]
bea
[ "(pokemon)_style" ]
[ "non_existent_trait" ]
bianca
[ "(pokemon)_style" ]
[ "non_existent_trait" ]
candice
[ "(pokemon)_style" ]
[ "non_existent_trait" ]
cynthia
[ "(pokemom)_style" ]
[ "non_existent_trait" ]
dawn
[ "(sexyfur)_style" ]
[ "non_existent_trait" ]
amy_rose
[ "pink_hair", "red_dress", "piko_piko_hammer" ]
[ "blue_hair", "master_sword", "blue_eyes" ]
sonic
[ "blue_hair", "red_shoes" ]
[ "pink_hair", "green_dress" ]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
End of preview.

No dataset card yet

Downloads last month
118