3loi commited on
Commit
6464f4b
1 Parent(s): 14b57cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -10,6 +10,18 @@ This particular model is the multi-attributed based model which predict arousal,
10
  For more details: [demo](https://huggingface.co/spaces/3loi/WavLM-SER-Multi-Baseline-Odyssey2024), [paper/soon]() and [GitHub](https://github.com/MSP-UTD/MSP-Podcast_Challenge/tree/main).
11
 
12
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  # Usage
14
  ```python
15
  from transformers import AutoModelForAudioClassification
 
10
  For more details: [demo](https://huggingface.co/spaces/3loi/WavLM-SER-Multi-Baseline-Odyssey2024), [paper/soon]() and [GitHub](https://github.com/MSP-UTD/MSP-Podcast_Challenge/tree/main).
11
 
12
 
13
+ ```
14
+ @misc{SER_Challenge_2024,
15
+ author = {Goncalves, Lucas and Salman, Ali and Reddy, Abinay and Velazquez, Laureano Moro and Thebaud, Thomas and Garcia, Leibny Paola and Dehak, Najim and Sisman, Berrak and Busso, Carlos},
16
+ title = {Odyssey 2024 - Emotion Recognition Challenge},
17
+ year = {2024},
18
+ publisher = {GitHub},
19
+ journal = {MSP-Podcast Challenge},
20
+ howpublished = {\url{https://github.com/MSP-UTD/MSP-Podcast_Challenge}},
21
+ }
22
+ ```
23
+
24
+
25
  # Usage
26
  ```python
27
  from transformers import AutoModelForAudioClassification