Skip to content
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

Allow deleting a subset/config from a no-script dataset #6810

Closed
albertvillanova opened this issue Apr 15, 2024 · 3 comments · Fixed by #6820
Closed

Allow deleting a subset/config from a no-script dataset #6810

albertvillanova opened this issue Apr 15, 2024 · 3 comments · Fixed by #6820
Assignees
Labels
enhancement New feature or request

Comments

@albertvillanova
Copy link
Member

As proposed by @BramVanroy, it would be neat to have this functionality through the API.

@albertvillanova albertvillanova added the enhancement New feature or request label Apr 15, 2024
@albertvillanova albertvillanova self-assigned this Apr 15, 2024
@mariosasko
Copy link
Collaborator

Probably best to implement this as a CLI command?

@albertvillanova
Copy link
Member Author

Thanks for your comment, @mariosasko. Or maybe both (in Python and as CLI command)? The Python command would be just the reverse of push_to_hub...

I am working on a draft implementation, so we can discuss about the API and UX.

@lmmx
Copy link

lmmx commented Jan 11, 2025

2nd time I've come here in the past few days so for reference this doesn't work for me at the moment (token auth error despite successful whoami and all auths applied) so I resorted to reverting to a previous commit (after installing git lfs)

# git lfs install
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/USER/REPO
cd REPO
git reset --hard HASH
git push --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants