Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: simplified
|
4 |
+
features:
|
5 |
+
- name: ru_text
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: labels
|
10 |
+
sequence:
|
11 |
+
class_label:
|
12 |
+
names:
|
13 |
+
'0': admiration
|
14 |
+
'1': amusement
|
15 |
+
'2': anger
|
16 |
+
'3': annoyance
|
17 |
+
'4': approval
|
18 |
+
'5': caring
|
19 |
+
'6': confusion
|
20 |
+
'7': curiosity
|
21 |
+
'8': desire
|
22 |
+
'9': disappointment
|
23 |
+
'10': disapproval
|
24 |
+
'11': disgust
|
25 |
+
'12': embarrassment
|
26 |
+
'13': excitement
|
27 |
+
'14': fear
|
28 |
+
'15': gratitude
|
29 |
+
'16': grief
|
30 |
+
'17': joy
|
31 |
+
'18': love
|
32 |
+
'19': nervousness
|
33 |
+
'20': optimism
|
34 |
+
'21': pride
|
35 |
+
'22': realization
|
36 |
+
'23': relief
|
37 |
+
'24': remorse
|
38 |
+
'25': sadness
|
39 |
+
'26': surprise
|
40 |
+
'27': neutral
|
41 |
+
- name: id
|
42 |
+
dtype: string
|
43 |
+
splits:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 10118125
|
46 |
+
num_examples: 43410
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 1261921
|
49 |
+
num_examples: 5426
|
50 |
+
- name: test
|
51 |
+
num_bytes: 1254989
|
52 |
+
num_examples: 5427
|
53 |
+
download_size: 7628917
|
54 |
+
dataset_size: 12635035
|
55 |
+
configs:
|
56 |
+
- config_name: simplified
|
57 |
+
data_files:
|
58 |
+
- split: train
|
59 |
+
path: simplified/train-*
|
60 |
+
- split: validation
|
61 |
+
path: simplified/validation-*
|
62 |
+
- split: test
|
63 |
+
path: simplified/test-*
|
64 |
+
---
|
65 |
+
# Dataset Card for "ru_go_emotions"
|
66 |
+
|
67 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|