File size: 172 Bytes
8a63570
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from huggingface_hub import HfApi
api = HfApi()

api.upload_folder(
    folder_path="./final_checkpoint",
    repo_id="Dang-gu/codi_finetune_2nd",
    repo_type="model",
)