amiriparian commited on
Commit
db2a0ca
1 Parent(s): 6142f96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
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://arxiv.org/pdf/2406.10275).
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{Amiriparian24-EEH,
225
- author = {Shahin Amiriparian and Filip Packan and Maurice Gerczuk and Bj\"orn W.\ Schuller},
226
- title = {{ExHuBERT: Enhancing HuBERT Through Block Extension and Fine-Tuning on 37 Emotion Datasets}},
227
- booktitle = {{Proc. INTERSPEECH}},
228
- year = {2024},
229
- editor = {},
230
- volume = {},
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
  -->