covost_demo / README.md
Tatzmori's picture
Upload dataset
a4098b8 verified
metadata
dataset_info:
  - config_name: default
    features:
      - name: client_id
        dtype: string
      - name: file
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: sentence
        dtype: string
      - name: translation
        dtype: string
      - name: id
        dtype: string
    splits:
      - name: train
        num_bytes: 562411
        num_examples: 10
      - name: validation
        num_bytes: 350204
        num_examples: 10
      - name: test
        num_bytes: 412467
        num_examples: 10
    download_size: 1332386
    dataset_size: 1325082
  - config_name: en-ja
    features:
      - name: client_id
        dtype: string
      - name: file
        dtype: string
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
      - name: sentence
        dtype: string
      - name: translation
        dtype: string
      - name: id
        dtype: string
    splits:
      - name: train
        num_bytes: 562411
        num_examples: 10
      - name: validation
        num_bytes: 350204
        num_examples: 10
      - name: test
        num_bytes: 412467
        num_examples: 10
    download_size: 1332386
    dataset_size: 1325082
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
  - config_name: en-ja
    data_files:
      - split: train
        path: en-ja/train-*
      - split: validation
        path: en-ja/validation-*
      - split: test
        path: en-ja/test-*