ds_part_2 / README.md
mlinmg's picture
Upload dataset
9984c9b verified
|
Raw
History Blame Contribute Delete
628 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: full_audio
      struct:
        - name: path
          dtype: string
        - name: bytes
          dtype: binary
    - name: speaking_segments
      list: 'null'
    - name: speaking_transcriptions
      list: 'null'
    - name: non_speaking_segments
      list: 'null'
    - name: non_speaking_transcriptions
      list: 'null'
  splits:
    - name: train
      num_bytes: 149373473079
      num_examples: 9090
  download_size: 149376814820
  dataset_size: 149373473079