speech-clips-min2s / README.md
MagicLuke's picture
Declare audio feature metadata
c93390f verified
|
Raw
History Blame Contribute Delete
652 Bytes
metadata
license: other
private: true
configs:
  - config_name: default
    data_files:
      - split: train
        path: train-00000-of-00001.parquet
dataset_info:
  features:
    - name: audio
      dtype: audio
    - name: segment_id
      dtype: string
    - name: duration_ms
      dtype: int32

Speech Clips Minimum 2s

Private 1-hour speech clip sample.

  • Clips: 1190
  • Format: embedded WAV bytes in an audio struct column
  • Minimum clip duration: 2 seconds
  • Total duration: 1.00169 hours

Columns:

  • audio: struct with embedded WAV bytes and generated path names.
  • segment_id: source segment identifier.
  • duration_ms: clip duration in milliseconds.