Dataset Viewer issue

#1
by jslin09 - opened

The dataset viewer is not working.

Error details:

Error code:   JobManagerCrashedError

cc @albertvillanova @lhoestq @severo .

Thanks for reporting, @jslin09 .

Please note that this is not a specific issue with the viewer, but with your loading script: you try to load a JSON file of 5.27 GB entirely into RAM memory.

I guess many potential users of your dataset have this RAM limitation as well.

In these cases we recommend to make the dataset more widely usable by the community members:

  • either transforming your JSON files to JSON-Lines, so that it can be loaded iteratively into memory
  • or split your JSON file into multiple smaller files

Please feel free to ping me if you need further assistance.

Thanks for @albertvillanova . I transform my JSON files to JSON-Lines, then it works.

Sign up or log in to comment