--- license: cc0-1.0 dataset_info: features: - name: id dtype: int32 - name: meanfreq dtype: float32 - name: sd dtype: float32 - name: median dtype: float32 - name: Q25 dtype: float32 - name: Q75 dtype: float32 - name: IQR dtype: float32 - name: skew dtype: float32 - name: kurt dtype: float32 - name: sp.ent dtype: float32 - name: sfm dtype: float32 - name: mode dtype: float32 - name: centroid dtype: float32 - name: meanfun dtype: float32 - name: minfun dtype: float32 - name: maxfun dtype: float32 - name: meandom dtype: float32 - name: mindom dtype: float32 - name: maxdom dtype: float32 - name: dfrange dtype: float32 - name: modindx dtype: float32 - name: age dtype: string - name: gender dtype: string - name: accent dtype: string splits: - name: train num_bytes: 1345201 num_examples: 12135 - name: validation num_bytes: 748157 num_examples: 7013 - name: test num_bytes: 741413 num_examples: 7014 download_size: 3086869 dataset_size: 2834771 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* --- This dataset is created for the project of [*NTU MH3511 Data Analysis with Computer*](https://www.ntu.edu.sg/docs/librariesprovider123/obtl/mas/updated-obtl/mh3511-spms-mas-outcomes-based-teaching-and-learning-document-(obtl)-8th-dec-2021.pdf?sfvrsn=3d0ca932_3). The original dataset is from [Common Voice](https://commonvoice.mozilla.org/en).