ShiyuHuang
commited on
Commit
·
bb5de2a
1
Parent(s):
c4712f3
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: dialog
|
5 |
+
sequence: string
|
6 |
+
- name: act
|
7 |
+
sequence:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': __dummy__
|
11 |
+
'1': inform
|
12 |
+
'2': question
|
13 |
+
'3': directive
|
14 |
+
'4': commissive
|
15 |
+
- name: emotion
|
16 |
+
sequence:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': no emotion
|
20 |
+
'1': anger
|
21 |
+
'2': disgust
|
22 |
+
'3': fear
|
23 |
+
'4': happiness
|
24 |
+
'5': sadness
|
25 |
+
'6': surprise
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 7296683
|
29 |
+
num_examples: 11118
|
30 |
+
- name: validation
|
31 |
+
num_bytes: 673927
|
32 |
+
num_examples: 1000
|
33 |
+
- name: test
|
34 |
+
num_bytes: 655828
|
35 |
+
num_examples: 1000
|
36 |
+
download_size: 4273461
|
37 |
+
dataset_size: 8626438
|
38 |
+
---
|
39 |
+
# Dataset Card for "daily_dialog"
|
40 |
+
|
41 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|