README / README.md
bjelkenhed's picture
Update README.md
8ae04bc
|
raw
history blame
1.83 kB
metadata
title: README
emoji: πŸ‘
colorFrom: gray
colorTo: pink
sdk: static
pinned: false

Whisper Fine-Tuning Event πŸ€—


Sign in to Lambdalabs

https://cloud.lambdalabs.com/instances


Clone Whisper small or medium modelproject for run scripts

git clone https://huggingface.co/bjelkenhed/whisper-small-sv
git clone https://huggingface.co/bjelkenhed/whisper-medium-sv

Install requirements

sudo add-apt-repository -y ppa:jonathonf/ffmpeg-4
sudo apt update
sudo apt install -y ffmpeg
sudo apt-get install git-lfs

Install python libraries

git clone https://github.com/huggingface/community-events.git

pip install -r community-events/whisper-fine-tuning-event/requirements.txt

python -c "import torch; print(torch.cuda.is_available())"

Log in to Huggingface

git config --global credential.helper store
huggingface-cli login

Provide Huggingface access token for your account


Start training

tmux new -s mysession
bach run.sh

To resume session

tmux a -t mysession