update README
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
task_categories:
|
4 |
+
- automatic-speech-recognition
|
5 |
+
- audio-classification
|
6 |
+
language:
|
7 |
+
- zh
|
8 |
---
|
9 |
+
|
10 |
+
The EATD Corpus is hosted in [this github repository](https://github.com/speechandlanguageprocessing/ICASSP2022-Depression).
|
11 |
+
|
12 |
+
Follow the instructions there to download and unzip the data.
|
13 |
+
|
14 |
+
This dataset can be used with the following line of code, changing the path of `data_dir` to the one appropriate to your system:
|
15 |
+
|
16 |
+
```python
|
17 |
+
dataset = load_dataset('jimregan/eatd_corpus', data_dir='/tmp/EATD-Corpus/')
|
18 |
+
```
|
19 |
+
|