--- dataset_info: features: - name: sentence dtype: string - name: labels dtype: class_label: names: '0': anger '1': disgust '2': fear '3': joy '4': neutral '5': sadness '6': surprise splits: - name: train num_bytes: 3168391.187915664 num_examples: 39575 - name: valid num_bytes: 396058.9060421678 num_examples: 4947 - name: test num_bytes: 396058.9060421678 num_examples: 4947 download_size: 2628187 dataset_size: 3960509.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: valid path: data/valid-* - split: test path: data/test-* task_categories: - text-classification language: - en --- Original dataset: [GoEmotions dataset](https://huggingface.co/datasets/google-research-datasets/go_emotions) Filtered using "ekman_mapping.json" from original dataset repo and filtered to use only the sentences with one label Dataset contains 7 emotion labels as per Dr. Ekman theory. Labels are as follows: ```yaml 0: anger 1: disgust 2: fear 3: joy 4: sadness 5: surprise 6: neutral ```