add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -47,6 +47,87 @@ task_categories:
|
|
| 47 |
task_ids: []
|
| 48 |
paperswithcode_id: tilde-model-corpus
|
| 49 |
pretty_name: Tilde Multilingual Open Data for European Languages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
---
|
| 51 |
|
| 52 |
# Dataset Card for Tilde Multilingual Open Data for European Languages
|
|
@@ -178,4 +259,4 @@ Here are some examples of questions and facts:
|
|
| 178 |
|
| 179 |
### Contributions
|
| 180 |
|
| 181 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
|
| 47 |
task_ids: []
|
| 48 |
paperswithcode_id: tilde-model-corpus
|
| 49 |
pretty_name: Tilde Multilingual Open Data for European Languages
|
| 50 |
+
dataset_info:
|
| 51 |
+
- config_name: bg-el
|
| 52 |
+
features:
|
| 53 |
+
- name: id
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: translation
|
| 56 |
+
dtype:
|
| 57 |
+
translation:
|
| 58 |
+
languages:
|
| 59 |
+
- bg
|
| 60 |
+
- el
|
| 61 |
+
splits:
|
| 62 |
+
- name: train
|
| 63 |
+
num_bytes: 258081
|
| 64 |
+
num_examples: 455
|
| 65 |
+
download_size: 64430
|
| 66 |
+
dataset_size: 258081
|
| 67 |
+
- config_name: cs-en
|
| 68 |
+
features:
|
| 69 |
+
- name: id
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: translation
|
| 72 |
+
dtype:
|
| 73 |
+
translation:
|
| 74 |
+
languages:
|
| 75 |
+
- cs
|
| 76 |
+
- en
|
| 77 |
+
splits:
|
| 78 |
+
- name: train
|
| 79 |
+
num_bytes: 709168
|
| 80 |
+
num_examples: 3100
|
| 81 |
+
download_size: 201503
|
| 82 |
+
dataset_size: 709168
|
| 83 |
+
- config_name: de-hr
|
| 84 |
+
features:
|
| 85 |
+
- name: id
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: translation
|
| 88 |
+
dtype:
|
| 89 |
+
translation:
|
| 90 |
+
languages:
|
| 91 |
+
- de
|
| 92 |
+
- hr
|
| 93 |
+
splits:
|
| 94 |
+
- name: train
|
| 95 |
+
num_bytes: 180148538
|
| 96 |
+
num_examples: 683194
|
| 97 |
+
download_size: 49585877
|
| 98 |
+
dataset_size: 180148538
|
| 99 |
+
- config_name: en-no
|
| 100 |
+
features:
|
| 101 |
+
- name: id
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: translation
|
| 104 |
+
dtype:
|
| 105 |
+
translation:
|
| 106 |
+
languages:
|
| 107 |
+
- en
|
| 108 |
+
- 'no'
|
| 109 |
+
splits:
|
| 110 |
+
- name: train
|
| 111 |
+
num_bytes: 73797124
|
| 112 |
+
num_examples: 348141
|
| 113 |
+
download_size: 17852861
|
| 114 |
+
dataset_size: 73797124
|
| 115 |
+
- config_name: es-pt
|
| 116 |
+
features:
|
| 117 |
+
- name: id
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: translation
|
| 120 |
+
dtype:
|
| 121 |
+
translation:
|
| 122 |
+
languages:
|
| 123 |
+
- es
|
| 124 |
+
- pt
|
| 125 |
+
splits:
|
| 126 |
+
- name: train
|
| 127 |
+
num_bytes: 3808423
|
| 128 |
+
num_examples: 13464
|
| 129 |
+
download_size: 1160892
|
| 130 |
+
dataset_size: 3808423
|
| 131 |
---
|
| 132 |
|
| 133 |
# Dataset Card for Tilde Multilingual Open Data for European Languages
|
|
|
|
| 259 |
|
| 260 |
### Contributions
|
| 261 |
|
| 262 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|