Trelis/sample-dataset-test-neural-nopack
sample-dataset-test-neural-nopack Speech dataset prepared with Trelis Studio. Statistics Metric Value Source files 6 Train samples 184 Validation samples 20 Total duration 62.6 minutes Columns Column Type Description audio Audio Audio segment (16kHz) - speech only, silence stripped via VAD text string Plain transcription (no timestamps) - backwards compatible text_ts string Transcription WITH Whisper timestamp… See the full description on the dataset page: https://huggingface.co/datasets/Trelis/sample-dataset-test-neural-nopack.
sample-dataset-test-neural-nopack
Speech dataset prepared with Trelis Studio.
Statistics
Columns
VAD Processing
Audio segments are processed with Silero VAD to match faster-whisper inference:
- Silence is stripped from audio (only speech regions remain)
- Timestamps are relative to the concatenated speech audio
- This ensures training data matches inference behavior
Training Usage
For Whisper timestamp training, use the two-bucket approach:
- Bucket A (50%): Use
text- plain transcription without timestamps - Bucket B (50%): Use
text_ts- transcription with Whisper timestamp tokens
Usage
from datasets import load_dataset
dataset = load_dataset("Trelis/sample-dataset-test-neural-nopack")Prepared with [Trelis Studio](https://studio.trelis.com)
