add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,79 @@ configs:
|
|
26 |
- all
|
27 |
- happy
|
28 |
- offmychest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for PEC
|
@@ -183,4 +256,4 @@ The licensing status of the dataset hinges on the legal status of the [Pushshift
|
|
183 |
```
|
184 |
### Contributions
|
185 |
|
186 |
-
Thanks to [@zhongpeixiang](https://github.com/zhongpeixiang) for adding this dataset.
|
|
|
26 |
- all
|
27 |
- happy
|
28 |
- offmychest
|
29 |
+
dataset_info:
|
30 |
+
- config_name: happy
|
31 |
+
features:
|
32 |
+
- name: personas
|
33 |
+
sequence: string
|
34 |
+
- name: context
|
35 |
+
sequence: string
|
36 |
+
- name: context_speakers
|
37 |
+
sequence: string
|
38 |
+
- name: response
|
39 |
+
dtype: string
|
40 |
+
- name: response_speaker
|
41 |
+
dtype: string
|
42 |
+
splits:
|
43 |
+
- name: test
|
44 |
+
num_bytes: 92003042
|
45 |
+
num_examples: 22730
|
46 |
+
- name: train
|
47 |
+
num_bytes: 643196978
|
48 |
+
num_examples: 157195
|
49 |
+
- name: validation
|
50 |
+
num_bytes: 81132088
|
51 |
+
num_examples: 19829
|
52 |
+
download_size: 252434681
|
53 |
+
dataset_size: 816332108
|
54 |
+
- config_name: offmychest
|
55 |
+
features:
|
56 |
+
- name: personas
|
57 |
+
sequence: string
|
58 |
+
- name: context
|
59 |
+
sequence: string
|
60 |
+
- name: context_speakers
|
61 |
+
sequence: string
|
62 |
+
- name: response
|
63 |
+
dtype: string
|
64 |
+
- name: response_speaker
|
65 |
+
dtype: string
|
66 |
+
splits:
|
67 |
+
- name: test
|
68 |
+
num_bytes: 64173390
|
69 |
+
num_examples: 15324
|
70 |
+
- name: train
|
71 |
+
num_bytes: 518616402
|
72 |
+
num_examples: 123968
|
73 |
+
- name: validation
|
74 |
+
num_bytes: 66675909
|
75 |
+
num_examples: 16004
|
76 |
+
download_size: 252434681
|
77 |
+
dataset_size: 649465701
|
78 |
+
- config_name: all
|
79 |
+
features:
|
80 |
+
- name: personas
|
81 |
+
sequence: string
|
82 |
+
- name: context
|
83 |
+
sequence: string
|
84 |
+
- name: context_speakers
|
85 |
+
sequence: string
|
86 |
+
- name: response
|
87 |
+
dtype: string
|
88 |
+
- name: response_speaker
|
89 |
+
dtype: string
|
90 |
+
splits:
|
91 |
+
- name: test
|
92 |
+
num_bytes: 156310498
|
93 |
+
num_examples: 38054
|
94 |
+
- name: train
|
95 |
+
num_bytes: 1162655628
|
96 |
+
num_examples: 281163
|
97 |
+
- name: validation
|
98 |
+
num_bytes: 147940164
|
99 |
+
num_examples: 35833
|
100 |
+
download_size: 252434681
|
101 |
+
dataset_size: 1466906290
|
102 |
---
|
103 |
|
104 |
# Dataset Card for PEC
|
|
|
256 |
```
|
257 |
### Contributions
|
258 |
|
259 |
+
Thanks to [@zhongpeixiang](https://github.com/zhongpeixiang) for adding this dataset.
|