ML2021_ASR_ST / README.md
kph68's picture
Upload README.md with huggingface_hub
fac04be
|
raw
history blame
796 Bytes
---
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.0
num_examples: 200
- name: dev
num_bytes: 8855312.0
num_examples: 30
- name: test
num_bytes: 40865132.0
num_examples: 140
download_size: 91770306
dataset_size: 110878040.0
---
# Dataset Card for "ML2021_ASR_ST"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)