-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i use this to make inference ? #35
Comments
Looking at audeering/audonnx#86, I guess the description under https://github.com/audeering/w2v2-how-to?tab=readme-ov-file#quick-start did not work for you? |
Yes but in the notebook where it train/test on dataset it provides result in emotion such as anger sad neutral etc. I want to get output in terms of emotion. Actually i want to ask how to get inference in terms of emotion ? Or in other words how to convert VAD signals to emotion. Kindly help me. |
The model was not trained to output emotional categories, what we do in the notebook is we use its |
Ok. Interesting. Thank you. I will try to first train the hidden states on the datasets with category and then make inference from it. If there is some code snippet or guidance available it would be very beneficial. |
Most likely, you can just follow the "Use embeddings to train categorical emotion model" section from the notebook. Otherwise, you might look for models on HuggingFace, that are already trained to predict emotional categories, e.g. https://huggingface.co/ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition. |
Thank you. I will look into it. |
kindly guide me on how to make inference using this model.
The text was updated successfully, but these errors were encountered: