speechbrain/emotion-recognition-wav2vec2-IEMOCAP does not appear to have a file named preprocessor_config.json.

#6
by Zahra99 - opened

I'm encountering an issue while trying to use this model for inference on my dataset. The problem seems to be related to loading the feature extractor, and it's causing errors in my code. I would greatly appreciate any guidance on how to use this model without running into this error. Thank you in advance for any assistance!

OSError: speechbrain/emotion-recognition-wav2vec2-IEMOCAP does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/speechbrain/emotion-recognition-wav2vec2-IEMOCAP/main' for available files.

Did you use the following command on the correct location from you terminal? If you clone the repo from the git repository, there shouldn't be any issue because it will have downloaded all the nessesary files to run the code. (Ofcourse install the requirements as they explain in the Readme). I came across different issues but never saw this error appear on my system.

python train_with_wav2vec2.py hparams/train_with_wav2vec2.yaml --data_folder /YOUR/OWN/DIR/IEMOCAP_full_release

Sign up or log in to comment