Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,15 @@ The dataset comprises audio recordings featuring spontaneous speech from young S
|
|
41 |
The transcripts were prepared by a professional transcription service, and each recording was associated with detailed metadata, including school grade, recording conditions, and error annotations.
|
42 |
|
43 |
Access to the dataset is regulated to ensure the confidentiality and ethical use of the sensitive data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
**[TDB Data Access]**
|
46 |
|
|
|
41 |
The transcripts were prepared by a professional transcription service, and each recording was associated with detailed metadata, including school grade, recording conditions, and error annotations.
|
42 |
|
43 |
Access to the dataset is regulated to ensure the confidentiality and ethical use of the sensitive data.
|
44 |
+
To use the ChaLL dataset, you need to download it manually. Follow the instructions provided (**yet to be detailed**) for downloading the data. Once you have downloaded the files, please extract all files into a single folder. You can then load the dataset into your environment using the following command:
|
45 |
+
|
46 |
+
```python
|
47 |
+
from datasets import load_dataset
|
48 |
+
dataset = load_dataset('chall', data_dir='path/to/folder/folder_name')
|
49 |
+
```
|
50 |
+
|
51 |
+
Ensure the path specified in `data_dir` correctly points to the folder where you have extracted the dataset files.
|
52 |
+
|
53 |
|
54 |
**[TDB Data Access]**
|
55 |
|