Updated citation.
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
tags:
|
4 |
-
- dysarthric speech
|
5 |
-
- classification
|
6 |
-
- audio classification
|
7 |
-
---
|
8 |
|
9 |
# SSL4PR WavLM Base
|
10 |
|
@@ -29,5 +29,13 @@ The models are available in PyTorch format.
|
|
29 |
## Citation
|
30 |
|
31 |
```bibtex
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- dysarthric speech
|
5 |
+
- classification
|
6 |
+
- audio classification
|
7 |
+
---
|
8 |
|
9 |
# SSL4PR WavLM Base
|
10 |
|
|
|
29 |
## Citation
|
30 |
|
31 |
```bibtex
|
32 |
+
@inproceedings{laquatra24_interspeech,
|
33 |
+
title = {Exploiting Foundation Models and Speech Enhancement for Parkinson's Disease Detection from Speech in Real-World Operative Conditions},
|
34 |
+
author = {Moreno {La Quatra} and Maria Francesca Turco and Torbjørn Svendsen and Giampiero Salvi and Juan Rafael Orozco-Arroyave and Sabato Marco Siniscalchi},
|
35 |
+
year = {2024},
|
36 |
+
booktitle = {Interspeech 2024},
|
37 |
+
pages = {1405--1409},
|
38 |
+
doi = {10.21437/Interspeech.2024-522},
|
39 |
+
issn = {2958-1796},
|
40 |
+
}
|
41 |
```
|