CoolFace
Modelpublic

Ahmed007/hamsa-tiny-v0.4

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes9downloads
setup_libs.sh14 linesDownload Raw Back to root
1pip install -r requirements.txt2git lfs install3python -c "import torch; print(torch.cuda.is_available())"4git config --global credential.helper store5huggingface-cli login6huggingface-cli repo create $27git clone https://huggingface.co/$1/$28cd $29cp ../**.py .10cp ../**.sh .11cp ../**.ipynb .12cp ../ds_config.json .13wget https://raw.githubusercontent.com/huggingface/community-events/main/whisper-fine-tuning-event/fine-tune-whisper-non-streaming.ipynb14