meetings / README.md
abedNa's picture
Upload dataset
f9dbf63 verified
metadata
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: transcript
      dtype: string
    - name: metadata
      struct:
        - name: seek
          dtype: float32
        - name: duration
          dtype: float32
        - name: source
          dtype: string
        - name: entry_id
          dtype: string
        - name: quality_score
          dtype: float32
    - name: has_prev
      dtype: bool
    - name: has_timestamps
      dtype: bool
    - name: prev_transcript
      dtype: string
  splits:
    - name: train
      num_bytes: 652496284.0953717
      num_examples: 1354
    - name: eval
      num_bytes: 34696995.90462833
      num_examples: 72
  download_size: 547733547
  dataset_size: 687193280
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*