shimu/Qwen2.5-7B-CCL_task9
0
Usage
from huggingface_hub import HfApi
api = HfApi(token=os.getenv("HFTOKEN")) api.uploadfolder( folderpath="/path/to/local/model", repoid="shimu/Qwen2.5-7B-CCLtask9", repotype="model", )
from huggingface_hub import HfApi
api = HfApi(token=os.getenv("HFTOKEN")) api.uploadfolder( folderpath="/path/to/local/model", repoid="shimu/Qwen2.5-7B-CCLtask9", repotype="model", )