CoolFace
Datasetpublic

cairocode/IEMO_Audio_Text_Merged

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes332downloads
README.md90 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: label5    dtype: int646  - name: valence7    dtype: float648  - name: arousal9    dtype: float6410  - name: domination11    dtype: float6412  - name: arousal_norm13    dtype: float6414  - name: valence_norm15    dtype: float6416  - name: speakerID17    dtype: int6418  - name: utterance_id19    dtype: string20  - name: transcript21    dtype: string22  - name: speaker_id23    dtype: int6424  - name: emotion25    dtype: string26  - name: difficulty27    dtype: float6428  - name: curriculum_order29    dtype: int6430  - name: overall_agreement31    dtype: float6432  - name: fleiss_kappa33    dtype: float6434  - name: krippendorff_alpha35    dtype: float6436  - name: valence_std37    dtype: float6438  - name: arousal_std39    dtype: float6440  - name: dominance_std41    dtype: float6442  - name: valence_icc43    dtype: float6444  - name: arousal_icc45    dtype: float6446  - name: dominance_icc47    dtype: float6448  - name: n_categorical_evaluators49    dtype: int6450  - name: n_dimensional_evaluators51    dtype: int6452  - name: consensus_valence53    dtype: float6454  - name: consensus_arousal55    dtype: float6456  - name: consensus_dominance57    dtype: float6458  - name: emotion2vec_features59    list:60    - name: feats61      sequence: float6462    - name: key63      dtype: string64    - name: labels65      sequence: 'null'66    - name: scores67      sequence: 'null'68  - name: audio69    struct:70    - name: array71      sequence: float6472    - name: path73      dtype: string74    - name: sampling_rate75      dtype: int6476  - name: audio_path77    dtype: 'null'78  splits:79  - name: train80    num_bytes: 261268393381    num_examples: 449082  download_size: 63977372483  dataset_size: 261268393384configs:85- config_name: default86  data_files:87  - split: train88    path: data/train-*89---90