-
Notifications
You must be signed in to change notification settings - Fork 438
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
HF Data import #793
HF Data import #793
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is super helpful and works great, thank you!
Can we make sure that the user is logged in for the operation? I think right now it only works when another operation called the huggingface hub login at least once before. While allowing to set defaults in the settings, we should also show the HF token in the import menu and allow changes to align with the other import options (S3, kaggle)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only nits, otherwise lgtm! Thank you again.
…into psi/hf_import
For now, just imports the dataset with a given split, transforms to pandas.
To make this even more useful, need to support #792
Closes #335