Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- dysarthric speech
|
5 |
+
- classification
|
6 |
+
- audio classification
|
7 |
---
|
8 |
+
|
9 |
+
# SSL4PR WavLM Base
|
10 |
+
|
11 |
+
This repository hosts the pre-trained SSL4PR WavLM Base models for Parkinson's Disease detection from speech in real-world operating conditions. These models are based on the work titled "Exploiting Foundation Models and Speech Enhancement for Parkinson’s Disease Detection from Speech in Real-World Operative Conditions" by Moreno La Quatra et al.
|
12 |
+
|
13 |
+
## Repository Link
|
14 |
+
[GitHub Repository](https://github.com/K-STMLab/SSL4PR/)
|
15 |
+
|
16 |
+
## Pre-trained Models
|
17 |
+
Pre-trained models are available on the Hugging Face model hub. To use the SSL4PR WavLM Base models, please clone the repository by running the following command:
|
18 |
+
|
19 |
+
```bash
|
20 |
+
git clone https://huggingface.co/morenolq/SSL4PR-wavlm-base
|
21 |
+
```
|
22 |
+
|
23 |
+
Ensure you have git lfs installed. Each repository contains the pre-trained models, one per fold, named `fold_1.pt`, `fold_2.pt`, ..., `fold_10.pt`.
|
24 |
+
The models are available in PyTorch format.
|
25 |
+
|
26 |
+
- [SSL4PR WavLM Base](https://huggingface.co/morenolq/SSL4PR-wavlm-base) - **this repository**
|
27 |
+
- [SSL4PR HuBERT Base](https://huggingface.co/morenolq/SSL4PR-hubert-base)
|
28 |
+
|
29 |
+
## Citation
|
30 |
+
|
31 |
+
```bibtex
|
32 |
+
Available upon INTERSPEECH 2024 proceedings.
|
33 |
+
```
|