mlcs_fa_pitch / README.md
jacobstgerm's picture
Upload dataset
fc168e0 verified
metadata
dataset_info:
  features:
    - name: file
      dtype: string
    - name: is_valid
      dtype: bool
    - name: language
      dtype:
        class_label:
          names:
            '0': fa
    - name: speaker_id
      dtype: string
    - name: gender
      dtype:
        class_label:
          names:
            '0': MALE
            '1': FEMALE
            '2': OTHER
            '3': NAN
    - name: keyword
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: label
      dtype: int64
    - name: pitch
      dtype: float64
  splits:
    - name: train
      num_bytes: 2504882169.875
      num_examples: 77289
    - name: validation
      num_bytes: 261191912.875
      num_examples: 8057
    - name: test
      num_bytes: 261647414.125
      num_examples: 8071
  download_size: 1167689321
  dataset_size: 3027721496.875
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*