File size: 1,201 Bytes
28f7488 0616349 8eabb34 c0b08d0 7796239 28f7488 2a4dfef c535abf c0b08d0 7796239 28f7488 |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
---
dataset_info:
features:
- name: client_id
dtype: string
- name: path
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 48000
- name: sentence
dtype: string
- name: up_votes
dtype: int64
- name: down_votes
dtype: int64
- name: age
dtype: string
- name: gender
dtype: string
- name: accent
dtype: string
- name: locale
dtype: string
- name: segment
dtype: string
- name: variant
dtype: string
- name: predicted_sentence
dtype: string
splits:
- name: whisper.medium
num_bytes: 8271758359.625
num_examples: 18779
- name: whisper.small
num_bytes: 2763174559.625
num_examples: 18779
- name: whisper.large.v3
num_bytes: 8271776000.625
num_examples: 18779
- name: whisper.tiny
num_bytes: 8271831240.625
num_examples: 18779
download_size: 23466393916
dataset_size: 27578540160.5
configs:
- config_name: default
data_files:
- split: whisper.medium
path: data/whisper.medium-*
- split: whisper.small
path: data/whisper.small-*
- split: whisper.large.v3
path: data/whisper.large.v3-*
- split: whisper.tiny
path: data/whisper.tiny-*
---
|