MEscriva's picture
Upload dataset
bf4d618 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: duration
      dtype: float64
    - name: category
      dtype: string
    - name: domain
      dtype: string
    - name: is_math
      dtype: bool
    - name: math_entities
      dtype: string
    - name: source
      dtype: string
    - name: has_audio
      dtype: bool
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
  splits:
    - name: train
      num_bytes: 467039173
      num_examples: 3641
    - name: validation
      num_bytes: 61835204
      num_examples: 466
    - name: test
      num_bytes: 141391324
      num_examples: 559
  download_size: 658973567
  dataset_size: 670265701
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*