asr-alignment / README.md
nguyenvulebinh's picture
Upload dataset
fd026d2
metadata
license: apache-2.0
dataset_info:
  - config_name: libris
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: words
        sequence: string
      - name: word_start
        sequence: float64
      - name: word_end
        sequence: float64
      - name: entity_start
        sequence: int64
      - name: entity_end
        sequence: int64
      - name: entity_label
        sequence: string
    splits:
      - name: train
        num_bytes: 63849575890.896
        num_examples: 281241
      - name: valid
        num_bytes: 793442600.643
        num_examples: 5559
    download_size: 61361142328
    dataset_size: 64643018491.539
  - config_name: mustc
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: words
        sequence: string
      - name: word_start
        sequence: float64
      - name: word_end
        sequence: float64
      - name: entity_start
        sequence: int64
      - name: entity_end
        sequence: int64
      - name: entity_label
        sequence: string
    splits:
      - name: train
        num_bytes: 55552777413.1
        num_examples: 248612
      - name: valid
        num_bytes: 313397447.704
        num_examples: 1408
    download_size: 52028374666
    dataset_size: 55866174860.804
  - config_name: tedlium
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: words
        sequence: string
      - name: word_start
        sequence: float64
      - name: word_end
        sequence: float64
      - name: entity_start
        sequence: int64
      - name: entity_end
        sequence: int64
      - name: entity_label
        sequence: string
    splits:
      - name: train
        num_bytes: 56248950771.568
        num_examples: 268216
      - name: valid
        num_bytes: 321930549.928
        num_examples: 1456
    download_size: 52557126451
    dataset_size: 56570881321.496
configs:
  - config_name: libris
    data_files:
      - split: train
        path: libris/train-*
      - split: valid
        path: libris/valid-*
  - config_name: mustc
    data_files:
      - split: train
        path: mustc/train-*
      - split: valid
        path: mustc/valid-*
  - config_name: tedlium
    data_files:
      - split: train
        path: tedlium/train-*
      - split: valid
        path: tedlium/valid-*