Datasets:
update docs
Browse files
docs/dataset_description.md
CHANGED
@@ -10,14 +10,15 @@ The dataset includes audio recordings of participants spelling out a randomized
|
|
10 |
- `audio_data/Numbers`: Audio of participants reading out a randomized phone number digit by digit.
|
11 |
- `audio_data/Addresses`: Audio of participants stating randomized address clearly.
|
12 |
|
13 |
-
The folders contain raw audio files
|
14 |
|
15 |
## 2. Metadata
|
16 |
The accompanying metadata file `metadata.csv` contains essential information about each participant. The columns in the metadata file include:
|
17 |
|
18 |
| Column Name | Description |
|
19 |
|----------------------------|-------------------------------------------------------------------------------------------------------|
|
20 |
-
| **
|
|
|
21 |
| **Age** | Age of the participant in years. |
|
22 |
| **Gender** | Gender of the participant (e.g., Male, Female, Non-binary). |
|
23 |
| **Nationality** | Participant's nationality. |
|
|
|
10 |
- `audio_data/Numbers`: Audio of participants reading out a randomized phone number digit by digit.
|
11 |
- `audio_data/Addresses`: Audio of participants stating randomized address clearly.
|
12 |
|
13 |
+
The folders contain raw audio files (.wav). Each participant is assigned a unique file_name, which corresponds to three specific file names in the above folders. The ground truth data, including participant names, phone numbers, and addresses, is stored in the metadata.csv file.
|
14 |
|
15 |
## 2. Metadata
|
16 |
The accompanying metadata file `metadata.csv` contains essential information about each participant. The columns in the metadata file include:
|
17 |
|
18 |
| Column Name | Description |
|
19 |
|----------------------------|-------------------------------------------------------------------------------------------------------|
|
20 |
+
| **Response_ID** | Unique identifier for each participant's response.
|
21 |
+
| **file_name** | Local file path for hugging face dataset upload compatibility. | |
|
22 |
| **Age** | Age of the participant in years. |
|
23 |
| **Gender** | Gender of the participant (e.g., Male, Female, Non-binary). |
|
24 |
| **Nationality** | Participant's nationality. |
|