espnet_prob_swb_16k / README.md
chiyuanhsiao's picture
Upload dataset
59dcd75 verified
metadata
dataset_info:
  features:
    - name: title
      dtype: string
    - name: timestamp_ch_0
      struct:
        - name: word
          list:
            - name: start
              dtype: float32
            - name: end
              dtype: float32
            - name: word
              dtype: string
        - name: segment
          list:
            - name: start
              dtype: float32
            - name: end
              dtype: float32
            - name: segment
              dtype: string
    - name: timestamp_ch_1
      struct:
        - name: word
          list:
            - name: start
              dtype: float32
            - name: end
              dtype: float32
            - name: word
              dtype: string
        - name: segment
          list:
            - name: start
              dtype: float32
            - name: end
              dtype: float32
            - name: segment
              dtype: string
    - name: espnet_prob
      sequence:
        sequence: float64
  splits:
    - name: train
      num_bytes: 940558897
      num_examples: 1999
    - name: validation
      num_bytes: 103960504
      num_examples: 298
    - name: test
      num_bytes: 48226097
      num_examples: 138
  download_size: 760989710
  dataset_size: 1092745498
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*