Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
Tags:
emotion
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ Each split follows the same schema.
|
|
| 61 |
Each example consists of:
|
| 62 |
|
| 63 |
- **`text`** (`string`): Preprocessed text input
|
| 64 |
-
- **`labels`**
|
| 65 |
|
| 66 |
Each label is binary:
|
| 67 |
- `1` → emotion present
|
|
|
|
| 61 |
Each example consists of:
|
| 62 |
|
| 63 |
- **`text`** (`string`): Preprocessed text input
|
| 64 |
+
- **`labels`** : Multi-one-hot encoded emotion labels (length = 28)
|
| 65 |
|
| 66 |
Each label is binary:
|
| 67 |
- `1` → emotion present
|