File size: 217 Bytes
dcfdb1f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from huggingface_hub import HfApi

api = HfApi()
api.upload_large_folder(
    folder_path="./",
    repo_id="thuerey-group/INC_Data",
    repo_type="dataset",
    # commit_description="Initial upload of INC dataset"
)