Thermostatic's picture
Upload train, validation, and test splits as single files
aa42b06 verified
metadata
license: cc0-1.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: client_id
      dtype: string
    - name: path
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 48000
    - name: sentence
      dtype: string
    - name: up_votes
      dtype: int64
    - name: down_votes
      dtype: int64
    - name: age
      dtype: string
    - name: gender
      dtype: string
    - name: accent
      dtype: string
    - name: locale
      dtype: string
    - name: segment
      dtype: string
    - name: variant
      dtype: string
  splits:
    - name: train
      num_bytes: 13030072526
      num_examples: 336846
    - name: validation
      num_bytes: 766524228
      num_examples: 15857
    - name: test
      num_bytes: 744404420
      num_examples: 15857
  download_size: 14292272484
  dataset_size: 14541001174