Dataset Viewer issue
#1
by
wellecks
- opened
The dataset viewer is not working.
Cannot seek streaming HTTP file
Thanks for reporting, @wellecks .
Please note that this issue is caused by the host of the source data file: https://github.com
Unfortunately, GitHub servers do not support streaming their repo archive files.
You could avoid this problem if you host the original data file on this repository as well, because the Hugging Face Hub does support streaming.
You can have more information in our docs: https://huggingface.co./docs/datasets/dataset_script#download-data-files-and-organize-splits
If the data files live in the same folder or repository of the dataset script, you can just pass the relative paths to the files instead of URLs.
That makes sense- thanks!
wellecks
changed discussion status to
closed