File size: 1,962 Bytes
58846a8 |
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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
---
dataset_info:
features:
- name: label
dtype: int64
- name: valence
dtype: float64
- name: arousal
dtype: float64
- name: arousal_norm
dtype: float64
- name: valence_norm
dtype: float64
- name: speakerID
dtype: int64
- name: utterance
dtype: string
- name: transcript
dtype: string
- name: emotion
dtype: string
- name: difficulty
dtype: float64
- name: curriculum_order
dtype: int64
- name: overall_agreement
dtype: float64
- name: fleiss_kappa
dtype: float64
- name: krippendorff_alpha
dtype: float64
- name: valence_std
dtype: float64
- name: arousal_std
dtype: float64
- name: dominance_std
dtype: float64
- name: valence_icc
dtype: float64
- name: arousal_icc
dtype: float64
- name: dominance_icc
dtype: float64
- name: n_categorical_evaluators
dtype: int64
- name: n_dimensional_evaluators
dtype: int64
- name: consensus_valence
dtype: float64
- name: consensus_arousal
dtype: float64
- name: consensus_dominance
dtype: float64
- name: naturalness_std
dtype: float64
- name: naturalness_icc
dtype: float64
- name: consensus_naturalness
dtype: float64
- name: emotion2vec_features
list:
- name: feats
sequence: float32
- name: key
dtype: string
- name: labels
sequence: 'null'
- name: scores
sequence: 'null'
- name: augmentation
dtype: string
- name: augmentation_type
dtype: string
- name: augmentation_params
struct:
- name: cutoff_freq
dtype: float64
- name: noise_level
dtype: float64
- name: scale_factor
dtype: float64
- name: speed_factor
dtype: float64
splits:
- name: train
num_bytes: 270272984
num_examples: 77980
download_size: 290814851
dataset_size: 270272984
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|