Programmatically delete datasets from the hub #5069
-
Hi there! Happy to even publish the answer to this as a tool, but I'm struggling to find a way to programmatically delete datasets from the HF hub. There is Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
julien-c
Oct 4, 2022
Replies: 1 comment 1 reply
-
from huggingface_hub import delete_repo
delete_repo(...) should work |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nikita-galileo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should work