This repository contains a weights of a scoring model for V(P)AD (Valence, Arousal, and Dominance) emotional state estimation.
The model uses fine-tuned Whisper based encoder to extract audio features and a simple CNN and MLP head to predict VAD scores means and standard deviations.
This repository consists only the CNN-MLP head weights, the encoder weights available at laion/BUD-E-Whisper.
The source code for the model is available at this repository.
The model is intended to be used for estimating VAD scores from audio data, which can be useful in various applications such as emotion recognition, affective computing, and human-computer interaction.
The model was trained with freezed encoder weights on the Laion's Got Talent (Enhanced Flash Annotations and Long Captions) dataset. The dataset does not have VAD scores provided directly, so to obtain them the following steps were taken:
The rare labels were removed from the training mix and the equal number of samples for each label was used.
9 commits
This repository contains a weights of a scoring model for V(P)AD (Valence, Arousal, and Dominance) emotional state estimation.
The model uses fine-tuned Whisper based encoder to extract audio features and a simple CNN and MLP head to predict VAD scores means and standard deviations.
This repository consists only the CNN-MLP head weights, the encoder weights available at laion/BUD-E-Whisper.
The source code for the model is available at this repository.
The model is intended to be used for estimating VAD scores from audio data, which can be useful in various applications such as emotion recognition, affective computing, and human-computer interaction.
The model was trained with freezed encoder weights on the Laion's Got Talent (Enhanced Flash Annotations and Long Captions) dataset. The dataset does not have VAD scores provided directly, so to obtain them the following steps were taken:
The rare labels were removed from the training mix and the equal number of samples for each label was used.
9 commits