Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Prosody Features for train-clean-100
This repository contains a pickled ProsodyFeatureExtractor
object trained on the LibriSpeech train-clean-100
and dev-clean
subset.
Contents
- Word-level prosodic features
- F0, energy, duration, pause, prominence
- Extracted using CELEX-based stress localization
Format
.pkl
file — can be loaded usingpickle.load(open(..., "rb"))
- Compatible with JSON serialization
- Downloads last month
- 72