Ull dataset viewer is not available

Hi,

I’m experiencing an issue while uploading a dataset. The dataset viewer only displays 10 examples, and I’m encountering the following error:

The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Commit 0/1 could not be created on the Hub (after 6 attempts).
Error code:   CreateCommitError

I’m uploading Parquet files directly through the API. Interestingly, when I load the data using Python from Hugging Face, I can access all examples in the dataset without any issues. This suggests that while only 10 examples are visible in the viewer, the complete dataset is properly uploaded and accessible.

Could you help me understand why this is happening and how to fix the viewer display?

Thank you

1 Like

I think it might be a bug originating from DatasetViewer… It doesn’t seem to have been raised as an issue.

I understand it might be a bug with the DatasetViewer. Do you know who I could contact to report this, or if there are any debugging steps I can take to further investigate and address the issue? I appreciate your guidance!

1 Like

I thought about raising an issue on github, but since this could be a Hub issue, I’ll call them here.
@albertvillanova @lhoestq @severo The DatasetViewer is acting a bit strangely.

I think there is an issue with the Parquet files you uploaded, can you try to reupload them ? eliyahabba/llm-evaluation at main

(it could also come from the file names which are long and with rare characters but I don’t think so)

1 Like