Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Spanish
Size:
10K - 100K
Tags:
emotion
License:
Commit
•
f881ecd
1
Parent(s):
fe7642d
Fix task_ids (#1)
Browse files- Fix task_ids (76fa17729ef9382fa3494b7b8174d4fb855aebb1)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -19,9 +19,9 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- multi-class-classification
|
21 |
- multi-label-classification
|
22 |
-
- text-classification-other-emotion
|
23 |
pretty_name: GoEmotions
|
24 |
-
|
|
|
25 |
---
|
26 |
# GoEmotions Spanish
|
27 |
|
|
|
19 |
task_ids:
|
20 |
- multi-class-classification
|
21 |
- multi-label-classification
|
|
|
22 |
pretty_name: GoEmotions
|
23 |
+
tags:
|
24 |
+
- emotion
|
25 |
---
|
26 |
# GoEmotions Spanish
|
27 |
|