-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline dataset viewer #6139
Comments
Hi, thanks for the suggestion. It's not possible at the moment. The viewer is part of the Hub codebase and only works on public datasets. Also, it relies on Datasets Server, which prepares the data and provides an API to access the rows, size, etc. If you're interested in hosting your data as a private dataset on the Hub, you might want to look at huggingface/dataset-viewer#39. |
Hi, we are building an offline dataset viewer: https://github.com/Renumics/spotlight Would love to hear from you if that works for your use case. If not, feel free to open an issue on the repo: https://github.com/Renumics/spotlight/issues |
@ssuwelack thank you! I will definitely try it out. |
Closing for now, as developing and maintaining an offline viewer is not planned. |
@yuvalkirstain the dataset viewer is now available on private datasets for PRO users and Enterprise Hub orgs. Would it fit your needs? |
Hi @ssuwelack I tried loading a HF dataset with your viewer but got this error Renumics/spotlight#461 hope the team can help me on this. Thanks! |
Feature request
The dataset viewer feature is very nice. It enables to the user to easily view the dataset. However, when working for private companies we cannot always upload the dataset to the hub. Is there a way to create dataset viewer offline? I.e. to run a code that will open some kind of html or something that makes it easy to view the dataset.
Motivation
I want to easily view my dataset even when it is hosted locally.
Your contribution
N.A.
The text was updated successfully, but these errors were encountered: