Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,13 @@ task_categories:
|
|
4 |
- audio-classification
|
5 |
tags:
|
6 |
- medical
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
Acoustic Waveform Airway and Respiratory Examination (AWARE/PTEase) Dataset
|
9 |
===================================================================================================
|
|
|
4 |
- audio-classification
|
5 |
tags:
|
6 |
- medical
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: segmented
|
11 |
+
path: "aware/aware_raw.pkl"
|
12 |
+
- split: csa
|
13 |
+
path: "aware/aware_csa.csv"
|
14 |
---
|
15 |
Acoustic Waveform Airway and Respiratory Examination (AWARE/PTEase) Dataset
|
16 |
===================================================================================================
|