Commit
•
cac75d7
0
Parent(s):
Update files from the datasets library (from 1.2.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.2.0
- .gitattributes +27 -0
- README.md +248 -0
- bible_para.py +118 -0
- dataset_infos.json +1 -0
- dummy/de-en/1.0.0/dummy_data.zip +3 -0
- dummy/en-es/1.0.0/dummy_data.zip +3 -0
- dummy/en-fi/1.0.0/dummy_data.zip +3 -0
- dummy/en-fr/1.0.0/dummy_data.zip +3 -0
- dummy/en-hi/1.0.0/dummy_data.zip +3 -0
- dummy/en-no/1.0.0/dummy_data.zip +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,248 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
languages:
|
7 |
+
- acu
|
8 |
+
- af
|
9 |
+
- agr
|
10 |
+
- ake
|
11 |
+
- am
|
12 |
+
- amu
|
13 |
+
- ar
|
14 |
+
- bg
|
15 |
+
- bsn
|
16 |
+
- cak
|
17 |
+
- ceb
|
18 |
+
- ch
|
19 |
+
- chq
|
20 |
+
- chr
|
21 |
+
- cjp
|
22 |
+
- cni
|
23 |
+
- cop
|
24 |
+
- crp
|
25 |
+
- cs
|
26 |
+
- da
|
27 |
+
- de
|
28 |
+
- dik
|
29 |
+
- dje
|
30 |
+
- djk
|
31 |
+
- dop
|
32 |
+
- ee
|
33 |
+
- el
|
34 |
+
- en
|
35 |
+
- eo
|
36 |
+
- es
|
37 |
+
- et
|
38 |
+
- eu
|
39 |
+
- fi
|
40 |
+
- fr
|
41 |
+
- gbi
|
42 |
+
- gd
|
43 |
+
- gu
|
44 |
+
- gv
|
45 |
+
- he
|
46 |
+
- hi
|
47 |
+
- hr
|
48 |
+
- hu
|
49 |
+
- hy
|
50 |
+
- id
|
51 |
+
- is
|
52 |
+
- it
|
53 |
+
- jak
|
54 |
+
- jap
|
55 |
+
- jiv
|
56 |
+
- kab
|
57 |
+
- kbh
|
58 |
+
- kek
|
59 |
+
- kn
|
60 |
+
- ko
|
61 |
+
- la
|
62 |
+
- lt
|
63 |
+
- lv
|
64 |
+
- mam
|
65 |
+
- mi
|
66 |
+
- ml
|
67 |
+
- mr
|
68 |
+
- my
|
69 |
+
- ne
|
70 |
+
- nhg
|
71 |
+
- nl
|
72 |
+
- no
|
73 |
+
- ojb
|
74 |
+
- pck
|
75 |
+
- pes
|
76 |
+
- pl
|
77 |
+
- plt
|
78 |
+
- pot
|
79 |
+
- ppk
|
80 |
+
- pt
|
81 |
+
- quc
|
82 |
+
- quw
|
83 |
+
- ro
|
84 |
+
- rom
|
85 |
+
- ru
|
86 |
+
- shi
|
87 |
+
- sk
|
88 |
+
- sl
|
89 |
+
- sn
|
90 |
+
- so
|
91 |
+
- sq
|
92 |
+
- sr
|
93 |
+
- ss
|
94 |
+
- sv
|
95 |
+
- syr
|
96 |
+
- te
|
97 |
+
- th
|
98 |
+
- tl
|
99 |
+
- tmh
|
100 |
+
- tr
|
101 |
+
- uk
|
102 |
+
- usp
|
103 |
+
- vi
|
104 |
+
- wal
|
105 |
+
- wo
|
106 |
+
- xh
|
107 |
+
- zh
|
108 |
+
- zu
|
109 |
+
licenses:
|
110 |
+
- cc0-1-0
|
111 |
+
multilinguality:
|
112 |
+
- multilingual
|
113 |
+
size_categories:
|
114 |
+
- 10K<n<100K
|
115 |
+
source_datasets:
|
116 |
+
- original
|
117 |
+
task_categories:
|
118 |
+
- conditional-text-generation
|
119 |
+
task_ids:
|
120 |
+
- machine-translation
|
121 |
+
---
|
122 |
+
|
123 |
+
# Dataset Card Creation Guide
|
124 |
+
|
125 |
+
## Table of Contents
|
126 |
+
- [Dataset Description](#dataset-description)
|
127 |
+
- [Dataset Summary](#dataset-summary)
|
128 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
129 |
+
- [Languages](#languages)
|
130 |
+
- [Dataset Structure](#dataset-structure)
|
131 |
+
- [Data Instances](#data-instances)
|
132 |
+
- [Data Fields](#data-instances)
|
133 |
+
- [Data Splits](#data-instances)
|
134 |
+
- [Dataset Creation](#dataset-creation)
|
135 |
+
- [Curation Rationale](#curation-rationale)
|
136 |
+
- [Source Data](#source-data)
|
137 |
+
- [Annotations](#annotations)
|
138 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
139 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
140 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
141 |
+
- [Discussion of Biases](#discussion-of-biases)
|
142 |
+
- [Other Known Limitations](#other-known-limitations)
|
143 |
+
- [Additional Information](#additional-information)
|
144 |
+
- [Dataset Curators](#dataset-curators)
|
145 |
+
- [Licensing Information](#licensing-information)
|
146 |
+
- [Citation Information](#citation-information)
|
147 |
+
|
148 |
+
## Dataset Description
|
149 |
+
|
150 |
+
- **Homepage:** http://opus.nlpl.eu/bible-uedin.php
|
151 |
+
- **Repository:** None
|
152 |
+
- **Paper:** https://link.springer.com/article/10.1007/s10579-014-9287-y
|
153 |
+
- **Leaderboard:** [More Information Needed]
|
154 |
+
- **Point of Contact:** [More Information Needed]
|
155 |
+
|
156 |
+
### Dataset Summary
|
157 |
+
|
158 |
+
To load a language pair which isn't part of the config, all you need to do is specify the language code as pairs.
|
159 |
+
You can find the valid pairs in Homepage section of Dataset Description: http://opus.nlpl.eu/bible-uedin.php
|
160 |
+
E.g.
|
161 |
+
|
162 |
+
`dataset = load_dataset("bible_para", lang1="fi", lang2="hi")`
|
163 |
+
|
164 |
+
|
165 |
+
### Supported Tasks and Leaderboards
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
### Languages
|
170 |
+
|
171 |
+
[More Information Needed]
|
172 |
+
|
173 |
+
## Dataset Structure
|
174 |
+
|
175 |
+
### Data Instances
|
176 |
+
|
177 |
+
Here are some examples of questions and facts:
|
178 |
+
|
179 |
+
|
180 |
+
### Data Fields
|
181 |
+
|
182 |
+
[More Information Needed]
|
183 |
+
|
184 |
+
### Data Splits
|
185 |
+
|
186 |
+
[More Information Needed]
|
187 |
+
|
188 |
+
## Dataset Creation
|
189 |
+
|
190 |
+
### Curation Rationale
|
191 |
+
|
192 |
+
[More Information Needed]
|
193 |
+
|
194 |
+
### Source Data
|
195 |
+
|
196 |
+
[More Information Needed]
|
197 |
+
|
198 |
+
#### Initial Data Collection and Normalization
|
199 |
+
|
200 |
+
[More Information Needed]
|
201 |
+
|
202 |
+
#### Who are the source language producers?
|
203 |
+
|
204 |
+
[More Information Needed]
|
205 |
+
|
206 |
+
### Annotations
|
207 |
+
|
208 |
+
[More Information Needed]
|
209 |
+
|
210 |
+
#### Annotation process
|
211 |
+
|
212 |
+
[More Information Needed]
|
213 |
+
|
214 |
+
#### Who are the annotators?
|
215 |
+
|
216 |
+
[More Information Needed]
|
217 |
+
|
218 |
+
### Personal and Sensitive Information
|
219 |
+
|
220 |
+
[More Information Needed]
|
221 |
+
|
222 |
+
## Considerations for Using the Data
|
223 |
+
|
224 |
+
### Social Impact of Dataset
|
225 |
+
|
226 |
+
[More Information Needed]
|
227 |
+
|
228 |
+
### Discussion of Biases
|
229 |
+
|
230 |
+
[More Information Needed]
|
231 |
+
|
232 |
+
### Other Known Limitations
|
233 |
+
|
234 |
+
[More Information Needed]
|
235 |
+
|
236 |
+
## Additional Information
|
237 |
+
|
238 |
+
### Dataset Curators
|
239 |
+
|
240 |
+
[More Information Needed]
|
241 |
+
|
242 |
+
### Licensing Information
|
243 |
+
|
244 |
+
[More Information Needed]
|
245 |
+
|
246 |
+
### Citation Information
|
247 |
+
|
248 |
+
[More Information Needed]
|
bible_para.py
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2020 HuggingFace Datasets Authors.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
|
16 |
+
# Lint as: python3
|
17 |
+
import os
|
18 |
+
|
19 |
+
import datasets
|
20 |
+
|
21 |
+
|
22 |
+
_DESCRIPTION = """\
|
23 |
+
This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.
|
24 |
+
|
25 |
+
102 languages, 5,148 bitexts
|
26 |
+
total number of files: 107
|
27 |
+
total number of tokens: 56.43M
|
28 |
+
total number of sentence fragments: 2.84M
|
29 |
+
"""
|
30 |
+
_HOMEPAGE_URL = "http://opus.nlpl.eu/bible-uedin.php"
|
31 |
+
_CITATION = """\
|
32 |
+
OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)
|
33 |
+
"""
|
34 |
+
|
35 |
+
_VERSION = "1.0.0"
|
36 |
+
_BASE_NAME = "bible-uedin.{}.{}"
|
37 |
+
_BASE_URL = "https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/{}-{}.txt.zip"
|
38 |
+
# Please note that only few pairs are shown here. You can use config to generate data for all language pairs
|
39 |
+
_LANGUAGE_PAIRS = [
|
40 |
+
("de", "en"),
|
41 |
+
("en", "fr"),
|
42 |
+
("en", "es"),
|
43 |
+
("en", "fi"),
|
44 |
+
("en", "no"),
|
45 |
+
("en", "hi"),
|
46 |
+
]
|
47 |
+
|
48 |
+
|
49 |
+
class BibleParaConfig(datasets.BuilderConfig):
|
50 |
+
def __init__(self, *args, lang1=None, lang2=None, **kwargs):
|
51 |
+
super().__init__(
|
52 |
+
*args,
|
53 |
+
name=f"{lang1}-{lang2}",
|
54 |
+
**kwargs,
|
55 |
+
)
|
56 |
+
self.lang1 = lang1
|
57 |
+
self.lang2 = lang2
|
58 |
+
|
59 |
+
|
60 |
+
class BiblePara(datasets.GeneratorBasedBuilder):
|
61 |
+
BUILDER_CONFIGS = [
|
62 |
+
BibleParaConfig(
|
63 |
+
lang1=lang1,
|
64 |
+
lang2=lang2,
|
65 |
+
description=f"Translating {lang1} to {lang2} or vice versa",
|
66 |
+
version=datasets.Version(_VERSION),
|
67 |
+
)
|
68 |
+
for lang1, lang2 in _LANGUAGE_PAIRS
|
69 |
+
]
|
70 |
+
BUILDER_CONFIG_CLASS = BibleParaConfig
|
71 |
+
|
72 |
+
def _info(self):
|
73 |
+
return datasets.DatasetInfo(
|
74 |
+
description=_DESCRIPTION,
|
75 |
+
features=datasets.Features(
|
76 |
+
{
|
77 |
+
"id": datasets.Value("string"),
|
78 |
+
"translation": datasets.Translation(languages=(self.config.lang1, self.config.lang2)),
|
79 |
+
},
|
80 |
+
),
|
81 |
+
supervised_keys=None,
|
82 |
+
homepage=_HOMEPAGE_URL,
|
83 |
+
citation=_CITATION,
|
84 |
+
)
|
85 |
+
|
86 |
+
def _split_generators(self, dl_manager):
|
87 |
+
def _base_url(lang1, lang2):
|
88 |
+
return _BASE_URL.format(lang1, lang2)
|
89 |
+
|
90 |
+
download_url = _base_url(self.config.lang1, self.config.lang2)
|
91 |
+
path = dl_manager.download_and_extract(download_url)
|
92 |
+
return [
|
93 |
+
datasets.SplitGenerator(
|
94 |
+
name=datasets.Split.TRAIN,
|
95 |
+
gen_kwargs={"datapath": path},
|
96 |
+
)
|
97 |
+
]
|
98 |
+
|
99 |
+
def _generate_examples(self, datapath):
|
100 |
+
l1, l2 = self.config.lang1, self.config.lang2
|
101 |
+
folder = l1 + "-" + l2
|
102 |
+
l1_file = _BASE_NAME.format(folder, l1)
|
103 |
+
l2_file = _BASE_NAME.format(folder, l2)
|
104 |
+
l1_path = os.path.join(datapath, l1_file)
|
105 |
+
l2_path = os.path.join(datapath, l2_file)
|
106 |
+
with open(l1_path, encoding="utf-8") as f1, open(l2_path, encoding="utf-8") as f2:
|
107 |
+
for sentence_counter, (x, y) in enumerate(zip(f1, f2)):
|
108 |
+
x = x.strip()
|
109 |
+
y = y.strip()
|
110 |
+
result = (
|
111 |
+
sentence_counter,
|
112 |
+
{
|
113 |
+
"id": str(sentence_counter),
|
114 |
+
"translation": {l1: x, l2: y},
|
115 |
+
},
|
116 |
+
)
|
117 |
+
sentence_counter += 1
|
118 |
+
yield result
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"de-en": {"description": "This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.\n\n102 languages, 5,148 bitexts\ntotal number of files: 107\ntotal number of tokens: 56.43M\ntotal number of sentence fragments: 2.84M\n", "citation": "OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)\n", "homepage": "http://opus.nlpl.eu/bible-uedin.php", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"languages": ["de", "en"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bible_para", "config_name": "de-en", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17262178, "num_examples": 62195, "dataset_name": "bible_para"}}, "download_checksums": {"https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/de-en.txt.zip": {"num_bytes": 5440713, "checksum": "c3189e56441b6761276be449b3548dd48991401eab201303e6123cc7148b7446"}}, "download_size": 5440713, "post_processing_size": null, "dataset_size": 17262178, "size_in_bytes": 22702891}, "en-fr": {"description": "This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.\n\n102 languages, 5,148 bitexts\ntotal number of files: 107\ntotal number of tokens: 56.43M\ntotal number of sentence fragments: 2.84M\n", "citation": "OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)\n", "homepage": "http://opus.nlpl.eu/bible-uedin.php", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"languages": ["en", "fr"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bible_para", "config_name": "en-fr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17536445, "num_examples": 62195, "dataset_name": "bible_para"}}, "download_checksums": {"https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/en-fr.txt.zip": {"num_bytes": 5470044, "checksum": "b4cdc1705896307ff0647ebe9c1c3a5b857248a7eabe9f6d23887542df090cce"}}, "download_size": 5470044, "post_processing_size": null, "dataset_size": 17536445, "size_in_bytes": 23006489}, "en-es": {"description": "This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.\n\n102 languages, 5,148 bitexts\ntotal number of files: 107\ntotal number of tokens: 56.43M\ntotal number of sentence fragments: 2.84M\n", "citation": "OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)\n", "homepage": "http://opus.nlpl.eu/bible-uedin.php", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"languages": ["en", "es"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bible_para", "config_name": "en-es", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17105724, "num_examples": 62191, "dataset_name": "bible_para"}}, "download_checksums": {"https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/en-es.txt.zip": {"num_bytes": 5418998, "checksum": "324dcd307f373f050aa3b0c0fd7bf8566b13f676d92f607644236674cd67ff9a"}}, "download_size": 5418998, "post_processing_size": null, "dataset_size": 17105724, "size_in_bytes": 22524722}, "en-fi": {"description": "This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.\n\n102 languages, 5,148 bitexts\ntotal number of files: 107\ntotal number of tokens: 56.43M\ntotal number of sentence fragments: 2.84M\n", "citation": "OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)\n", "homepage": "http://opus.nlpl.eu/bible-uedin.php", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"languages": ["en", "fi"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bible_para", "config_name": "en-fi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17486055, "num_examples": 62026, "dataset_name": "bible_para"}}, "download_checksums": {"https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/en-fi.txt.zip": {"num_bytes": 5506407, "checksum": "a925a0a5332f6463048b1ab3393b8ed22ad9a6b4db05fe008ad6d758fb0a5bf3"}}, "download_size": 5506407, "post_processing_size": null, "dataset_size": 17486055, "size_in_bytes": 22992462}, "en-no": {"description": "This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.\n\n102 languages, 5,148 bitexts\ntotal number of files: 107\ntotal number of tokens: 56.43M\ntotal number of sentence fragments: 2.84M\n", "citation": "OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)\n", "homepage": "http://opus.nlpl.eu/bible-uedin.php", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"languages": ["en", "no"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bible_para", "config_name": "en-no", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 16681323, "num_examples": 62107, "dataset_name": "bible_para"}}, "download_checksums": {"https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/en-no.txt.zip": {"num_bytes": 5293164, "checksum": "147541ae473aaf8a7d1b00ee4e301be6084025e5b4efcd94c65ce3624e04dafc"}}, "download_size": 5293164, "post_processing_size": null, "dataset_size": 16681323, "size_in_bytes": 21974487}, "en-hi": {"description": "This is a multilingual parallel corpus created from translations of the Bible compiled by Christos Christodoulopoulos and Mark Steedman.\n\n102 languages, 5,148 bitexts\ntotal number of files: 107\ntotal number of tokens: 56.43M\ntotal number of sentence fragments: 2.84M\n", "citation": "OPUS and A massively parallel corpus: the Bible in 100 languages, Christos Christodoulopoulos and Mark Steedman, *Language Resources and Evaluation*, 49 (2)\n", "homepage": "http://opus.nlpl.eu/bible-uedin.php", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"languages": ["en", "hi"], "id": null, "_type": "Translation"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bible_para", "config_name": "en-hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 27849361, "num_examples": 62073, "dataset_name": "bible_para"}}, "download_checksums": {"https://object.pouta.csc.fi/OPUS-bible-uedin/v1/moses/en-hi.txt.zip": {"num_bytes": 6224765, "checksum": "b49c420cfb2b688bbc20587470ac4feaaf7aaa7493461c9408b6f5983fefcab1"}}, "download_size": 6224765, "post_processing_size": null, "dataset_size": 27849361, "size_in_bytes": 34074126}}
|
dummy/de-en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69c31f514d21ffda9473cf18ebd4951111f4d761714d21900a799a2969c7f7de
|
3 |
+
size 1376
|
dummy/en-es/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb0b4f10bb981ebad3dd5d15079bd57efdcecd14b63ce5f246a7713a7585e96f
|
3 |
+
size 1396
|
dummy/en-fi/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ec0bf779c200364ce0715878e0c592d4f5a19796b3d590302ee92d1939cf860
|
3 |
+
size 1375
|
dummy/en-fr/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ae46fb5ac31589db0e1a1faf795b0137c735c89ff53dabfa2b0aa8ad9aa542
|
3 |
+
size 1413
|
dummy/en-hi/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:861addb563c32aea35c45075a2ebc10e71aa796f23362509ea60c5e969f8f244
|
3 |
+
size 1489
|
dummy/en-no/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89e656ef4d4ff3389bf2146b6d7c9dc30ece2e344ad916a0a63e03dfcc3fb504
|
3 |
+
size 1365
|