Arjunj commited on
Commit
3f9c9ac
·
verified ·
1 Parent(s): f71c8c9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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 in `.wav` format, each accompanied by a `.json` file containing the transcription and segment information.
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` entry for Hugging Face `datasets` library compatibility.
29
 
30
  ## Dataset Structure
31
 
32
- Each sample in the dataset is named with a consistent pattern (e.g., `female_mlf_01130_00015565294`) and has two associated files:
33
- 1. `[id].wav`: The audio file.
34
- 2. `[id].json`: Segment information and transcription.
35
 
36
- Additionally, a `metadata.jsonl` file is provided at the root for easy loading via the `datasets` library.
 
 
 
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