Dataset Viewer issue: JobManagerCrashedError

#16
by Bastao - opened

The dataset viewer is not showing all the columns for the "other" split

cc @albertvillanova @lhoestq @severo .

Do you still have the issue? I see the same four columns:

Capture d’écran 2024-04-08 à 13.32.08.png
Capture d’écran 2024-04-08 à 13.32.22.png

Thank you for the response!
The issue is that the "other" split has two additional columns and they are not being displayed.
It seems that the displayed columns are the intersection of the sets of columns.

Hmmm OK. I think it's a limitation/decision on our side, where we assume that all the splits have the same set of columns, right @albertvillanova @lhoestq ?

Yes, splits should have the same columns (e.g. train/test/valid splits)

In your case maybe you should define multiple configurations for your dataset instead (made e.g. for subsets of different languages or when the columns don't match), I opened a PR here :https://huggingface.co/datasets/Bastao/VeraCruz_PT-BR/discussions/17

The PR fixed the issue.

Thank you!

Bastao changed discussion status to closed

Sign up or log in to comment