or4cl3ai/Aiden_t5
Text Generation
•
Updated
•
725
•
17
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 2 new columns ({'model_class', 'pipeline_tag'}) and 4 missing columns ({'model_type', 'flax', 'pytorch', 'tensorflow'}).
This happened while the json dataset builder was generating data using
hf://datasets/hf-internal-testing/transformers-metadata/pipeline_tags.json (at revision f7466787d4ca250a38c9aa6f1994f3bd934c7acb)
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 "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
model_class: string
pipeline_tag: string
to
{'model_type': Value(dtype='string', id=None), 'pytorch': Value(dtype='bool', id=None), 'tensorflow': Value(dtype='bool', id=None), 'flax': Value(dtype='bool', id=None)}
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 1321, 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 935, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, 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 2 new columns ({'model_class', 'pipeline_tag'}) and 4 missing columns ({'model_type', 'flax', 'pytorch', 'tensorflow'}).
This happened while the json dataset builder was generating data using
hf://datasets/hf-internal-testing/transformers-metadata/pipeline_tags.json (at revision f7466787d4ca250a38c9aa6f1994f3bd934c7acb)
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.
model_type
string | pytorch
bool | tensorflow
bool | flax
bool |
|---|---|---|---|
albert
| true
| true
| true
|
bart
| true
| true
| true
|
beit
| true
| false
| true
|
bert
| true
| true
| true
|
bert-generation
| true
| false
| false
|
big_bird
| true
| false
| true
|
bigbird_pegasus
| true
| false
| false
|
blenderbot
| true
| true
| false
|
blenderbot-small
| true
| true
| false
|
camembert
| true
| true
| false
|
canine
| true
| false
| false
|
clip
| true
| false
| true
|
convbert
| true
| true
| false
|
ctrl
| true
| true
| false
|
deberta
| true
| true
| false
|
deberta-v2
| true
| true
| false
|
deit
| true
| false
| false
|
detr
| true
| false
| false
|
distilbert
| true
| true
| true
|
dpr
| true
| true
| false
|
electra
| true
| true
| true
|
encoder-decoder
| true
| true
| true
|
flaubert
| true
| true
| false
|
fnet
| true
| false
| false
|
fsmt
| true
| false
| false
|
funnel
| true
| true
| false
|
gpt2
| true
| true
| true
|
gpt_neo
| true
| false
| true
|
gptj
| true
| false
| false
|
hubert
| true
| true
| false
|
ibert
| true
| false
| false
|
layoutlm
| true
| true
| false
|
layoutlmv2
| true
| false
| false
|
led
| true
| true
| false
|
longformer
| true
| true
| false
|
luke
| true
| false
| false
|
lxmert
| true
| true
| false
|
m2m_100
| true
| false
| false
|
marian
| true
| true
| true
|
mbart
| true
| true
| true
|
megatron-bert
| true
| false
| false
|
mobilebert
| true
| true
| false
|
mpnet
| true
| true
| false
|
mt5
| true
| true
| true
|
openai-gpt
| true
| true
| false
|
pegasus
| true
| true
| true
|
prophetnet
| true
| false
| false
|
rag
| true
| true
| false
|
reformer
| true
| false
| false
|
rembert
| true
| true
| false
|
retribert
| true
| false
| false
|
roberta
| true
| true
| true
|
roformer
| true
| true
| false
|
segformer
| true
| false
| false
|
sew
| true
| false
| false
|
sew-d
| true
| false
| false
|
speech-encoder-decoder
| true
| false
| false
|
speech_to_text
| true
| false
| false
|
splinter
| true
| false
| false
|
squeezebert
| true
| false
| false
|
t5
| true
| true
| true
|
tapas
| true
| false
| false
|
transfo-xl
| true
| true
| false
|
trocr
| true
| false
| false
|
unispeech
| true
| false
| false
|
unispeech-sat
| true
| false
| false
|
vision-encoder-decoder
| true
| false
| true
|
visual_bert
| true
| false
| false
|
vit
| true
| true
| true
|
wav2vec2
| true
| true
| true
|
xlm
| true
| true
| false
|
xlm-prophetnet
| true
| false
| false
|
xlm-roberta
| true
| true
| false
|
xlnet
| true
| true
| false
|
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 |
No dataset card yet