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 5 new columns ({'eval_loss', 'eval_steps_per_second', 'eval_samples_per_second', 'eval_runtime', 'perplexity'}) and 5 missing columns ({'train_steps_per_second', 'train_samples_per_second', 'train_runtime', 'total_flos', 'train_loss'}).
This happened while the json dataset builder was generating data using
hf://datasets/gonzalobenegas/gpn-animal-promoter-checkpoints-second-part/eval_results.json (at revision 9280ab52eaf293b463e62773030d7cbab6b5fccc)
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 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
epoch: double
eval_loss: double
eval_runtime: double
eval_samples_per_second: double
eval_steps_per_second: double
perplexity: double
to
{'epoch': Value('float64'), 'total_flos': Value('float64'), 'train_loss': Value('float64'), 'train_runtime': Value('float64'), 'train_samples_per_second': Value('float64'), 'train_steps_per_second': Value('float64')}
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 1450, 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 993, in stream_convert_to_parquet
builder._prepare_split(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, 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 1833, 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 5 new columns ({'eval_loss', 'eval_steps_per_second', 'eval_samples_per_second', 'eval_runtime', 'perplexity'}) and 5 missing columns ({'train_steps_per_second', 'train_samples_per_second', 'train_runtime', 'total_flos', 'train_loss'}).
This happened while the json dataset builder was generating data using
hf://datasets/gonzalobenegas/gpn-animal-promoter-checkpoints-second-part/eval_results.json (at revision 9280ab52eaf293b463e62773030d7cbab6b5fccc)
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.
epoch
float64 | total_flos
float64 | train_loss
float64 | train_runtime
float64 | train_samples_per_second
float64 | train_steps_per_second
float64 |
|---|---|---|---|---|---|
29.016677
| 124,468,667,634,155,520,000
| 1.097204
| 1,394,368.6556
| 190.939
| 0.093
|