ML2021_ASR_ST / README.md
kph68's picture
Upload README.md with huggingface_hub
fac04be
|
raw
history blame
No virus
796 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: dev
        path: data/dev-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: transcription
      dtype: string
    - name: translation
      dtype: string
    - name: file
      dtype: string
  splits:
    - name: train
      num_bytes: 61157596
      num_examples: 200
    - name: dev
      num_bytes: 8855312
      num_examples: 30
    - name: test
      num_bytes: 40865132
      num_examples: 140
  download_size: 91770306
  dataset_size: 110878040

Dataset Card for "ML2021_ASR_ST"

More Information needed