File size: 316 Bytes
c2cf720
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# !pip install git+https://github.com/bayartsogt-ya/whisper-multiple-hf-datasets.git

from multiple_datasets.hub_default_utils import convert_hf_whisper
model_name_or_path = './'
whisper_checkpoint_path = './whisper-large-sme.pt'
convert_hf_whisper(model_name_or_path, whisper_checkpoint_path)