whisper / README.md
Woody113's picture
Upload dataset
f287863 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: transcripts
      dtype: string
  splits:
    - name: train
      num_bytes: 1919918922.2260711
      num_examples: 877
    - name: test
      num_bytes: 257259586.88696444
      num_examples: 110
    - name: valid
      num_bytes: 89934484.88696446
      num_examples: 110
  download_size: 1549632394
  dataset_size: 2267112994

Dataset Card for "whisper"

More Information needed