anhtuansh commited on
Commit
ed7f1ee
·
verified ·
1 Parent(s): 6686619

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: conversations
27
+ list:
28
+ - name: content
29
+ dtype: string
30
+ - name: role
31
+ dtype: string
32
+ - name: prompt
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 32997083
37
+ num_examples: 11118
38
+ - name: validation
39
+ num_bytes: 2996538
40
+ num_examples: 1000
41
+ - name: test
42
+ num_bytes: 2968785
43
+ num_examples: 1000
44
+ download_size: 14708338
45
+ dataset_size: 38962406
46
+ configs:
47
+ - config_name: default
48
+ data_files:
49
+ - split: train
50
+ path: data/train-*
51
+ - split: validation
52
+ path: data/validation-*
53
+ - split: test
54
+ path: data/test-*
55
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d228f74bd37d0d7c6368c9c742139ddce4ffc5f56d2d753358b6d8da267b60
3
+ size 1134230
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:244a5dc94bcc40bf105b414814aec2e6463061fe51edc2f0b48046c5270f3fb8
3
+ size 12440854
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe23bed5d1a1ce4c10eda19df1d4a5efb95f6207b36f1522d87873dfdb8652c
3
+ size 1133254