|
--- |
|
dataset_info: |
|
features: |
|
- name: speaker_id |
|
dtype: int64 |
|
- name: form_id |
|
dtype: string |
|
- name: grade |
|
dtype: float64 |
|
- name: classification |
|
dtype: int64 |
|
- name: asr_transcription |
|
dtype: string |
|
- name: wav_path |
|
dtype: string |
|
- name: prompt |
|
dtype: string |
|
- name: example |
|
dtype: string |
|
- name: confidence_score |
|
dtype: float64 |
|
- name: acoustic_score |
|
dtype: float64 |
|
- name: lm_score |
|
dtype: float64 |
|
- name: pitch |
|
dtype: float64 |
|
- name: intensity |
|
dtype: float64 |
|
- name: pause(sec) |
|
dtype: float64 |
|
- name: silence(sec) |
|
dtype: float64 |
|
- name: duration(sec) |
|
dtype: float64 |
|
- name: wpm |
|
dtype: float64 |
|
- name: total_num_word |
|
dtype: int64 |
|
- name: level_1 |
|
dtype: int64 |
|
- name: level_2 |
|
dtype: float64 |
|
- name: level_3 |
|
dtype: float64 |
|
- name: seq_len |
|
dtype: int64 |
|
- name: key1 |
|
dtype: float64 |
|
- name: key2 |
|
dtype: float64 |
|
- name: key3 |
|
dtype: float64 |
|
- name: key4 |
|
dtype: float64 |
|
- name: avg |
|
dtype: float64 |
|
- name: all_avg_score |
|
dtype: float64 |
|
- name: Threshold_Count |
|
dtype: int64 |
|
- name: mean_pitch |
|
dtype: float64 |
|
- name: mean_intensity |
|
dtype: float64 |
|
- name: duration |
|
dtype: float64 |
|
- name: localJitter |
|
dtype: float64 |
|
- name: localShimmer |
|
dtype: float64 |
|
- name: rapJitter |
|
dtype: float64 |
|
- name: long_silence |
|
dtype: float64 |
|
- name: silence |
|
dtype: float64 |
|
- name: long_silence_num |
|
dtype: int64 |
|
- name: silence_num |
|
dtype: int64 |
|
- name: std_energy |
|
dtype: float64 |
|
- name: avg_spectral |
|
dtype: float64 |
|
- name: avg_energy_entropy |
|
dtype: float64 |
|
- name: zero_cross_num |
|
dtype: int64 |
|
- name: v_to_uv_ratio |
|
dtype: float64 |
|
- name: voice_count |
|
dtype: int64 |
|
- name: unvoice_count |
|
dtype: int64 |
|
- name: mean_long_silence |
|
dtype: float64 |
|
- name: mean_silence |
|
dtype: float64 |
|
- name: more3word |
|
dtype: int64 |
|
- name: num_word |
|
dtype: int64 |
|
- name: whisperX_transcription |
|
dtype: string |
|
- name: delivery_vec |
|
dtype: string |
|
- name: num_sentence |
|
dtype: int64 |
|
- name: uh_count |
|
dtype: int64 |
|
- name: num_silence |
|
dtype: int64 |
|
- name: num_long_silence |
|
dtype: int64 |
|
- name: relevance |
|
dtype: float64 |
|
- name: delivery |
|
dtype: float64 |
|
- name: language |
|
dtype: float64 |
|
splits: |
|
- name: train |
|
num_bytes: 21608915 |
|
num_examples: 719 |
|
- name: validation |
|
num_bytes: 1133509 |
|
num_examples: 34 |
|
- name: test |
|
num_bytes: 1198290 |
|
num_examples: 38 |
|
- name: train_human |
|
num_bytes: 6862432 |
|
num_examples: 227 |
|
download_size: 20214122 |
|
dataset_size: 30803146 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: validation |
|
path: data/validation-* |
|
- split: test |
|
path: data/test-* |
|
- split: train_human |
|
path: data/train_human-* |
|
--- |
|
|