add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -119,6 +119,103 @@ task_categories:
|
|
119 |
task_ids: []
|
120 |
paperswithcode_id: null
|
121 |
pretty_name: BiblePara
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
---
|
123 |
|
124 |
# Dataset Card for BiblePara
|
@@ -251,4 +348,4 @@ Here are some examples of questions and facts:
|
|
251 |
|
252 |
### Contributions
|
253 |
|
254 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
119 |
task_ids: []
|
120 |
paperswithcode_id: null
|
121 |
pretty_name: BiblePara
|
122 |
+
dataset_info:
|
123 |
+
- config_name: de-en
|
124 |
+
features:
|
125 |
+
- name: id
|
126 |
+
dtype: string
|
127 |
+
- name: translation
|
128 |
+
dtype:
|
129 |
+
translation:
|
130 |
+
languages:
|
131 |
+
- de
|
132 |
+
- en
|
133 |
+
splits:
|
134 |
+
- name: train
|
135 |
+
num_bytes: 17262178
|
136 |
+
num_examples: 62195
|
137 |
+
download_size: 5440713
|
138 |
+
dataset_size: 17262178
|
139 |
+
- config_name: en-fr
|
140 |
+
features:
|
141 |
+
- name: id
|
142 |
+
dtype: string
|
143 |
+
- name: translation
|
144 |
+
dtype:
|
145 |
+
translation:
|
146 |
+
languages:
|
147 |
+
- en
|
148 |
+
- fr
|
149 |
+
splits:
|
150 |
+
- name: train
|
151 |
+
num_bytes: 17536445
|
152 |
+
num_examples: 62195
|
153 |
+
download_size: 5470044
|
154 |
+
dataset_size: 17536445
|
155 |
+
- config_name: en-es
|
156 |
+
features:
|
157 |
+
- name: id
|
158 |
+
dtype: string
|
159 |
+
- name: translation
|
160 |
+
dtype:
|
161 |
+
translation:
|
162 |
+
languages:
|
163 |
+
- en
|
164 |
+
- es
|
165 |
+
splits:
|
166 |
+
- name: train
|
167 |
+
num_bytes: 17105724
|
168 |
+
num_examples: 62191
|
169 |
+
download_size: 5418998
|
170 |
+
dataset_size: 17105724
|
171 |
+
- config_name: en-fi
|
172 |
+
features:
|
173 |
+
- name: id
|
174 |
+
dtype: string
|
175 |
+
- name: translation
|
176 |
+
dtype:
|
177 |
+
translation:
|
178 |
+
languages:
|
179 |
+
- en
|
180 |
+
- fi
|
181 |
+
splits:
|
182 |
+
- name: train
|
183 |
+
num_bytes: 17486055
|
184 |
+
num_examples: 62026
|
185 |
+
download_size: 5506407
|
186 |
+
dataset_size: 17486055
|
187 |
+
- config_name: en-no
|
188 |
+
features:
|
189 |
+
- name: id
|
190 |
+
dtype: string
|
191 |
+
- name: translation
|
192 |
+
dtype:
|
193 |
+
translation:
|
194 |
+
languages:
|
195 |
+
- en
|
196 |
+
- 'no'
|
197 |
+
splits:
|
198 |
+
- name: train
|
199 |
+
num_bytes: 16681323
|
200 |
+
num_examples: 62107
|
201 |
+
download_size: 5293164
|
202 |
+
dataset_size: 16681323
|
203 |
+
- config_name: en-hi
|
204 |
+
features:
|
205 |
+
- name: id
|
206 |
+
dtype: string
|
207 |
+
- name: translation
|
208 |
+
dtype:
|
209 |
+
translation:
|
210 |
+
languages:
|
211 |
+
- en
|
212 |
+
- hi
|
213 |
+
splits:
|
214 |
+
- name: train
|
215 |
+
num_bytes: 27849361
|
216 |
+
num_examples: 62073
|
217 |
+
download_size: 6224765
|
218 |
+
dataset_size: 27849361
|
219 |
---
|
220 |
|
221 |
# Dataset Card for BiblePara
|
|
|
348 |
|
349 |
### Contributions
|
350 |
|
351 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|