Aspik101's picture
Upload dataset
a15be9d
metadata
dataset_info:
  config_name: pl
  features:
    - name: client_id
      dtype: string
    - name: path
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - 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
    - name: whisper_transcript
      sequence: int64
  splits:
    - name: train
      num_bytes: 601297865.838
      num_examples: 17518
    - name: validation
      num_bytes: 307275648.41
      num_examples: 8534
    - name: test
      num_bytes: 341315560.23
      num_examples: 8534
  download_size: 1202230845
  dataset_size: 1249889074.4780002
configs:
  - config_name: pl
    data_files:
      - split: train
        path: pl/train-*
      - split: validation
        path: pl/validation-*
      - split: test
        path: pl/test-*