add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -111,6 +111,87 @@ task_categories:
|
|
111 |
task_ids: []
|
112 |
paperswithcode_id: null
|
113 |
pretty_name: KDE4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
---
|
115 |
# Dataset Card for KDE4
|
116 |
|
@@ -240,4 +321,4 @@ E.g.
|
|
240 |
|
241 |
### Contributions
|
242 |
|
243 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
111 |
task_ids: []
|
112 |
paperswithcode_id: null
|
113 |
pretty_name: KDE4
|
114 |
+
dataset_info:
|
115 |
+
- config_name: fi-nl
|
116 |
+
features:
|
117 |
+
- name: id
|
118 |
+
dtype: string
|
119 |
+
- name: translation
|
120 |
+
dtype:
|
121 |
+
translation:
|
122 |
+
languages:
|
123 |
+
- fi
|
124 |
+
- nl
|
125 |
+
splits:
|
126 |
+
- name: train
|
127 |
+
num_bytes: 8845933
|
128 |
+
num_examples: 101593
|
129 |
+
download_size: 2471355
|
130 |
+
dataset_size: 8845933
|
131 |
+
- config_name: it-ro
|
132 |
+
features:
|
133 |
+
- name: id
|
134 |
+
dtype: string
|
135 |
+
- name: translation
|
136 |
+
dtype:
|
137 |
+
translation:
|
138 |
+
languages:
|
139 |
+
- it
|
140 |
+
- ro
|
141 |
+
splits:
|
142 |
+
- name: train
|
143 |
+
num_bytes: 8827049
|
144 |
+
num_examples: 109003
|
145 |
+
download_size: 2389051
|
146 |
+
dataset_size: 8827049
|
147 |
+
- config_name: nl-sv
|
148 |
+
features:
|
149 |
+
- name: id
|
150 |
+
dtype: string
|
151 |
+
- name: translation
|
152 |
+
dtype:
|
153 |
+
translation:
|
154 |
+
languages:
|
155 |
+
- nl
|
156 |
+
- sv
|
157 |
+
splits:
|
158 |
+
- name: train
|
159 |
+
num_bytes: 22294586
|
160 |
+
num_examples: 188454
|
161 |
+
download_size: 6203460
|
162 |
+
dataset_size: 22294586
|
163 |
+
- config_name: en-it
|
164 |
+
features:
|
165 |
+
- name: id
|
166 |
+
dtype: string
|
167 |
+
- name: translation
|
168 |
+
dtype:
|
169 |
+
translation:
|
170 |
+
languages:
|
171 |
+
- en
|
172 |
+
- it
|
173 |
+
splits:
|
174 |
+
- name: train
|
175 |
+
num_bytes: 27132585
|
176 |
+
num_examples: 220566
|
177 |
+
download_size: 7622662
|
178 |
+
dataset_size: 27132585
|
179 |
+
- config_name: en-fr
|
180 |
+
features:
|
181 |
+
- name: id
|
182 |
+
dtype: string
|
183 |
+
- name: translation
|
184 |
+
dtype:
|
185 |
+
translation:
|
186 |
+
languages:
|
187 |
+
- en
|
188 |
+
- fr
|
189 |
+
splits:
|
190 |
+
- name: train
|
191 |
+
num_bytes: 25650409
|
192 |
+
num_examples: 210173
|
193 |
+
download_size: 7049364
|
194 |
+
dataset_size: 25650409
|
195 |
---
|
196 |
# Dataset Card for KDE4
|
197 |
|
|
|
321 |
|
322 |
### Contributions
|
323 |
|
324 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|