AURORA / hf_push.py
yfqiu-nlp's picture
Add files using upload-large-folder tool
8163775 verified
from huggingface_hub import HfApi
model_name = "AURORA"
api = HfApi()
#api.create_repo("yfqiu-nlp/"+model_name.replace('+', '-'), repo_type="model")
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
folder_path='./',
repo_id="yfqiu-nlp/AURORA",
repo_type="dataset",
)