| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path=".", | |
| repo_id="ChaoyiPan/retarget-rerun", | |
| repo_type="dataset" | |
| ) | |
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path=".", | |
| repo_id="ChaoyiPan/retarget-rerun", | |
| repo_type="dataset" | |
| ) | |