Dataset Viewer issue: UnexpectedError

#1
by ykcajiad - opened

The dataset viewer is not working.

Error details:

Error code:   UnexpectedError

cc @albertvillanova @lhoestq @severo .

Hi!

As mentioned in the error message, the rows in your JSONL file (test_claims.jsonl) seem to have a different set of keys:

An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 1 missing columns ({'label'}) This happened while the json dataset builder was generating data using hf://datasets/ykcajiad/CS162/test_claims.jsonl (at revision fe309dd1a7a6627ce93d14d3c32dff5d341291b3) 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)

Please ensure that they all are JSON objects with the same keys

Sign up or log in to comment