add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -375,6 +375,87 @@ task_categories:
|
|
375 |
task_ids: []
|
376 |
paperswithcode_id: tatoeba
|
377 |
pretty_name: Tatoeba
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
378 |
---
|
379 |
# Dataset Card for Tatoeba
|
380 |
|
|
|
375 |
task_ids: []
|
376 |
paperswithcode_id: tatoeba
|
377 |
pretty_name: Tatoeba
|
378 |
+
dataset_info:
|
379 |
+
- config_name: en-mr
|
380 |
+
features:
|
381 |
+
- name: id
|
382 |
+
dtype: string
|
383 |
+
- name: translation
|
384 |
+
dtype:
|
385 |
+
translation:
|
386 |
+
languages:
|
387 |
+
- en
|
388 |
+
- mr
|
389 |
+
splits:
|
390 |
+
- name: train
|
391 |
+
num_bytes: 6190484
|
392 |
+
num_examples: 53462
|
393 |
+
download_size: 1436200
|
394 |
+
dataset_size: 6190484
|
395 |
+
- config_name: eo-nl
|
396 |
+
features:
|
397 |
+
- name: id
|
398 |
+
dtype: string
|
399 |
+
- name: translation
|
400 |
+
dtype:
|
401 |
+
translation:
|
402 |
+
languages:
|
403 |
+
- eo
|
404 |
+
- nl
|
405 |
+
splits:
|
406 |
+
- name: train
|
407 |
+
num_bytes: 8150048
|
408 |
+
num_examples: 93650
|
409 |
+
download_size: 3020382
|
410 |
+
dataset_size: 8150048
|
411 |
+
- config_name: es-pt
|
412 |
+
features:
|
413 |
+
- name: id
|
414 |
+
dtype: string
|
415 |
+
- name: translation
|
416 |
+
dtype:
|
417 |
+
translation:
|
418 |
+
languages:
|
419 |
+
- es
|
420 |
+
- pt
|
421 |
+
splits:
|
422 |
+
- name: train
|
423 |
+
num_bytes: 6180464
|
424 |
+
num_examples: 67782
|
425 |
+
download_size: 2340361
|
426 |
+
dataset_size: 6180464
|
427 |
+
- config_name: fr-ru
|
428 |
+
features:
|
429 |
+
- name: id
|
430 |
+
dtype: string
|
431 |
+
- name: translation
|
432 |
+
dtype:
|
433 |
+
translation:
|
434 |
+
languages:
|
435 |
+
- fr
|
436 |
+
- ru
|
437 |
+
splits:
|
438 |
+
- name: train
|
439 |
+
num_bytes: 19775390
|
440 |
+
num_examples: 195161
|
441 |
+
download_size: 5509784
|
442 |
+
dataset_size: 19775390
|
443 |
+
- config_name: es-gl
|
444 |
+
features:
|
445 |
+
- name: id
|
446 |
+
dtype: string
|
447 |
+
- name: translation
|
448 |
+
dtype:
|
449 |
+
translation:
|
450 |
+
languages:
|
451 |
+
- es
|
452 |
+
- gl
|
453 |
+
splits:
|
454 |
+
- name: train
|
455 |
+
num_bytes: 287683
|
456 |
+
num_examples: 3135
|
457 |
+
download_size: 128506
|
458 |
+
dataset_size: 287683
|
459 |
---
|
460 |
# Dataset Card for Tatoeba
|
461 |
|