librarian-bot
commited on
Commit
•
550a876
1
Parent(s):
829147f
Add task_categories tag
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
---
|
5 |
|
6 |
** Attention: There appears an overlap in train / test. I trained a model on the train set and achieved 100% acc on test set. With the original emotion dataset this is not the case (92.4% acc)**
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
task_categories:
|
5 |
+
- text-classification
|
6 |
---
|
7 |
|
8 |
** Attention: There appears an overlap in train / test. I trained a model on the train set and achieved 100% acc on test set. With the original emotion dataset this is not the case (92.4% acc)**
|