AkCodes23 commited on
Commit
979ee25
·
verified ·
1 Parent(s): 5008584

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -33,9 +33,12 @@ configs:
33
 
34
  # Indian English + Telugu Single-Speaker TTS Dataset (emotion-tagged)
35
 
36
- Clean, single-speaker audio clips sourced from YouTube, transcribed with **Sarvam**
37
- ASR, segmented with diarization, and labeled with emotion/style tags. Built as a
38
- data-quality / curation exercise.
 
 
 
39
 
40
  ## Contents
41
  - **Indian English** (`indian_english`): 30.05 min, 142 clips, 5 speakers; emotions: {'neutral': 31, 'calm': 31, 'sad': 30, 'excited': 30, 'angry': 12, 'fearful': 5, 'happy': 3}
@@ -43,6 +46,15 @@ data-quality / curation exercise.
43
 
44
  Total: **60.3 minutes**.
45
 
 
 
 
 
 
 
 
 
 
46
  ## Schema
47
  `audio` (24 kHz mono), `text`, `normalized_text`, `language`, `language_code`,
48
  `emotion` (neutral, happy, sad, angry, excited, calm, fearful, surprised), `style` (narrative, conversational, formal, expressive, whisper), `emotion_confidence`, `tag_source`
 
33
 
34
  # Indian English + Telugu Single-Speaker TTS Dataset (emotion-tagged)
35
 
36
+ Clean audio clips sourced from YouTube, transcribed with **Sarvam** ASR, segmented with
37
+ diarization, and labeled with emotion/style tags. Built as a data-quality / curation exercise.
38
+
39
+ > **"Single-speaker"** means **each clip contains exactly one speaker** (verified by
40
+ > diarization and speaker-embedding similarity). The dataset spans **11 distinct speakers
41
+ > total** (5 English, 6 Telugu), tracked via `speaker_id`.
42
 
43
  ## Contents
44
  - **Indian English** (`indian_english`): 30.05 min, 142 clips, 5 speakers; emotions: {'neutral': 31, 'calm': 31, 'sad': 30, 'excited': 30, 'angry': 12, 'fearful': 5, 'happy': 3}
 
46
 
47
  Total: **60.3 minutes**.
48
 
49
+ ## Evaluation (evidence, not just claims)
50
+
51
+ - **Single-speaker check** (ECAPA-TDNN embeddings): same-speaker cosine 0.74 vs different-speaker 0.21 (separation 0.52; 0/11 speakers flagged).
52
+ - **Transcript reliability**: English cross-ASR agreement with Whisper = 6.8% WER / 4.5% CER (n=40) — strong. Realtime ASR language-ID matched the target language on 100% of EN and 100% of TE clips. Telugu cross-ASR is not a valid proxy (Whisper is weak in Telugu); Telugu transcripts are best audited by human review.
53
+ - **Emotion-tag reliability** (sarvam-30b vs sarvam-105b on 120 clips): 65% agreement, Cohen's κ 0.55.
54
+ - **Phoneme coverage**: English 39 (100%), Telugu 45 (90%).
55
+
56
+ See the project report (GitHub repo) for full methodology and figures.
57
+
58
  ## Schema
59
  `audio` (24 kHz mono), `text`, `normalized_text`, `language`, `language_code`,
60
  `emotion` (neutral, happy, sad, angry, excited, calm, fearful, surprised), `style` (narrative, conversational, formal, expressive, whisper), `emotion_confidence`, `tag_source`