Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ task_categories:
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
pretty_name: EXPRESS
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# EXPRESS Dataset
|
|
@@ -27,5 +30,4 @@ You can load the dataset with:
|
|
| 27 |
```python
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
-
dataset = load_dataset("bangzhao/express-emotion-recognition")
|
| 31 |
-
|
|
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
pretty_name: EXPRESS
|
| 9 |
+
tags:
|
| 10 |
+
- emotion
|
| 11 |
+
- psychology
|
| 12 |
---
|
| 13 |
|
| 14 |
# EXPRESS Dataset
|
|
|
|
| 30 |
```python
|
| 31 |
from datasets import load_dataset
|
| 32 |
|
| 33 |
+
dataset = load_dataset("bangzhao/express-emotion-recognition")
|
|
|