Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -111,7 +111,7 @@ Each data point contains the following fields:
|
|
| 111 |
- **district** (`string`): The district (Amphoe) where the speaker resides.
|
| 112 |
- **province** (`string`): The province (Changwat) where the speaker resides.
|
| 113 |
- **age** (`int`): The age of the speaker.
|
| 114 |
-
- **gender** (`string`): The gender of the speaker. Values include "m" (male), "f" (female), and "x" (not specified).
|
| 115 |
- **question_id** (`string`): The ID of the prompt question asked to the speaker.
|
| 116 |
- **question** (`string`): The text of the question asked to the speaker.
|
| 117 |
- **duration** (`float`): The duration of the audio clip in seconds.
|
|
|
|
| 111 |
- **district** (`string`): The district (Amphoe) where the speaker resides.
|
| 112 |
- **province** (`string`): The province (Changwat) where the speaker resides.
|
| 113 |
- **age** (`int`): The age of the speaker.
|
| 114 |
+
- **gender** (`string`): The gender of the speaker. Values include `"m"` (male), `"f"` (female), and `"x"` (not specified).
|
| 115 |
- **question_id** (`string`): The ID of the prompt question asked to the speaker.
|
| 116 |
- **question** (`string`): The text of the question asked to the speaker.
|
| 117 |
- **duration** (`float`): The duration of the audio clip in seconds.
|