You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have git lfs correctly setup before pip install .? I ran into the same error when downloading the asr model directly with git clone https://huggingface.co/Revai/reverb-asr and discovered that something wasn't right with git lfs. Instead of downloading the roughly 2Gb model, it downloaded a placeholder of some sort.
I get an unpickling error while following the steps on the README to setup the env, ie,
python3 -m venv .venv
. Source it.pip install .
reverb --model reverb_asr_v1 --audio_file audio.mp3 --result_dir results
The text was updated successfully, but these errors were encountered: