Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
Polish
Size:
10K - 100K
License:
File size: 836 Bytes
2a91129 |
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 |
---
dataset_info:
features:
- name: text
dtype: string
- name: Joy
dtype: bool
- name: Trust
dtype: bool
- name: Anticipation
dtype: bool
- name: Surprise
dtype: bool
- name: Fear
dtype: bool
- name: Sadness
dtype: bool
- name: Disgust
dtype: bool
- name: Anger
dtype: bool
- name: Positive
dtype: bool
- name: Negative
dtype: bool
- name: Neutral
dtype: bool
splits:
- name: train
num_bytes: 869804
num_examples: 7169
- name: val
num_bytes: 160871
num_examples: 1401
- name: test
num_bytes: 176693
num_examples: 1431
download_size: 840179
dataset_size: 1207368
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|