File size: 306 Bytes
8163775
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
)