superb_ks / README.md
regisss's picture
regisss HF Staff
Update README.md
b93ae01 verified
metadata
dataset_info:
  features:
    - name: file
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: label
      dtype:
        class_label:
          names:
            '0': 'yes'
            '1': 'no'
            '2': up
            '3': down
            '4': left
            '5': right
            '6': 'on'
            '7': 'off'
            '8': stop
            '9': go
            '10': _silence_
            '11': _unknown_
  splits:
    - name: train
      num_bytes: 2260437492.356
      num_examples: 51094
    - name: validation
      num_bytes: 215257764.552
      num_examples: 6798
    - name: test
      num_bytes: 99240817.676
      num_examples: 3081
  download_size: 1773358840
  dataset_size: 2574936074.584
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
license: unknown
task_categories:
  - audio-classification
  - automatic-speech-recognition
language:
  - en

The Superb dataset for the Keyword Spotting (KS) task without needing to run remote code, so it is compatible with datasets >= 4.0.0.