File size: 269 Bytes
265c1b5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from huggingface_hub import upload_folder

upload_folder(
    folder_path="/cfs/home/u020795/whisper_pt_models/whisper-largev3-FINAL-10epochs_6epochs--ct2",
    repo_id="Miamoto/WhisperLv3-PTall-X",
    repo_type="model",
    ignore_patterns=["*.pyc", "__pycache__"]
)