File size: 1,120 Bytes
0ecabfa |
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 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: ID
dtype: string
- name: text
dtype: string
- name: anger
dtype: bool
- name: anticipation
dtype: bool
- name: disgust
dtype: bool
- name: fear
dtype: bool
- name: joy
dtype: bool
- name: love
dtype: bool
- name: optimism
dtype: bool
- name: pessimism
dtype: bool
- name: sadness
dtype: bool
- name: surprise
dtype: bool
- name: trust
dtype: bool
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 1219126
num_examples: 6838
- name: test
num_bytes: 578728
num_examples: 3259
- name: validation
num_bytes: 157658
num_examples: 886
download_size: 706992
dataset_size: 1955512
---
# Dataset Card for "sem_eval_2018_task_1_english_cleaned_labels"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |