deepdml's picture
Upload dataset
8643a81 verified
|
raw
history blame
1.32 kB
metadata
dataset_info:
  - config_name: ar
    features:
      - name: path
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: sentence
        dtype: string
      - name: condition_on_prev
        sequence: int64
      - name: whisper_transcript
        dtype: string
    splits:
      - name: train
        num_bytes: 3735873116.5
        num_examples: 4244
      - name: validation
        num_bytes: 1474199231.184
        num_examples: 1688
      - name: test
        num_bytes: 1461904898.023
        num_examples: 1669
    download_size: 5767604721
    dataset_size: 6671977245.707
  - config_name: es
    features:
      - name: path
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: sentence
        dtype: string
      - name: condition_on_prev
        sequence: int64
      - name: whisper_transcript
        dtype: string
    splits:
      - name: validation
        num_bytes: 3080882544.216
        num_examples: 3612
      - name: test
        num_bytes: 3109464944.98
        num_examples: 3654
    download_size: 5743091488
    dataset_size: 6190347489.196
configs:
  - config_name: ar
    data_files:
      - split: train
        path: ar/train-*
      - split: validation
        path: ar/validation-*
      - split: test
        path: ar/test-*
  - config_name: es
    data_files:
      - split: validation
        path: es/validation-*
      - split: test
        path: es/test-*