| # 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 | |
| # 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 | |