-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add ability to export transformed dataset #156
Conversation
de9864c
to
247a556
Compare
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.
Sweet feature. I can't seem to get it to export though 😅. Can it do something inteligent without setting --repo
arg?
@@ -58,11 +81,21 @@ def __init__(self, server=None): | |||
) | |||
|
|||
known_args, _ = self.server.cli.parse_known_args() | |||
dataset_identifiers = expand_hugging_face_datasets( | |||
|
|||
self.state.input_datasets = expand_hugging_face_datasets( |
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.
is input_datasets
displayed by the GUI?
247a556
to
20931df
Compare
20931df
to
b5a2002
Compare
b5a2002
to
eedf415
Compare
Related to #126