Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text_en
|
5 |
+
dtype: string
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
- name: labels
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': admiration
|
13 |
+
'1': amusement
|
14 |
+
'2': anger
|
15 |
+
'3': annoyance
|
16 |
+
'4': approval
|
17 |
+
'5': caring
|
18 |
+
'6': confusion
|
19 |
+
'7': curiosity
|
20 |
+
'8': desire
|
21 |
+
'9': disappointment
|
22 |
+
'10': disapproval
|
23 |
+
'11': disgust
|
24 |
+
'12': embarrassment
|
25 |
+
'13': excitement
|
26 |
+
'14': fear
|
27 |
+
'15': gratitude
|
28 |
+
'16': grief
|
29 |
+
'17': joy
|
30 |
+
'18': love
|
31 |
+
'19': nervousness
|
32 |
+
'20': neutral
|
33 |
+
'21': optimism
|
34 |
+
'22': pride
|
35 |
+
'23': realization
|
36 |
+
'24': relief
|
37 |
+
'25': remorse
|
38 |
+
'26': sadness
|
39 |
+
'27': surprise
|
40 |
+
- name: __index_level_0__
|
41 |
+
dtype: int64
|
42 |
+
- name: input_ids
|
43 |
+
sequence: int32
|
44 |
+
- name: token_type_ids
|
45 |
+
sequence: int8
|
46 |
+
- name: attention_mask
|
47 |
+
sequence: int8
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 2916184
|
51 |
+
num_examples: 9000
|
52 |
+
- name: test
|
53 |
+
num_bytes: 159317
|
54 |
+
num_examples: 500
|
55 |
+
- name: valid
|
56 |
+
num_bytes: 162379
|
57 |
+
num_examples: 500
|
58 |
+
download_size: 1662215
|
59 |
+
dataset_size: 3237880
|
60 |
+
---
|
61 |
+
# Dataset Card for "go-emotion-dk-autotranlated-10k"
|
62 |
+
|
63 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|