CoolFace
Datasetpublic

Humpy035/go_emotions_cleaned

sourceHugging Faceupdated 13d agoView on Hugging Face
0likes45downloads
README.md62 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: text5    dtype: string6  - name: labels7    list:8      class_label:9        names:10          '0': admiration11          '1': amusement12          '2': anger13          '3': annoyance14          '4': approval15          '5': caring16          '6': confusion17          '7': curiosity18          '8': desire19          '9': disappointment20          '10': disapproval21          '11': disgust22          '12': embarrassment23          '13': excitement24          '14': fear25          '15': gratitude26          '16': grief27          '17': joy28          '18': love29          '19': nervousness30          '20': optimism31          '21': pride32          '22': realization33          '23': relief34          '24': remorse35          '25': sadness36          '26': surprise37          '27': neutral38  - name: id39    dtype: string40  splits:41  - name: train42    num_bytes: 421839743    num_examples: 4328544  - name: validation45    num_bytes: 52700346    num_examples: 542447  - name: test48    num_bytes: 52422749    num_examples: 542250  download_size: 378581051  dataset_size: 526962752configs:53- config_name: default54  data_files:55  - split: train56    path: data/train-*57  - split: validation58    path: data/validation-*59  - split: test60    path: data/test-*61---62