-
Notifications
You must be signed in to change notification settings - Fork 698
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
adding hugging face dataset download class #1970
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deepanker13 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@johnugeorge please check this |
Pull Request Test Coverage Report for Build 7415177127
💛 - Coveralls |
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.
Thanks for this!
I left a few comments @deepanker13
|
||
def __post_init__(self): | ||
# Custom checks or validations can be added here | ||
if self.repo_id is None: |
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.
Should we verify that access token exists ?
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.
access_token is not needed for public datasets
@andreyvelich @tenzen-y @johnugeorge if it is good to go, can we merge this? |
changes were merged in #1962 so closing this PR |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Partially Fixes #1945
Checklist: