Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,118 +1,67 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|