whisper-large-mgb2-ar-6k / setup_libs.sh
Zaid's picture
Training in progress, step 1000
fb87024
raw
history blame contribute delete
279 Bytes
huggingface-cli repo create $2
git clone https://huggingface.co/$1/$2
cd $2
cp ../**.py .
cp ../**.sh .
cp ../**.ipynb .
cp ../ds_config.js .
wget https://raw.githubusercontent.com/huggingface/community-events/main/whisper-fine-tuning-event/fine-tune-whisper-non-streaming.ipynb