Warit commited on
Commit
dd70cc4
·
verified ·
1 Parent(s): f5cb2de

Update data field

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -111,6 +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
  - **question_id** (`string`): The ID of the prompt question asked to the speaker.
115
  - **question** (`string`): The text of the question asked to the speaker.
116
  - **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.