Update README.md

This commit is contained in:
Johannes Wagner 2022-04-06 13:28:08 +00:00 committed by huggingface-web
parent 0dad9f3b1c
commit 9eb0395187
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ license: cc-by-nc-sa-4.0
The model expects a raw audio signal as input and outputs predictions for arousal, dominance and valence in a range of approximately 0...1. In addition, it also provides the pooled states of the last transformer layer. The model was created by fine-tuning [
Wav2Vec2-Large-Robust](https://huggingface.co/facebook/wav2vec2-large-robust) on [MSP-Podcast](https://ecs.utdallas.edu/research/researchlabs/msp-lab/MSP-Podcast.html) (v1.7). The model was pruned from 24 to 12 transformer layers before fine-tuning. An [ONNX](https://onnx.ai/") export of the model is available from [doi:10.5281/zenodo.6221127](https://zenodo.org/record/6221127). Further details are given in the associated [paper](https://arxiv.org/abs/2203.07378).
# How to
# Usage
```python
import numpy as np