nst-da / README.md
saattrupdan's picture
Upload README.md with huggingface_hub
873828d
|
raw
history blame
817 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: text
      dtype: string
    - name: speaker_id
      dtype: int64
    - name: age
      dtype: int64
    - name: sex
      dtype: string
    - name: dialect
      dtype: string
    - name: recording_datetime
      dtype: string
  splits:
    - name: train
      num_bytes: 55199435558
      num_examples: 182605
    - name: test
      num_bytes: 8894080220
      num_examples: 54747
  download_size: 5358057252
  dataset_size: 64093515778

Dataset Card for "nst-da-parquet"

More Information needed