File size: 218 Bytes
de610e2 | 1 2 3 4 5 6 7 8 9 10 |
# Install the Hugging Face CLI
pip install -U "huggingface_hub[cli]"
# Login with your Hugging Face credentials
hf auth login
# Push your dataset files
hf upload rodrigoperico/pocPathTraversal . --repo-type=dataset
|