deepdml commited on
Commit
b79b1ac
·
verified ·
1 Parent(s): f5f0a18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -66,13 +66,16 @@ and clean audio.
66
  |-------|-------------|
67
  | `file_id` | Anonymized identifier for the audio file |
68
  | `transcription` | Tamil text transcription of the utterance |
69
- | `audio` | WAV audio file (16 kHz, mono) |
70
  | `duration` | Duration of the audio in seconds |
71
  | `gender` | Speaker gender (`male` / `female`) |
72
 
73
- ## Languages
74
-
75
- Tamil (`ta-IN`)
 
 
 
76
 
77
  ## Usage
78
 
 
66
  |-------|-------------|
67
  | `file_id` | Anonymized identifier for the audio file |
68
  | `transcription` | Tamil text transcription of the utterance |
69
+ | `audio` | WAV audio file (mono) |
70
  | `duration` | Duration of the audio in seconds |
71
  | `gender` | Speaker gender (`male` / `female`) |
72
 
73
+ ## Corpus statistics
74
+ | gender | samples | duration h |
75
+ |--------|---------|------------|
76
+ | female | 2 335 | 4.01 |
77
+ | male | 1 956 | 3.07 |
78
+ | **total** | **4291** | **7.08** |
79
 
80
  ## Usage
81