File size: 174 Bytes
62a40cd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import os
from huggingface_hub import HfApi

api = HfApi()
api.upload_large_folder(
    folder_path=".",
    repo_id="Zigla/gatortron-base-modified",
    repo_type="model"
)