w2v2-how-to
w2v2-how-to copied to clipboard
How to use our public wav2vec2 dimensional emotion model
Hi authors, Is it possible to release the XLS version of the model or the CNN14 model? My current project needs a classifier that predicts valance majorly with the paralinguistic...
Hi, I am currently conducting a research project with my partner on developing an SER model for New Zealand English. We evaluated the model you provided here and achieved promising...
I was wondering how to fine-tune the released model in another dataset.
I have korean audio data sets which are labeled as depression and normal. And each of them are at least 2 minutes. Can I apply this model??
Hello, This model provides VAD values in 3D space. However, the Ekman model is more intuitive to share the results with users. I have found papers with 3D representations hinting...
url = 'https://zenodo.org/record/6221127/files/w2v2-L-robust-12.6bc4a7fd-1.1.0.zip' URLError:
pip install audonnx ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. trainer...
Currently we state the following in https://github.com/audeering/w2v2-how-to/blob/main/notebook.ipynb:  But this is no longer true as since version 1.2.0 of emodb we have official splits, compare https://github.com/audeering/emodb/blob/master/CHANGELOG.md. I would propose we...
I wonder what the range value of arousal, valence, and dominance is. As far as I know, model output is a logit vector size of 3 representing that feature and...
--------------------------------------------------------------------------- ConnectionRefusedError Traceback (most recent call last) ~/miniconda3/envs/torch/lib/python3.7/urllib/request.py in do_open(self, http_class, req, **http_conn_args) 1349 h.request(req.get_method(), req.selector, req.data, headers, -> 1350 encode_chunked=req.has_header('Transfer-encoding')) 1351 except OSError as err: # timeout error ~/miniconda3/envs/torch/lib/python3.7/http/client.py...