pianistprogrammer/tech-speech-dataset
Tech Speech Dataset A speech dataset built from tech tutorial YouTube videos (Techvangelists channel), chunked into ~30-second sentence-aware segments. Dataset Details 337 audio clips of clean English speech 3 hours 18 minutes of audio 16kHz mono WAV format Topics: AI, LLMs, Ollama, LangChain, web development, tech news Columns Column Description audio Audio clip (16kHz mono) text Whisper transcript duration Clip duration in seconds… See the full description on the dataset page: https://huggingface.co/datasets/pianistprogrammer/tech-speech-dataset.
013
1---2language:3- en4license: cc-by-4.05task_categories:6- automatic-speech-recognition7pretty_name: Tech Speech Dataset8size_categories:9- 100K<n<1M10---11 12# Tech Speech Dataset13 14A speech dataset built from tech tutorial YouTube videos (Techvangelists channel), chunked into ~30-second sentence-aware segments.15 16## Dataset Details17 18- **337 audio clips** of clean English speech19- **3 hours 18 minutes** of audio20- **16kHz mono WAV** format21- Topics: AI, LLMs, Ollama, LangChain, web development, tech news22 23## Columns24 25| Column | Description |26|---|---|27| `audio` | Audio clip (16kHz mono) |28| `text` | Whisper transcript |29| `duration` | Clip duration in seconds |30| `start_time` | Start time in source video |31| `end_time` | End time in source video |32| `video_title` | Source YouTube video title |33| `source_url` | Source YouTube URL |34 