--- dataset_info: features: - name: convo_id dtype: string - name: num_turns dtype: int64 - name: emotion_type dtype: string - name: problem_type dtype: string - name: situation dtype: string - name: emotion_intensity_initial dtype: float64 - name: emotion_intensity_final dtype: float64 - name: empathy dtype: float64 - name: relevance dtype: float64 - name: user_history dtype: string - name: user_text dtype: string - name: counselor_first dtype: string - name: counselor_full dtype: string - name: strategy dtype: string - name: first_strategy dtype: string - name: __index_level_0__ dtype: int64 - name: user_turn_emotion dtype: string - name: anger_proba dtype: float64 - name: disgusted_proba dtype: float64 - name: fear_proba dtype: float64 - name: happy_proba dtype: float64 - name: neutral_proba dtype: float64 - name: sad_proba dtype: float64 - name: surprised_proba dtype: float64 splits: - name: train num_bytes: 11640204 num_examples: 9588 - name: test num_bytes: 2227102 num_examples: 1865 download_size: 4372961 dataset_size: 13867306 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---