Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,20 +20,25 @@ This dataset contains Malayalam speech audio files and their corresponding trans
|
|
| 20 |
|
| 21 |
## Dataset Description
|
| 22 |
|
| 23 |
-
The dataset consists of approximately 4,126 Malayalam audio clips
|
| 24 |
|
| 25 |
- **Total Audio Files**: 4,126
|
|
|
|
|
|
|
| 26 |
- **Total Duration**: ~5-6 hours (estimated)
|
| 27 |
- **Format**: 16kHz WAV
|
| 28 |
-
- **Annotation**: JSON segments and `metadata.jsonl`
|
| 29 |
|
| 30 |
## Dataset Structure
|
| 31 |
|
| 32 |
-
|
| 33 |
-
1. `
|
| 34 |
-
2. `
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
### metadata.jsonl format
|
| 39 |
```json
|
|
|
|
| 20 |
|
| 21 |
## Dataset Description
|
| 22 |
|
| 23 |
+
The dataset consists of approximately 4,126 Malayalam audio clips, split into training and testing sets with a 90/10 ratio, stratified by speaker gender.
|
| 24 |
|
| 25 |
- **Total Audio Files**: 4,126
|
| 26 |
+
- **Train Split**: 3,712 samples
|
| 27 |
+
- **Test Split**: 414 samples
|
| 28 |
- **Total Duration**: ~5-6 hours (estimated)
|
| 29 |
- **Format**: 16kHz WAV
|
| 30 |
+
- **Annotation**: JSON segments and split-specific `metadata.jsonl` entries.
|
| 31 |
|
| 32 |
## Dataset Structure
|
| 33 |
|
| 34 |
+
The dataset is organized into `train` and `test` directories:
|
| 35 |
+
1. `train/`: Contains 3,712 audio-JSON pairs and `metadata.jsonl`.
|
| 36 |
+
2. `test/`: Contains 414 audio-JSON pairs and `metadata.jsonl`.
|
| 37 |
|
| 38 |
+
Each split contains:
|
| 39 |
+
- `[id].wav`: The audio file.
|
| 40 |
+
- `[id].json`: Segment information and transcription.
|
| 41 |
+
- `metadata.jsonl`: Mapping of audio files to transcriptions.
|
| 42 |
|
| 43 |
### metadata.jsonl format
|
| 44 |
```json
|