Dataset Viewer issue

#5
by Fredithefish - opened

The dataset viewer is not working.

Error details:

Error code:   RowsPostProcessingError

cc @albertvillanova @lhoestq @severo .

GEM benchmark org

Thanks for reporting, @Fredithefish . We are investigating the issue.

After investigation, we have found that the features are not properly defined.

The dataset file dataset_infos.json was not properly generated and has some malformed information for the features, as for example:

"goal": {"feature": [{"dtype": "string", "id": null, "_type": "Value"}], "length": -1, "id": null, "_type": "Sequence"}

instead of

"goal": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}

We are going to propose a fix to the GEM organization.

GEM benchmark org

See #6.

GEM benchmark org

Fixed by #7.

Sign up or log in to comment