Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -79,8 +79,7 @@ Each JSON entry describes one utterance:
|
|
| 79 |
| `gender` | string or null | Speaker gender (`"M"`/`"F"`). |
|
| 80 |
| `duration` | float | Utterance duration in seconds (after resampling to 16 kHz). |
|
| 81 |
| `sample_rate` | int | Sample rate in Hz (16,000). |
|
| 82 |
-
| `
|
| 83 |
-
| `audio` | Audio | Automatically loaded waveform (16 kHz). |
|
| 84 |
| `transcription` | string or null | Reference sentence text. |
|
| 85 |
|
| 86 |
### Data Splits
|
|
|
|
| 79 |
| `gender` | string or null | Speaker gender (`"M"`/`"F"`). |
|
| 80 |
| `duration` | float | Utterance duration in seconds (after resampling to 16 kHz). |
|
| 81 |
| `sample_rate` | int | Sample rate in Hz (16,000). |
|
| 82 |
+
| `audio` | string | Waveform filename (`<utt_id>.wav`). |
|
|
|
|
| 83 |
| `transcription` | string or null | Reference sentence text. |
|
| 84 |
|
| 85 |
### Data Splits
|