Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,93 @@ configs:
|
|
26 |
- task2_recs
|
27 |
- task3_qarecs
|
28 |
- task4_reddit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for MDD
|
@@ -182,4 +269,4 @@ Creative Commons Attribution 3.0 License
|
|
182 |
|
183 |
### Contributions
|
184 |
|
185 |
-
Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
|
|
|
26 |
- task2_recs
|
27 |
- task3_qarecs
|
28 |
- task4_reddit
|
29 |
+
dataset_info:
|
30 |
+
- config_name: task1_qa
|
31 |
+
features:
|
32 |
+
- name: dialogue_turns
|
33 |
+
sequence:
|
34 |
+
- name: speaker
|
35 |
+
dtype: int32
|
36 |
+
- name: utterance
|
37 |
+
dtype: string
|
38 |
+
splits:
|
39 |
+
- name: test
|
40 |
+
num_bytes: 894590
|
41 |
+
num_examples: 9952
|
42 |
+
- name: train
|
43 |
+
num_bytes: 8621120
|
44 |
+
num_examples: 96185
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 892540
|
47 |
+
num_examples: 9968
|
48 |
+
download_size: 135614957
|
49 |
+
dataset_size: 10408250
|
50 |
+
- config_name: task2_recs
|
51 |
+
features:
|
52 |
+
- name: dialogue_turns
|
53 |
+
sequence:
|
54 |
+
- name: speaker
|
55 |
+
dtype: int32
|
56 |
+
- name: utterance
|
57 |
+
dtype: string
|
58 |
+
splits:
|
59 |
+
- name: test
|
60 |
+
num_bytes: 2064509
|
61 |
+
num_examples: 10000
|
62 |
+
- name: train
|
63 |
+
num_bytes: 205936579
|
64 |
+
num_examples: 1000000
|
65 |
+
- name: validation
|
66 |
+
num_bytes: 2057290
|
67 |
+
num_examples: 10000
|
68 |
+
download_size: 135614957
|
69 |
+
dataset_size: 210058378
|
70 |
+
- config_name: task3_qarecs
|
71 |
+
features:
|
72 |
+
- name: dialogue_turns
|
73 |
+
sequence:
|
74 |
+
- name: speaker
|
75 |
+
dtype: int32
|
76 |
+
- name: utterance
|
77 |
+
dtype: string
|
78 |
+
splits:
|
79 |
+
- name: test
|
80 |
+
num_bytes: 1730291
|
81 |
+
num_examples: 4915
|
82 |
+
- name: train
|
83 |
+
num_bytes: 356789364
|
84 |
+
num_examples: 952125
|
85 |
+
- name: validation
|
86 |
+
num_bytes: 1776506
|
87 |
+
num_examples: 5052
|
88 |
+
download_size: 135614957
|
89 |
+
dataset_size: 360296161
|
90 |
+
- config_name: task4_reddit
|
91 |
+
features:
|
92 |
+
- name: dialogue_turns
|
93 |
+
sequence:
|
94 |
+
- name: speaker
|
95 |
+
dtype: int32
|
96 |
+
- name: utterance
|
97 |
+
dtype: string
|
98 |
+
splits:
|
99 |
+
- name: cand_test
|
100 |
+
num_bytes: 1567235
|
101 |
+
num_examples: 10000
|
102 |
+
- name: cand_valid
|
103 |
+
num_bytes: 1521633
|
104 |
+
num_examples: 10000
|
105 |
+
- name: test
|
106 |
+
num_bytes: 5220295
|
107 |
+
num_examples: 10000
|
108 |
+
- name: train
|
109 |
+
num_bytes: 497864160
|
110 |
+
num_examples: 945198
|
111 |
+
- name: validation
|
112 |
+
num_bytes: 5372702
|
113 |
+
num_examples: 10000
|
114 |
+
download_size: 192209920
|
115 |
+
dataset_size: 511546025
|
116 |
---
|
117 |
|
118 |
# Dataset Card for MDD
|
|
|
269 |
|
270 |
### Contributions
|
271 |
|
272 |
+
Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
|