Dataset Viewer issue
#1
by
ejschwartz
- opened
The dataset viewer is not working. It seems like some sort of outdated cache problem. I recently changed the ejschwartz/oo-method-test dataset which this one relies on.
Hi @ejschwartz , thanks for reporting.
To avoid caching issues, you should not use datasets.load_dataset
within the body of a datasets builder (datasets.ArrowBasedBuilder
in your case).
I worked around this by using datasets.load_dataset(..., download_mode=datasets.DownloadMode.FORCE_REDOWNLOAD)
for one commit, and then removing it.
ejschwartz
changed discussion status to
closed