Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Russian
Size:
10K - 100K
Tags:
emotion-classification
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF Staff
- opened
README.md
CHANGED
|
@@ -9,8 +9,6 @@ license:
|
|
| 9 |
- apache-2.0
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
-
pretty_name: The Corpus for Emotions Detecting in Russian-language text sentences
|
| 13 |
-
(CEDR)
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
source_datasets:
|
|
@@ -20,6 +18,8 @@ task_categories:
|
|
| 20 |
task_ids:
|
| 21 |
- sentiment-classification
|
| 22 |
- multi-label-classification
|
|
|
|
|
|
|
| 23 |
tags:
|
| 24 |
- emotion-classification
|
| 25 |
dataset_info:
|
|
@@ -31,11 +31,11 @@ dataset_info:
|
|
| 31 |
sequence:
|
| 32 |
class_label:
|
| 33 |
names:
|
| 34 |
-
0: joy
|
| 35 |
-
1: sadness
|
| 36 |
-
2: surprise
|
| 37 |
-
3: fear
|
| 38 |
-
4: anger
|
| 39 |
- name: source
|
| 40 |
dtype: string
|
| 41 |
splits:
|
|
@@ -55,11 +55,11 @@ dataset_info:
|
|
| 55 |
sequence:
|
| 56 |
class_label:
|
| 57 |
names:
|
| 58 |
-
0: joy
|
| 59 |
-
1: sadness
|
| 60 |
-
2: surprise
|
| 61 |
-
3: fear
|
| 62 |
-
4: anger
|
| 63 |
- name: source
|
| 64 |
dtype: string
|
| 65 |
- name: sentences
|
|
|
|
| 9 |
- apache-2.0
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
|
|
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- 1K<n<10K
|
| 14 |
source_datasets:
|
|
|
|
| 18 |
task_ids:
|
| 19 |
- sentiment-classification
|
| 20 |
- multi-label-classification
|
| 21 |
+
pretty_name: The Corpus for Emotions Detecting in Russian-language text sentences
|
| 22 |
+
(CEDR)
|
| 23 |
tags:
|
| 24 |
- emotion-classification
|
| 25 |
dataset_info:
|
|
|
|
| 31 |
sequence:
|
| 32 |
class_label:
|
| 33 |
names:
|
| 34 |
+
'0': joy
|
| 35 |
+
'1': sadness
|
| 36 |
+
'2': surprise
|
| 37 |
+
'3': fear
|
| 38 |
+
'4': anger
|
| 39 |
- name: source
|
| 40 |
dtype: string
|
| 41 |
splits:
|
|
|
|
| 55 |
sequence:
|
| 56 |
class_label:
|
| 57 |
names:
|
| 58 |
+
'0': joy
|
| 59 |
+
'1': sadness
|
| 60 |
+
'2': surprise
|
| 61 |
+
'3': fear
|
| 62 |
+
'4': anger
|
| 63 |
- name: source
|
| 64 |
dtype: string
|
| 65 |
- name: sentences
|