Datasets:
Update README.md
Browse files
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 (
|
| 70 |
| `duration` | Duration of the audio in seconds |
|
| 71 |
| `gender` | Speaker gender (`male` / `female`) |
|
| 72 |
|
| 73 |
-
##
|
| 74 |
-
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
|