File size: 523 Bytes
18e0a9b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
dataset_info:
features:
- name: duration
dtype: float64
- name: audio
dtype: audio
- name: transcription
dtype: string
- name: transcript_length
dtype: int64
- name: predictions
dtype: string
- name: wer
dtype: float64
- name: cer
dtype: float64
splits:
- name: test
num_bytes: 221335492.2749684
num_examples: 393
download_size: 271364504
dataset_size: 221335492.2749684
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|