AkCodes23 commited on
Commit
9c448ed
·
verified ·
1 Parent(s): ce516e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -118
README.md CHANGED
@@ -1,118 +1,67 @@
1
- ---
2
- dataset_info:
3
- - config_name: indian_english
4
- features:
5
- - name: audio
6
- dtype:
7
- audio:
8
- sampling_rate: 24000
9
- - name: text
10
- dtype: string
11
- - name: normalized_text
12
- dtype: string
13
- - name: language
14
- dtype: string
15
- - name: language_code
16
- dtype: string
17
- - name: emotion
18
- dtype: string
19
- - name: style
20
- dtype: string
21
- - name: emotion_confidence
22
- dtype: float32
23
- - name: tag_source
24
- dtype: string
25
- - name: speaker_id
26
- dtype: string
27
- - name: duration
28
- dtype: float32
29
- - name: snr_db
30
- dtype: float32
31
- - name: source_video_id
32
- dtype: string
33
- - name: source_url
34
- dtype: string
35
- - name: source_channel
36
- dtype: string
37
- - name: license
38
- dtype: string
39
- - name: segment_start
40
- dtype: float32
41
- - name: segment_end
42
- dtype: float32
43
- - name: sample_rate
44
- dtype: int32
45
- splits:
46
- - name: train
47
- num_bytes: 82085131.0
48
- num_examples: 134
49
- - name: validation
50
- num_bytes: 4559768.0
51
- num_examples: 8
52
- download_size: 85990215
53
- dataset_size: 86644899.0
54
- - config_name: telugu
55
- features:
56
- - name: audio
57
- dtype:
58
- audio:
59
- sampling_rate: 24000
60
- - name: text
61
- dtype: string
62
- - name: normalized_text
63
- dtype: string
64
- - name: language
65
- dtype: string
66
- - name: language_code
67
- dtype: string
68
- - name: emotion
69
- dtype: string
70
- - name: style
71
- dtype: string
72
- - name: emotion_confidence
73
- dtype: float32
74
- - name: tag_source
75
- dtype: string
76
- - name: speaker_id
77
- dtype: string
78
- - name: duration
79
- dtype: float32
80
- - name: snr_db
81
- dtype: float32
82
- - name: source_video_id
83
- dtype: string
84
- - name: source_url
85
- dtype: string
86
- - name: source_channel
87
- dtype: string
88
- - name: license
89
- dtype: string
90
- - name: segment_start
91
- dtype: float32
92
- - name: segment_end
93
- dtype: float32
94
- - name: sample_rate
95
- dtype: int32
96
- splits:
97
- - name: train
98
- num_bytes: 82651985.0
99
- num_examples: 133
100
- - name: validation
101
- num_bytes: 4636028.0
102
- num_examples: 7
103
- download_size: 87020068
104
- dataset_size: 87288013.0
105
- configs:
106
- - config_name: indian_english
107
- data_files:
108
- - split: train
109
- path: indian_english/train-*
110
- - split: validation
111
- path: indian_english/validation-*
112
- - config_name: telugu
113
- data_files:
114
- - split: train
115
- path: telugu/train-*
116
- - split: validation
117
- path: telugu/validation-*
118
- ---
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-speech
5
+ language:
6
+ - en
7
+ - te
8
+ tags:
9
+ - tts
10
+ - speech
11
+ - indian-languages
12
+ - telugu
13
+ - indian-english
14
+ - emotion
15
+ - single-speaker
16
+ pretty_name: Indian English + Telugu Single-Speaker TTS (emotion-tagged)
17
+ size_categories:
18
+ - n<1K
19
+ configs:
20
+ - config_name: indian_english
21
+ data_files: indian_english/**
22
+ - config_name: telugu
23
+ data_files: telugu/**
24
+ ---
25
+
26
+ # Indian English + Telugu Single-Speaker TTS Dataset (emotion-tagged)
27
+
28
+ Clean, single-speaker audio clips sourced from YouTube, transcribed with **Sarvam**
29
+ ASR, segmented with diarization, and labeled with emotion/style tags. Built as a
30
+ data-quality / curation exercise.
31
+
32
+ ## Contents
33
+ - **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}
34
+ - **Telugu** (`telugu`): 30.25 min, 140 clips, 6 speakers; emotions: {'calm': 25, 'neutral': 24, 'angry': 24, 'excited': 24, 'sad': 24, 'fearful': 9, 'happy': 7, 'surprised': 3}
35
+
36
+ Total: **60.3 minutes**.
37
+
38
+ ## Schema
39
+ `audio` (24 kHz mono), `text`, `normalized_text`, `language`, `language_code`,
40
+ `emotion` (neutral, happy, sad, angry, excited, calm, fearful, surprised), `style` (narrative, conversational, formal, expressive, whisper), `emotion_confidence`, `tag_source`
41
+ (`auto`/`human`), `speaker_id`, `duration`, `snr_db`, `source_video_id`,
42
+ `source_url`, `source_channel`, `license`, `segment_start`, `segment_end`,
43
+ `sample_rate`.
44
+
45
+ ## How it was built
46
+ 1. Curated single-speaker YouTube sources (audiobooks, lectures, news, storytelling).
47
+ 2. **Sarvam batch STT** (`saaras:v3`) with diarization + timestamps for structure.
48
+ 3. Silence-snapped segmentation into 3–25 s clips (single speaker only).
49
+ 4. **Sarvam realtime STT** (`saarika:v2.5`) per clip for clip-accurate transcripts.
50
+ 5. Automated quality gates (clipping, SNR, silence, music/noise bed, ASR confidence, dedup).
51
+ 6. Hybrid emotion tagging: per-speaker-normalized acoustic features + Sarvam LLM,
52
+ with an acoustic whisper override.
53
+ 7. Human review (listen, fix transcripts, relabel) — **human labels override automated ones**.
54
+ 8. Light loudness normalization (dynamics preserved), balanced emotion selection.
55
+
56
+ ## Audio
57
+ 24 kHz mono WAV. Loudness lightly normalized (~-20 LUFS, peak −1 dBFS) WITHOUT
58
+ limiting, so the prosodic dynamics that carry emotion are preserved.
59
+
60
+ ## Ethics & licensing
61
+ Sourced from YouTube for research; clips are short and transformative. Per-clip
62
+ provenance (`source_url`, `source_channel`, `license`) is retained. Respect the
63
+ original creators' rights; remove clips on request.
64
+
65
+ ## Limitations
66
+ Emotion tags are heuristic (acoustic + LLM, partly human-verified) and may be
67
+ imperfect for subtle prosody. See the project report for iteration notes.