Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,20 @@ dataset_info:
|
|
29 |
num_examples: 1241
|
30 |
download_size: 215486
|
31 |
dataset_size: 388070
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
# Dataset Card for "IEMOCAP_Text"
|
34 |
|
|
|
|
|
|
|
|
|
35 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
29 |
num_examples: 1241
|
30 |
download_size: 215486
|
31 |
dataset_size: 388070
|
32 |
+
task_categories:
|
33 |
+
- text-classification
|
34 |
+
language:
|
35 |
+
- en
|
36 |
+
tags:
|
37 |
+
- Emotion recognition
|
38 |
+
- Text classification
|
39 |
+
size_categories:
|
40 |
+
- 1K<n<10K
|
41 |
---
|
42 |
# Dataset Card for "IEMOCAP_Text"
|
43 |
|
44 |
+
This dataset obtained from IEMOCAP dataset. For more information go to [IEMOCAP](https://sail.usc.edu/iemocap/) webpage.
|
45 |
+
This dataset contains 5 most common classes includes angry, happy, excitement, neutral and sad. Based on articles in this field, we merge excitement and happy classes.
|
46 |
+
Our dataset contaions 5531 utterances and it splits based on the sessions.
|
47 |
+
|
48 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|