Datasets:
File size: 1,489 Bytes
c2c37d6 c232e80 c2c37d6 | 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 | ---
license: mit
dataset_info:
config_name: combined
features:
- name: lt_text
dtype: string
- name: text
dtype: string
- name: labels
sequence:
class_label:
names:
'0': anger
'1': disgust
'2': fear
'3': joy
'4': sadness
'5': surprise
'6': neutral
splits:
- name: comb_train
num_bytes: 80451966
num_examples: 376857
- name: comb_validation
num_bytes: 10029603
num_examples: 47107
- name: lt_go_emotions_test
num_bytes: 882333
num_examples: 5427
- name: lt_twitter_emotions_test
num_bytes: 9160224
num_examples: 41681
download_size: 61644637
dataset_size: 100524126
configs:
- config_name: combined
data_files:
- split: comb_train
path: combined/comb_train-*
- split: comb_validation
path: combined/comb_validation-*
- split: lt_go_emotions_test
path: combined/lt_go_emotions_test-*
- split: lt_twitter_emotions_test
path: combined/lt_twitter_emotions_test-*
task_categories:
- text-classification
language:
- en
- lt
size_categories:
- 100K<n<1M
---
The dataset is a combined product of the the following dataset:
1. [LT Go Emotions](https://huggingface.co/datasets/SkyWater21/lt_go_emotions)
2. [LT Twitter Emotions](https://huggingface.co/datasets/SkyWater21/lt_twitter_emotions)
Dataset contains combined training and validation splits. The test split remained the unmodified from each of the used datasets. |