Yihong7788's picture
Upload folder using huggingface_hub
c8715c5 verified
raw
history blame contribute delete
169 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="./",
repo_id="Yihong7788/Hard_Question_2WIKI_Train",
repo_type="dataset",
)