Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -75,16 +75,15 @@ The dataset contains total of 2283 training, 368 validation and 838 test samples
|
|
75 |
```
|
76 |
### Data Fields
|
77 |
The data fields are the same among all splits.
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
lang_group_id (int): Class id of language group
|
88 |
|
89 |
|
90 |
### Use with Datasets
|
|
|
75 |
```
|
76 |
### Data Fields
|
77 |
The data fields are the same among all splits.
|
78 |
+
- **id** (int): ID of audio sample
|
79 |
+
- **num_samples** (int): Number of float values
|
80 |
+
- **path** (str): Path to the audio file
|
81 |
+
- **audio** (dict): Audio object including loaded audio array, sampling rate and path ot audio
|
82 |
+
- **raw_transcription** (str): The non-normalized transcription of the audio file
|
83 |
+
- **transcription** (str): Transcription of the audio file
|
84 |
+
- **gender** (int): Class id of gender
|
85 |
+
- **lang_id** (int): Class id of language
|
86 |
+
- **lang_group_id** (int): Class id of language group
|
|
|
87 |
|
88 |
|
89 |
### Use with Datasets
|