Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: emotion_name
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': Adoring
|
11 |
+
'1': Amused
|
12 |
+
'2': Angry
|
13 |
+
'3': Annoyed
|
14 |
+
'4': Caring
|
15 |
+
'5': Confused
|
16 |
+
'6': Curious
|
17 |
+
'7': Disappointed
|
18 |
+
'8': Disgusted
|
19 |
+
'9': Embarrassed
|
20 |
+
'10': Excited
|
21 |
+
'11': Guilty
|
22 |
+
'12': Happy
|
23 |
+
'13': Heartbroken
|
24 |
+
'14': Loving
|
25 |
+
'15': Nervous
|
26 |
+
'16': Passionate
|
27 |
+
'17': Proud
|
28 |
+
'18': Relieved
|
29 |
+
'19': Sad
|
30 |
+
'20': Sorry
|
31 |
+
'21': Surprised
|
32 |
+
'22': Thoughtful
|
33 |
+
- name: input_ids
|
34 |
+
sequence: int32
|
35 |
+
- name: token_type_ids
|
36 |
+
sequence: int8
|
37 |
+
- name: attention_mask
|
38 |
+
sequence: int8
|
39 |
+
- name: word_ids
|
40 |
+
sequence: int64
|
41 |
+
splits:
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 41853427
|
44 |
+
num_examples: 5561
|
45 |
+
- name: train
|
46 |
+
num_bytes: 984129684
|
47 |
+
num_examples: 130680
|
48 |
+
- name: test
|
49 |
+
num_bytes: 20945009
|
50 |
+
num_examples: 2781
|
51 |
+
download_size: 48041275
|
52 |
+
dataset_size: 1046928120
|
53 |
+
---
|
54 |
+
# Dataset Card for "guilbert_tok"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|