| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path="./", | |
| repo_id="Yihong7788/Hard_Question_2WIKI_Train", | |
| repo_type="dataset", | |
| ) | |
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path="./", | |
| repo_id="Yihong7788/Hard_Question_2WIKI_Train", | |
| repo_type="dataset", | |
| ) | |