Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
multi-label-classification
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,33 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
@@ -28,6 +55,12 @@ dataset_info:
|
|
28 |
download_size: 115196
|
29 |
dataset_size: 224955
|
30 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
- config_name: ron
|
32 |
data_files:
|
33 |
- split: validation
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: ibo
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: anger
|
10 |
+
dtype: int64
|
11 |
+
- name: disgust
|
12 |
+
dtype: int64
|
13 |
+
- name: fear
|
14 |
+
dtype: int64
|
15 |
+
- name: joy
|
16 |
+
dtype: int64
|
17 |
+
- name: sadness
|
18 |
+
dtype: int64
|
19 |
+
- name: surprise
|
20 |
+
dtype: int64
|
21 |
+
splits:
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 69198
|
24 |
+
num_examples: 479
|
25 |
+
- name: test
|
26 |
+
num_bytes: 210239
|
27 |
+
num_examples: 1444
|
28 |
+
download_size: 106640
|
29 |
+
dataset_size: 279437
|
30 |
+
- config_name: ron
|
31 |
features:
|
32 |
- name: id
|
33 |
dtype: string
|
|
|
55 |
download_size: 115196
|
56 |
dataset_size: 224955
|
57 |
configs:
|
58 |
+
- config_name: ibo
|
59 |
+
data_files:
|
60 |
+
- split: validation
|
61 |
+
path: ibo/validation-*
|
62 |
+
- split: test
|
63 |
+
path: ibo/test-*
|
64 |
- config_name: ron
|
65 |
data_files:
|
66 |
- split: validation
|