Dataset Viewer issue: UnexpectedError

#1
by KhuzinT - opened

The dataset viewer is not working.

Error details:

An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 4 missing columns ({'result_metrics_npm', 'result_metrics_average', 'eval_version', 'result_metrics'}) This happened while the json dataset builder was generating data using hf://datasets/eduagarcia-temp/llm_pt_leaderboard_requests/152334H/miqu-1-70b-sf_eval_request_False_float16_Original.json (at revision 7b14639ab2432e016a645a443c9ed65fb6e8e8ef) 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)

Error code:   UnexpectedError

cc @albertvillanova @lhoestq @severo .

It seems like not all the data files share the same structure (fields), which does not allow to present the data as a single table.

If data are heterogeneous, you might want to show them as different subsets (see https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations). Otherwise, the solution would be to find which files have a format issue.

Sign up or log in to comment