add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -237,6 +237,87 @@ task_categories:
|
|
237 |
task_ids: []
|
238 |
paperswithcode_id: null
|
239 |
pretty_name: QedAmara
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
---
|
241 |
|
242 |
# Dataset Card for QedAmara
|
@@ -595,4 +676,4 @@ Here are some examples of questions and facts:
|
|
595 |
|
596 |
### Contributions
|
597 |
|
598 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
237 |
task_ids: []
|
238 |
paperswithcode_id: null
|
239 |
pretty_name: QedAmara
|
240 |
+
dataset_info:
|
241 |
+
- config_name: ar-ko
|
242 |
+
features:
|
243 |
+
- name: id
|
244 |
+
dtype: string
|
245 |
+
- name: translation
|
246 |
+
dtype:
|
247 |
+
translation:
|
248 |
+
languages:
|
249 |
+
- ar
|
250 |
+
- ko
|
251 |
+
splits:
|
252 |
+
- name: train
|
253 |
+
num_bytes: 79605277
|
254 |
+
num_examples: 592589
|
255 |
+
download_size: 23410393
|
256 |
+
dataset_size: 79605277
|
257 |
+
- config_name: de-fr
|
258 |
+
features:
|
259 |
+
- name: id
|
260 |
+
dtype: string
|
261 |
+
- name: translation
|
262 |
+
dtype:
|
263 |
+
translation:
|
264 |
+
languages:
|
265 |
+
- de
|
266 |
+
- fr
|
267 |
+
splits:
|
268 |
+
- name: train
|
269 |
+
num_bytes: 75861416
|
270 |
+
num_examples: 407224
|
271 |
+
download_size: 26579871
|
272 |
+
dataset_size: 75861416
|
273 |
+
- config_name: es-it
|
274 |
+
features:
|
275 |
+
- name: id
|
276 |
+
dtype: string
|
277 |
+
- name: translation
|
278 |
+
dtype:
|
279 |
+
translation:
|
280 |
+
languages:
|
281 |
+
- es
|
282 |
+
- it
|
283 |
+
splits:
|
284 |
+
- name: train
|
285 |
+
num_bytes: 80650321
|
286 |
+
num_examples: 447369
|
287 |
+
download_size: 28344317
|
288 |
+
dataset_size: 80650321
|
289 |
+
- config_name: en-ja
|
290 |
+
features:
|
291 |
+
- name: id
|
292 |
+
dtype: string
|
293 |
+
- name: translation
|
294 |
+
dtype:
|
295 |
+
translation:
|
296 |
+
languages:
|
297 |
+
- en
|
298 |
+
- ja
|
299 |
+
splits:
|
300 |
+
- name: train
|
301 |
+
num_bytes: 86731218
|
302 |
+
num_examples: 497531
|
303 |
+
download_size: 29836171
|
304 |
+
dataset_size: 86731218
|
305 |
+
- config_name: he-nl
|
306 |
+
features:
|
307 |
+
- name: id
|
308 |
+
dtype: string
|
309 |
+
- name: translation
|
310 |
+
dtype:
|
311 |
+
translation:
|
312 |
+
languages:
|
313 |
+
- he
|
314 |
+
- nl
|
315 |
+
splits:
|
316 |
+
- name: train
|
317 |
+
num_bytes: 51448732
|
318 |
+
num_examples: 273165
|
319 |
+
download_size: 16642865
|
320 |
+
dataset_size: 51448732
|
321 |
---
|
322 |
|
323 |
# Dataset Card for QedAmara
|
|
|
676 |
|
677 |
### Contributions
|
678 |
|
679 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|