Noothi/telugu-tech-custom-voice-v2
ποΈ Telugu Technical Custom Voice Dataset A high-quality, single-speaker Telugu tech speech dataset designed for fine-tuning text-to-speech (TTS) models like IndicF5-TTS, F5-TTS, XTTS v2, VITS, and ElevenLabs Voice Cloning. π Dataset Overview Total Clips: 676 WAV files Total Audio Duration: 70.61 minutes (1.18 hours / 4,236.54 seconds) Total Disk Size: 1.14 GB Average Clip Duration: 6.26 seconds (ranging 2.0s β 15.0s, optimal for TTS attention alignment) Audioβ¦ See the full description on the dataset page: https://huggingface.co/datasets/Noothi/telugu-tech-custom-voice-v2.
ποΈ Telugu Technical Custom Voice Dataset
A high-quality, single-speaker Telugu tech speech dataset designed for fine-tuning text-to-speech (TTS) models like IndicF5-TTS, F5-TTS, XTTS v2, VITS, and ElevenLabs Voice Cloning.
π Dataset Overview
- Total Clips: 676 WAV files
- Total Audio Duration: 70.61 minutes (1.18 hours / 4,236.54 seconds)
- Total Disk Size: 1.14 GB
- Average Clip Duration: 6.26 seconds (ranging 2.0s β 15.0s, optimal for TTS attention alignment)
- Audio Format: 22,050 Hz / 48,000 Hz, 16-bit PCM Mono
- STT Transcription Engine: ElevenLabs Scribe V2 (
scribe_v2) - Train / Validation Split: 658 Train clips / 18 Validation clips
π¬ Video Source Breakdown
π Files Structure
wavs/: Isolated voice clips in.wavformat.metadata.csv: Raw ElevenLabs Scribe V2 transcriptions (|delimited).metadata_clean.csv: Cleaned, NFC-normalized text with Code-Switched technical terms.metadata_telugu.csv: Pure Telugu script phonetic transliterations (,delimited).train.csv: Training split (658 clips).val.csv: Validation split (18 clips).
π Usage with Hugging Face Datasets
from datasets import load_dataset
dataset = load_dataset("Noothi/telugu-tech-custom-voice-v2")
print(dataset)