WatsonNT parquet-converter commited on
Commit
2969ef4
·
0 Parent(s):

Duplicate from Helsinki-NLP/un_pc

Browse files

Co-authored-by: Parquet-converter (BOT) <parquet-converter@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +27 -0
  2. README.md +458 -0
  3. ar-en/train-00000-of-00017.parquet +3 -0
  4. ar-en/train-00001-of-00017.parquet +3 -0
  5. ar-en/train-00002-of-00017.parquet +3 -0
  6. ar-en/train-00003-of-00017.parquet +3 -0
  7. ar-en/train-00004-of-00017.parquet +3 -0
  8. ar-en/train-00005-of-00017.parquet +3 -0
  9. ar-en/train-00006-of-00017.parquet +3 -0
  10. ar-en/train-00007-of-00017.parquet +3 -0
  11. ar-en/train-00008-of-00017.parquet +3 -0
  12. ar-en/train-00009-of-00017.parquet +3 -0
  13. ar-en/train-00010-of-00017.parquet +3 -0
  14. ar-en/train-00011-of-00017.parquet +3 -0
  15. ar-en/train-00012-of-00017.parquet +3 -0
  16. ar-en/train-00013-of-00017.parquet +3 -0
  17. ar-en/train-00014-of-00017.parquet +3 -0
  18. ar-en/train-00015-of-00017.parquet +3 -0
  19. ar-en/train-00016-of-00017.parquet +3 -0
  20. ar-es/train-00000-of-00018.parquet +3 -0
  21. ar-es/train-00001-of-00018.parquet +3 -0
  22. ar-es/train-00002-of-00018.parquet +3 -0
  23. ar-es/train-00003-of-00018.parquet +3 -0
  24. ar-es/train-00004-of-00018.parquet +3 -0
  25. ar-es/train-00005-of-00018.parquet +3 -0
  26. ar-es/train-00006-of-00018.parquet +3 -0
  27. ar-es/train-00007-of-00018.parquet +3 -0
  28. ar-es/train-00008-of-00018.parquet +3 -0
  29. ar-es/train-00009-of-00018.parquet +3 -0
  30. ar-es/train-00010-of-00018.parquet +3 -0
  31. ar-es/train-00011-of-00018.parquet +3 -0
  32. ar-es/train-00012-of-00018.parquet +3 -0
  33. ar-es/train-00013-of-00018.parquet +3 -0
  34. ar-es/train-00014-of-00018.parquet +3 -0
  35. ar-es/train-00015-of-00018.parquet +3 -0
  36. ar-es/train-00016-of-00018.parquet +3 -0
  37. ar-es/train-00017-of-00018.parquet +3 -0
  38. ar-fr/train-00000-of-00018.parquet +3 -0
  39. ar-fr/train-00001-of-00018.parquet +3 -0
  40. ar-fr/train-00002-of-00018.parquet +3 -0
  41. ar-fr/train-00003-of-00018.parquet +3 -0
  42. ar-fr/train-00004-of-00018.parquet +3 -0
  43. ar-fr/train-00005-of-00018.parquet +3 -0
  44. ar-fr/train-00006-of-00018.parquet +3 -0
  45. ar-fr/train-00007-of-00018.parquet +3 -0
  46. ar-fr/train-00008-of-00018.parquet +3 -0
  47. ar-fr/train-00009-of-00018.parquet +3 -0
  48. ar-fr/train-00010-of-00018.parquet +3 -0
  49. ar-fr/train-00011-of-00018.parquet +3 -0
  50. ar-fr/train-00012-of-00018.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.model filter=lfs diff=lfs merge=lfs -text
12
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
13
+ *.onnx filter=lfs diff=lfs merge=lfs -text
14
+ *.ot filter=lfs diff=lfs merge=lfs -text
15
+ *.parquet filter=lfs diff=lfs merge=lfs -text
16
+ *.pb filter=lfs diff=lfs merge=lfs -text
17
+ *.pt filter=lfs diff=lfs merge=lfs -text
18
+ *.pth filter=lfs diff=lfs merge=lfs -text
19
+ *.rar filter=lfs diff=lfs merge=lfs -text
20
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
22
+ *.tflite filter=lfs diff=lfs merge=lfs -text
23
+ *.tgz filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - ar
8
+ - en
9
+ - es
10
+ - fr
11
+ - ru
12
+ - zh
13
+ license: other
14
+ multilinguality:
15
+ - multilingual
16
+ size_categories:
17
+ - 10M<n<100M
18
+ source_datasets:
19
+ - original
20
+ task_categories:
21
+ - translation
22
+ task_ids: []
23
+ paperswithcode_id: united-nations-parallel-corpus
24
+ pretty_name: United Nations Parallel Corpus
25
+ config_names:
26
+ - ar-en
27
+ - ar-es
28
+ - ar-fr
29
+ - ar-ru
30
+ - ar-zh
31
+ - en-es
32
+ - en-fr
33
+ - en-ru
34
+ - en-zh
35
+ - es-fr
36
+ - es-ru
37
+ - es-zh
38
+ - fr-ru
39
+ - fr-zh
40
+ - ru-zh
41
+ dataset_info:
42
+ - config_name: ar-en
43
+ features:
44
+ - name: translation
45
+ dtype:
46
+ translation:
47
+ languages:
48
+ - ar
49
+ - en
50
+ splits:
51
+ - name: train
52
+ num_bytes: 8039673899
53
+ num_examples: 20044478
54
+ download_size: 3638378262
55
+ dataset_size: 8039673899
56
+ - config_name: ar-es
57
+ features:
58
+ - name: translation
59
+ dtype:
60
+ translation:
61
+ languages:
62
+ - ar
63
+ - es
64
+ splits:
65
+ - name: train
66
+ num_bytes: 8715738416
67
+ num_examples: 20532014
68
+ download_size: 3938780664
69
+ dataset_size: 8715738416
70
+ - config_name: ar-fr
71
+ features:
72
+ - name: translation
73
+ dtype:
74
+ translation:
75
+ languages:
76
+ - ar
77
+ - fr
78
+ splits:
79
+ - name: train
80
+ num_bytes: 8897831806
81
+ num_examples: 20281645
82
+ download_size: 3976788621
83
+ dataset_size: 8897831806
84
+ - config_name: ar-ru
85
+ features:
86
+ - name: translation
87
+ dtype:
88
+ translation:
89
+ languages:
90
+ - ar
91
+ - ru
92
+ splits:
93
+ - name: train
94
+ num_bytes: 11395906619
95
+ num_examples: 20571334
96
+ download_size: 4836152717
97
+ dataset_size: 11395906619
98
+ - config_name: ar-zh
99
+ features:
100
+ - name: translation
101
+ dtype:
102
+ translation:
103
+ languages:
104
+ - ar
105
+ - zh
106
+ splits:
107
+ - name: train
108
+ num_bytes: 6447644160
109
+ num_examples: 17306056
110
+ download_size: 3050491574
111
+ dataset_size: 6447644160
112
+ - config_name: en-es
113
+ features:
114
+ - name: translation
115
+ dtype:
116
+ translation:
117
+ languages:
118
+ - en
119
+ - es
120
+ splits:
121
+ - name: train
122
+ num_bytes: 8241615138
123
+ num_examples: 25227004
124
+ download_size: 3986062875
125
+ dataset_size: 8241615138
126
+ - config_name: en-fr
127
+ features:
128
+ - name: translation
129
+ dtype:
130
+ translation:
131
+ languages:
132
+ - en
133
+ - fr
134
+ splits:
135
+ - name: train
136
+ num_bytes: 9718498495
137
+ num_examples: 30340652
138
+ download_size: 4580188433
139
+ dataset_size: 9718498495
140
+ - config_name: en-ru
141
+ features:
142
+ - name: translation
143
+ dtype:
144
+ translation:
145
+ languages:
146
+ - en
147
+ - ru
148
+ splits:
149
+ - name: train
150
+ num_bytes: 11156144547
151
+ num_examples: 25173398
152
+ download_size: 4899993315
153
+ dataset_size: 11156144547
154
+ - config_name: en-zh
155
+ features:
156
+ - name: translation
157
+ dtype:
158
+ translation:
159
+ languages:
160
+ - en
161
+ - zh
162
+ splits:
163
+ - name: train
164
+ num_bytes: 4988798590
165
+ num_examples: 17451549
166
+ download_size: 2554362693
167
+ dataset_size: 4988798590
168
+ - config_name: es-fr
169
+ features:
170
+ - name: translation
171
+ dtype:
172
+ translation:
173
+ languages:
174
+ - es
175
+ - fr
176
+ splits:
177
+ - name: train
178
+ num_bytes: 9230870495
179
+ num_examples: 25887160
180
+ download_size: 4379207947
181
+ dataset_size: 9230870495
182
+ - config_name: es-ru
183
+ features:
184
+ - name: translation
185
+ dtype:
186
+ translation:
187
+ languages:
188
+ - es
189
+ - ru
190
+ splits:
191
+ - name: train
192
+ num_bytes: 10789762294
193
+ num_examples: 22294106
194
+ download_size: 4748706797
195
+ dataset_size: 10789762294
196
+ - config_name: es-zh
197
+ features:
198
+ - name: translation
199
+ dtype:
200
+ translation:
201
+ languages:
202
+ - es
203
+ - zh
204
+ splits:
205
+ - name: train
206
+ num_bytes: 5475351906
207
+ num_examples: 17599223
208
+ download_size: 2774470102
209
+ dataset_size: 5475351906
210
+ - config_name: fr-ru
211
+ features:
212
+ - name: translation
213
+ dtype:
214
+ translation:
215
+ languages:
216
+ - fr
217
+ - ru
218
+ splits:
219
+ - name: train
220
+ num_bytes: 12099649535
221
+ num_examples: 25219973
222
+ download_size: 5264326148
223
+ dataset_size: 12099649535
224
+ - config_name: fr-zh
225
+ features:
226
+ - name: translation
227
+ dtype:
228
+ translation:
229
+ languages:
230
+ - fr
231
+ - zh
232
+ splits:
233
+ - name: train
234
+ num_bytes: 5679208110
235
+ num_examples: 17521170
236
+ download_size: 2828146104
237
+ dataset_size: 5679208110
238
+ - config_name: ru-zh
239
+ features:
240
+ - name: translation
241
+ dtype:
242
+ translation:
243
+ languages:
244
+ - ru
245
+ - zh
246
+ splits:
247
+ - name: train
248
+ num_bytes: 7905429097
249
+ num_examples: 17920922
250
+ download_size: 3601589709
251
+ dataset_size: 7905429097
252
+ configs:
253
+ - config_name: ar-en
254
+ data_files:
255
+ - split: train
256
+ path: ar-en/train-*
257
+ - config_name: ar-es
258
+ data_files:
259
+ - split: train
260
+ path: ar-es/train-*
261
+ - config_name: ar-fr
262
+ data_files:
263
+ - split: train
264
+ path: ar-fr/train-*
265
+ - config_name: ar-ru
266
+ data_files:
267
+ - split: train
268
+ path: ar-ru/train-*
269
+ - config_name: ar-zh
270
+ data_files:
271
+ - split: train
272
+ path: ar-zh/train-*
273
+ - config_name: en-es
274
+ data_files:
275
+ - split: train
276
+ path: en-es/train-*
277
+ - config_name: en-fr
278
+ data_files:
279
+ - split: train
280
+ path: en-fr/train-*
281
+ - config_name: en-ru
282
+ data_files:
283
+ - split: train
284
+ path: en-ru/train-*
285
+ - config_name: en-zh
286
+ data_files:
287
+ - split: train
288
+ path: en-zh/train-*
289
+ - config_name: es-fr
290
+ data_files:
291
+ - split: train
292
+ path: es-fr/train-*
293
+ - config_name: es-ru
294
+ data_files:
295
+ - split: train
296
+ path: es-ru/train-*
297
+ - config_name: es-zh
298
+ data_files:
299
+ - split: train
300
+ path: es-zh/train-*
301
+ - config_name: fr-ru
302
+ data_files:
303
+ - split: train
304
+ path: fr-ru/train-*
305
+ - config_name: fr-zh
306
+ data_files:
307
+ - split: train
308
+ path: fr-zh/train-*
309
+ - config_name: ru-zh
310
+ data_files:
311
+ - split: train
312
+ path: ru-zh/train-*
313
+ ---
314
+
315
+ # Dataset Card for United Nations Parallel Corpus
316
+
317
+ ## Table of Contents
318
+ - [Dataset Description](#dataset-description)
319
+ - [Dataset Summary](#dataset-summary)
320
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
321
+ - [Languages](#languages)
322
+ - [Dataset Structure](#dataset-structure)
323
+ - [Data Instances](#data-instances)
324
+ - [Data Fields](#data-fields)
325
+ - [Data Splits](#data-splits)
326
+ - [Dataset Creation](#dataset-creation)
327
+ - [Curation Rationale](#curation-rationale)
328
+ - [Source Data](#source-data)
329
+ - [Annotations](#annotations)
330
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
331
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
332
+ - [Social Impact of Dataset](#social-impact-of-dataset)
333
+ - [Discussion of Biases](#discussion-of-biases)
334
+ - [Other Known Limitations](#other-known-limitations)
335
+ - [Additional Information](#additional-information)
336
+ - [Dataset Curators](#dataset-curators)
337
+ - [Licensing Information](#licensing-information)
338
+ - [Citation Information](#citation-information)
339
+ - [Contributions](#contributions)
340
+
341
+ ## Dataset Description
342
+
343
+ - **Homepage:** https://opus.nlpl.eu/UNPC/corpus/version/UNPC
344
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
345
+ - **Paper:** https://aclanthology.org/L16-1561/
346
+ - **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
347
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
348
+
349
+ ### Dataset Summary
350
+
351
+ The United Nations Parallel Corpus is the first parallel corpus composed from United Nations documents published by the original data creator.
352
+ The parallel corpus consists of manually translated UN documents from the last 25 years (1990 to 2014)
353
+ for the six official UN languages, Arabic, Chinese, English, French, Russian, and Spanish.
354
+ The corpus is freely available for download under a liberal license.
355
+
356
+ ### Supported Tasks and Leaderboards
357
+
358
+ The underlying task is machine translation.
359
+
360
+ ### Languages
361
+
362
+ The six official UN languages: Arabic, Chinese, English, French, Russian, and Spanish.
363
+
364
+ ## Dataset Structure
365
+
366
+ ### Data Instances
367
+
368
+ [More Information Needed]
369
+
370
+ ### Data Fields
371
+
372
+ [More Information Needed]
373
+
374
+ ### Data Splits
375
+
376
+ [More Information Needed]
377
+
378
+ ## Dataset Creation
379
+
380
+ ### Curation Rationale
381
+
382
+ [More Information Needed]
383
+
384
+ ### Source Data
385
+
386
+ #### Initial Data Collection and Normalization
387
+
388
+ [More Information Needed]
389
+
390
+ #### Who are the source language producers?
391
+
392
+ [More Information Needed]
393
+
394
+ ### Annotations
395
+
396
+ #### Annotation process
397
+
398
+ [More Information Needed]
399
+
400
+ #### Who are the annotators?
401
+
402
+ [More Information Needed]
403
+
404
+ ### Personal and Sensitive Information
405
+
406
+ [More Information Needed]
407
+
408
+ ## Considerations for Using the Data
409
+
410
+ ### Social Impact of Dataset
411
+
412
+ [More Information Needed]
413
+
414
+ ### Discussion of Biases
415
+
416
+ [More Information Needed]
417
+
418
+ ### Other Known Limitations
419
+
420
+ [More Information Needed]
421
+
422
+ ## Additional Information
423
+
424
+ ### Dataset Curators
425
+
426
+ [More Information Needed]
427
+
428
+ ### Licensing Information
429
+
430
+ https://conferences.unite.un.org/UNCORPUS/#disclaimer
431
+
432
+ The following disclaimer, an integral part of the United Nations Parallel Corpus, shall be respected with regard to the Corpus (no other restrictions apply):
433
+ - The United Nations Parallel Corpus is made available without warranty of any kind, explicit or implied. The United Nations specifically makes no warranties or representations as to the accuracy or completeness of the information contained in the United Nations Corpus.
434
+ - Under no circumstances shall the United Nations be liable for any loss, liability, injury or damage incurred or suffered that is claimed to have resulted from the use of the United Nations Corpus. The use of the United Nations Corpus is at the user's sole risk. The user specifically acknowledges and agrees that the United Nations is not liable for the conduct of any user. If the user is dissatisfied with any of the material provided in the United Nations Corpus, the user's sole and exclusive remedy is to discontinue using the United Nations Corpus.
435
+ - When using the United Nations Corpus, the user must acknowledge the United Nations as the source of the information. For references, please cite this reference: Ziemski, M., Junczys-Dowmunt, M., and Pouliquen, B., (2016), The United Nations Parallel Corpus, Language Resources and Evaluation (LREC’16), Portorož, Slovenia, May 2016.
436
+ - Nothing herein shall constitute or be considered to be a limitation upon or waiver, express or implied, of the privileges and immunities of the United Nations, which are specifically reserved.
437
+
438
+ ### Citation Information
439
+
440
+ ```
441
+ @inproceedings{ziemski-etal-2016-united,
442
+ title = "The {U}nited {N}ations Parallel Corpus v1.0",
443
+ author = "Ziemski, Micha{\\l} and
444
+ Junczys-Dowmunt, Marcin and
445
+ Pouliquen, Bruno",
446
+ booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
447
+ month = may,
448
+ year = "2016",
449
+ address = "Portoro{\v{z}}, Slovenia",
450
+ publisher = "European Language Resources Association (ELRA)",
451
+ url = "https://www.aclweb.org/anthology/L16-1561",
452
+ pages = "3530--3534",
453
+ abstract = "This paper describes the creation process and statistics of the official United Nations Parallel Corpus, the first parallel corpus composed from United Nations documents published by the original data creator. The parallel corpus presented consists of manually translated UN documents from the last 25 years (1990 to 2014) for the six official UN languages, Arabic, Chinese, English, French, Russian, and Spanish. The corpus is freely available for download under a liberal license. Apart from the pairwise aligned documents, a fully aligned subcorpus for the six official UN languages is distributed. We provide baseline BLEU scores of our Moses-based SMT systems trained with the full data of language pairs involving English and for all possible translation directions of the six-way subcorpus.",
454
+ }
455
+ ```
456
+ ### Contributions
457
+
458
+ Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
ar-en/train-00000-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53481fc80545949233bfe0bd8eea2ec8ad9ea19553930fb63dafa6299bfac6df
3
+ size 211610711
ar-en/train-00001-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9f88fa3ef6ee9409db31d68580ceae06f59015e70960628ededd23c414e19a
3
+ size 212547733
ar-en/train-00002-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72da0f8ef88337188884744cba71734207887fcb5a173a34b97e82581e1bf564
3
+ size 215800424
ar-en/train-00003-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcebfdefc8637b3e366128c26577e191c8e49cdadc4f0d03041303237603081b
3
+ size 211588122
ar-en/train-00004-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf6996ce11de6d6cda3c364a2bbc9767c59c4fd4d4a2e692845504cc73e0c6b
3
+ size 210202956
ar-en/train-00005-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd24e0eaa02843542f9d4732c6026068fbab71bf60a01d94210c0827f015cf8
3
+ size 215468595
ar-en/train-00006-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f8f73ab56167690f2fa0c03f79b86b493c296094711e2036fe9ffe43e1fbf2
3
+ size 212635824
ar-en/train-00007-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca4e63ddac23ed4a5aa2511eba98c077b02ce1b3b18b0f9926515be1d226edf
3
+ size 211460466
ar-en/train-00008-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197cd9df6f9bdca142d0640c81e7320d8134c5ba46ddb8167e3a74dd11bbbfe7
3
+ size 211614465
ar-en/train-00009-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3184ec78a0fc142bcfaa07957eafd04008793039aeb608711300faa7ad2126cc
3
+ size 211746186
ar-en/train-00010-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b4d71a33c347cdcb7d885e51e3b4b9171bc831313ff206817ab064f8d7cd53
3
+ size 213278018
ar-en/train-00011-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d004e0c769a57aa22c5d1dd06a7f74c5a5f593218e72062204f4ef2316abfb7
3
+ size 215458484
ar-en/train-00012-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08d5fac18ff83a0dd09597b559419bdd3be2f7ec8d2d4e2b5b085099b8825fcd
3
+ size 216888214
ar-en/train-00013-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee17c828ba9a5f8c59b17a662fc24b5b56c524cdbbee3c66d11998db6f7a894a
3
+ size 215717061
ar-en/train-00014-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e937e0df376f448550cd5d0c456a88076b1a43764b5f96acf9b6eb726bd713d
3
+ size 214325199
ar-en/train-00015-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8973ed753ac00e7e18d7e62a0159da0fc320718db5432350102d98090f0dd9c8
3
+ size 219313849
ar-en/train-00016-of-00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2ab171d01f852991655df64901e0b6a2bbd523d366a87e64409fe0b13eeead
3
+ size 218721955
ar-es/train-00000-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3600d1d61008a07d0b99adba50d3665123c4af2e417d35b4e0c2150bcbfb6248
3
+ size 213894747
ar-es/train-00001-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172ea533f9b8f9670aaee0072e54288dcf2cb0c705e7dcfd32e98a606131072d
3
+ size 220043356
ar-es/train-00002-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b085ab8378fa0256366e1c18b9e45a73721f4365700578b823392390890810b
3
+ size 213650245
ar-es/train-00003-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd73924c7f8943ed3697785190de4678199dce2b2c9043fd436703fb7361a6d
3
+ size 222855677
ar-es/train-00004-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:314e29ccf35f703f08756f1aa51ba678437de3387b57fa69b43ebc32c8f5d95c
3
+ size 211054082
ar-es/train-00005-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcea22520a1394c550031a0299819f4eee9600463018a5dd22606c770f3bf2f2
3
+ size 213589255
ar-es/train-00006-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02dfd8e448f575dbc399ac2d04ba22cd0d04b05c83142b27268c7d57bfdd1680
3
+ size 215607802
ar-es/train-00007-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ee2e861cf45bcef49d48b00cc94fb172db856f01428acd981940cf901f30dc
3
+ size 214628990
ar-es/train-00008-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e112505932a4400e369ce8024fd6b99d7c0f9530ebdf4187f61c66841e0d35c
3
+ size 218098122
ar-es/train-00009-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:537a1a378e0c5d4038e659477b012538abfb4f19b4a6516ad23fb782df80446a
3
+ size 216473600
ar-es/train-00010-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56e7ce46671211246595eb2233fa554a7489a35b71a6976cfaf27f5a6adcc645
3
+ size 220238238
ar-es/train-00011-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d658e63ddf99af1f723b105e9d6ecebddd4a8cf96a65cfd2ee3f4530c86b48a0
3
+ size 220025178
ar-es/train-00012-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc3f8c771bdd74464cc79a96936b67c5983c7ea88d6e18bed46d02a435b5473
3
+ size 221866065
ar-es/train-00013-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdb3ebae3c103d233e596de98dcf36236ba966e112153c825f960f74fc69721
3
+ size 223220518
ar-es/train-00014-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936bcf62f529d6021cceb3513c7e0a2682c84ce991a1a9e1cf80a4282db7399b
3
+ size 221262329
ar-es/train-00015-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62bc437b688c74ee93f3876bf2fccd1468003025c55b334f89a36850cac3a6e9
3
+ size 221251977
ar-es/train-00016-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192a06eff6e28fdf500272a73d629ddca184c0adf7107cfd4c6aaca2d7787e62
3
+ size 226052221
ar-es/train-00017-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85251b5fc23f70843b193cc10e5157ecf9ea0607d092e6a8e57e3dbc4a68f265
3
+ size 224968262
ar-fr/train-00000-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f10c35164cd4c88321ca5d1fd3215175d312d951b01dcefabd907f54183183
3
+ size 215605407
ar-fr/train-00001-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1b8731e9bf9632262fa4e6299a639ec26e8e95418cc1d6028b5fec4ab73072
3
+ size 219831937
ar-fr/train-00002-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b027984c6bb3459079e87f0301f4f879da243420c87d92398255c864dc7066b
3
+ size 215953676
ar-fr/train-00003-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:636d74c6c9777cc75abc54a2195b74c46e3c11d4f070b4ee92ad964bb08f594c
3
+ size 224559998
ar-fr/train-00004-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b83addb6ffea9f8ae456b2516b029ff5b6150ad77f4f14f48f9055f54e6130f
3
+ size 212609456
ar-fr/train-00005-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9c9519ca8c9d71fa57e375da94e278f83ffa1b289d4fa9d7689a0793ae771d
3
+ size 217714824
ar-fr/train-00006-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ce116d6f1774f25250a006e03fdef5e5c998dd33b0c34993b1b81aa3cdbc7e
3
+ size 215588759
ar-fr/train-00007-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5fb563b2f7d0d741d87a7a9a61f403c482e7c1fa61e2a47f8fd5de9a07263f8
3
+ size 218136895
ar-fr/train-00008-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c35d3b69725193d1a43c006b73921443722c3a546b71e7134e6512a304bb13c
3
+ size 222174613
ar-fr/train-00009-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d93ad4f21a2ee4f8f8a8a879497bc941dc2723fc17be4f85460dc5e6e3f6f865
3
+ size 219995246
ar-fr/train-00010-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:781cae234fe3eeccbfa8db66012f59ad9b08bf5d767a314da78335cab13b032b
3
+ size 221321871
ar-fr/train-00011-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc244220f09361abe52a8b737e37255e66d5e1d3255e917072371540eb45718
3
+ size 223559171
ar-fr/train-00012-of-00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74cc6967c603bc30e03aa38fd17409e5969486f7d3d7719a58ed1864faa4615e
3
+ size 224191312