amiriparian
commited on
Commit
•
db2a0ca
1
Parent(s):
6142f96
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ Authors: Shahin Amiriparian, Filip Packań, Maurice Gerczuk, Björn W. Schuller
|
|
31 |
Fine-tuned and backbone extended [**HuBERT Large**](https://huggingface.co/facebook/hubert-large-ls960-ft) on EmoSet++, comprising 37 datasets, totaling 150,907 samples and spanning a cumulative duration of 119.5 hours.
|
32 |
The model is expecting a 3 second long raw waveform resampled to 16 kHz. The original 6 Ouput classes are combinations of low/high arousal and negative/neutral/positive
|
33 |
valence.
|
34 |
-
Further details are available in the corresponding [**paper**](https://
|
35 |
|
36 |
### EmoSet++ subsets used for fine-tuning the model:
|
37 |
|
@@ -221,17 +221,13 @@ ExHuBERT has been accepted for presentation at INTERSPEECH 2024.
|
|
221 |
<!--
|
222 |
|
223 |
```
|
224 |
-
@inproceedings{
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
series = {},
|
232 |
-
address = {Kos Island, Greece},
|
233 |
-
month = {September},
|
234 |
-
publisher = {ISCA},
|
235 |
}
|
236 |
```
|
237 |
-->
|
|
|
31 |
Fine-tuned and backbone extended [**HuBERT Large**](https://huggingface.co/facebook/hubert-large-ls960-ft) on EmoSet++, comprising 37 datasets, totaling 150,907 samples and spanning a cumulative duration of 119.5 hours.
|
32 |
The model is expecting a 3 second long raw waveform resampled to 16 kHz. The original 6 Ouput classes are combinations of low/high arousal and negative/neutral/positive
|
33 |
valence.
|
34 |
+
Further details are available in the corresponding [**paper**](https://www.isca-archive.org/interspeech_2024/amiriparian24_interspeech.pdf).
|
35 |
|
36 |
### EmoSet++ subsets used for fine-tuning the model:
|
37 |
|
|
|
221 |
<!--
|
222 |
|
223 |
```
|
224 |
+
@inproceedings{amiriparian24_interspeech,
|
225 |
+
title = {ExHuBERT: Enhancing HuBERT Through Block Extension and Fine-Tuning on 37 Emotion Datasets},
|
226 |
+
author = {Shahin Amiriparian and Filip Packań and Maurice Gerczuk and Björn W. Schuller},
|
227 |
+
year = {2024},
|
228 |
+
booktitle = {Interspeech 2024},
|
229 |
+
pages = {2635--2639},
|
230 |
+
doi = {10.21437/Interspeech.2024-280},
|
|
|
|
|
|
|
|
|
231 |
}
|
232 |
```
|
233 |
-->
|