diff --git a/README.md b/README.md index f50d045..b16537f 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,22 @@ Requires Python 3.11 ``` git clone https://github.com/EleutherAI/aria-amt.git cd aria-amt -pip install -e .``` +pip install -e . +``` Download the preliminary model weights: ``` -wget https://storage.googleapis.com/aria-checkpoints/amt/small-0.safetensors``` +wget https://storage.googleapis.com/aria-checkpoints/amt/small-0.safetensors +``` ## Usage You can download mp3s from youtube using [yt-dlp](https://github.com/yt-dlp/yt-dlp): ``` -yt-dlp --audio-format mp3 --extract-audio --no-playlist --audio-quality 0 -o ``` +yt-dlp --audio-format mp3 --extract-audio --no-playlist --audio-quality 0 -o +``` You can then transcribe using the cli: @@ -32,7 +35,8 @@ You can then transcribe using the cli: -save_dir \ -bs 1 \ -compile \ - -q8``` + -q8 +``` If you want to do batch transcription, use the `-load_dir` flag and adjust `-bs` accordingly. Compiling may take some time, but provides a significant speedup.