Commit
•
ea5c540
0
Parent(s):
Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
- .gitattributes +27 -0
- README.md +225 -0
- covost2.py +195 -0
- dataset_infos.json +1 -0
- dummy/ar_en/1.0.0/dummy_data.zip +3 -0
- dummy/ca_en/1.0.0/dummy_data.zip +3 -0
- dummy/cy_en/1.0.0/dummy_data.zip +3 -0
- dummy/de_en/1.0.0/dummy_data.zip +3 -0
- dummy/en_ar/1.0.0/dummy_data.zip +3 -0
- dummy/en_ca/1.0.0/dummy_data.zip +3 -0
- dummy/en_cy/1.0.0/dummy_data.zip +3 -0
- dummy/en_de/1.0.0/dummy_data.zip +3 -0
- dummy/en_et/1.0.0/dummy_data.zip +3 -0
- dummy/en_fa/1.0.0/dummy_data.zip +3 -0
- dummy/en_id/1.0.0/dummy_data.zip +3 -0
- dummy/en_ja/1.0.0/dummy_data.zip +3 -0
- dummy/en_lv/1.0.0/dummy_data.zip +3 -0
- dummy/en_mn/1.0.0/dummy_data.zip +3 -0
- dummy/en_sl/1.0.0/dummy_data.zip +3 -0
- dummy/en_sv-SE/1.0.0/dummy_data.zip +3 -0
- dummy/en_ta/1.0.0/dummy_data.zip +3 -0
- dummy/en_tr/1.0.0/dummy_data.zip +3 -0
- dummy/en_zh-CN/1.0.0/dummy_data.zip +3 -0
- dummy/es_en/1.0.0/dummy_data.zip +3 -0
- dummy/et_en/1.0.0/dummy_data.zip +3 -0
- dummy/fa_en/1.0.0/dummy_data.zip +3 -0
- dummy/fr_en/1.0.0/dummy_data.zip +3 -0
- dummy/id_en/1.0.0/dummy_data.zip +3 -0
- dummy/it_en/1.0.0/dummy_data.zip +3 -0
- dummy/ja_en/1.0.0/dummy_data.zip +3 -0
- dummy/lv_en/1.0.0/dummy_data.zip +3 -0
- dummy/mn_en/1.0.0/dummy_data.zip +3 -0
- dummy/nl_en/1.0.0/dummy_data.zip +3 -0
- dummy/pt_en/1.0.0/dummy_data.zip +3 -0
- dummy/ru_en/1.0.0/dummy_data.zip +3 -0
- dummy/sl_en/1.0.0/dummy_data.zip +3 -0
- dummy/sv-SE_en/1.0.0/dummy_data.zip +3 -0
- dummy/ta_en/1.0.0/dummy_data.zip +3 -0
- dummy/tr_en/1.0.0/dummy_data.zip +3 -0
- dummy/zh-CN_en/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,225 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
- expert-generated
|
7 |
+
languages:
|
8 |
+
- "fr"
|
9 |
+
- "de"
|
10 |
+
- "es"
|
11 |
+
- "ca"
|
12 |
+
- "it"
|
13 |
+
- "ru"
|
14 |
+
- "zh-CN"
|
15 |
+
- "pt"
|
16 |
+
- "fa"
|
17 |
+
- "et"
|
18 |
+
- "mn"
|
19 |
+
- "nl"
|
20 |
+
- "tr"
|
21 |
+
- "ar"
|
22 |
+
- "sv-SE"
|
23 |
+
- "lv"
|
24 |
+
- "sl"
|
25 |
+
- "ta"
|
26 |
+
- "ja"
|
27 |
+
- "id"
|
28 |
+
- "cy"
|
29 |
+
licenses:
|
30 |
+
- cc-by-nc-4-0
|
31 |
+
multilinguality:
|
32 |
+
- multilingual
|
33 |
+
size_categories:
|
34 |
+
- 100K<n<1M
|
35 |
+
source_datasets:
|
36 |
+
- extended|other-common-voice
|
37 |
+
task_categories:
|
38 |
+
- other
|
39 |
+
task_ids:
|
40 |
+
- other-other-speech-translation
|
41 |
+
---
|
42 |
+
|
43 |
+
# Dataset Card for covost2
|
44 |
+
|
45 |
+
## Table of Contents
|
46 |
+
- [Dataset Description](#dataset-description)
|
47 |
+
- [Dataset Summary](#dataset-summary)
|
48 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
49 |
+
- [Languages](#languages)
|
50 |
+
- [Dataset Structure](#dataset-structure)
|
51 |
+
- [Data Instances](#data-instances)
|
52 |
+
- [Data Fields](#data-instances)
|
53 |
+
- [Data Splits](#data-instances)
|
54 |
+
- [Dataset Creation](#dataset-creation)
|
55 |
+
- [Curation Rationale](#curation-rationale)
|
56 |
+
- [Source Data](#source-data)
|
57 |
+
- [Annotations](#annotations)
|
58 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
59 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
60 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
61 |
+
- [Discussion of Biases](#discussion-of-biases)
|
62 |
+
- [Other Known Limitations](#other-known-limitations)
|
63 |
+
- [Additional Information](#additional-information)
|
64 |
+
- [Dataset Curators](#dataset-curators)
|
65 |
+
- [Licensing Information](#licensing-information)
|
66 |
+
- [Citation Information](#citation-information)
|
67 |
+
- [Contributions](#contributions)
|
68 |
+
|
69 |
+
## Dataset Description
|
70 |
+
|
71 |
+
- **Homepage:** https://github.com/facebookresearch/covost
|
72 |
+
- **Repository:** https://github.com/facebookresearch/covost
|
73 |
+
- **Paper:** https://arxiv.org/abs/2007.10310
|
74 |
+
- **Leaderboard:** [Needs More Information]
|
75 |
+
- **Point of Contact:** Changhan Wang (changhan@fb.com), Juan Miguel Pino (juancarabina@fb.com), Jiatao Gu (jgu@fb.com)
|
76 |
+
|
77 |
+
### Dataset Summary
|
78 |
+
|
79 |
+
CoVoST 2 is a large-scale multilingual speech translation corpus covering translations from 21 languages into English \
|
80 |
+
and from English into 15 languages. The dataset is created using Mozillas open-source Common Voice database of \
|
81 |
+
crowdsourced voice recordings. There are 2,900 hours of speech represented in the corpus.
|
82 |
+
|
83 |
+
### Supported Tasks and Leaderboards
|
84 |
+
|
85 |
+
`speech-translation`: The dataset can be used for Speech-to-text translation (ST). The model is presented with an audio file in one language and asked to transcribe the audio file to written text in another language. The most common evaluation metric is the BLEU score. Examples can be found at https://github.com/pytorch/fairseq/blob/master/examples/speech_to_text/docs/covost_example.md .
|
86 |
+
|
87 |
+
### Languages
|
88 |
+
|
89 |
+
The dataset contains the audio, transcriptions, and translations in the following languages, French, German, Dutch, Russian, Spanish, Italian, Turkish, Persian, Swedish, Mongolian, Chinese, Welsh, Catalan, Slovenian, Estonian, Indonesian, Arabic, Tamil, Portuguese, Latvian, and Japanese.
|
90 |
+
|
91 |
+
## Dataset Structure
|
92 |
+
|
93 |
+
### Data Instances
|
94 |
+
|
95 |
+
A typical data point comprises the path to the audio file, usually called `file`, its transcription, called `sentence`, and the translation in target language called `translation`.
|
96 |
+
|
97 |
+
```
|
98 |
+
{'client_id': 'd277a1f3904ae00b09b73122b87674e7c2c78e08120721f37b5577013ead08d1ea0c053ca5b5c2fb948df2c81f27179aef2c741057a17249205d251a8fe0e658',
|
99 |
+
'file': '/home/suraj/projects/fairseq_s2t/covst/dataset/en/clips/common_voice_en_18540003.mp3',
|
100 |
+
'id': 'common_voice_en_18540003',
|
101 |
+
'sentence': 'When water is scarce, avoid wasting it.',
|
102 |
+
'translation': 'Wenn Wasser knapp ist, verschwenden Sie es nicht.'}
|
103 |
+
```
|
104 |
+
|
105 |
+
### Data Fields
|
106 |
+
|
107 |
+
- file: A path to the downloaded audio file in .mp3 format.
|
108 |
+
|
109 |
+
- sentence: The transcription of the audio file in source language.
|
110 |
+
|
111 |
+
- translation: The transcription of the audio file in the target language.
|
112 |
+
|
113 |
+
- id: unique id of the data sample.
|
114 |
+
|
115 |
+
### Data Splits
|
116 |
+
|
117 |
+
| config | train | validation | test |
|
118 |
+
|----------|--------|------------|-------|
|
119 |
+
| en_de | 289430 | 15531 | 15531 |
|
120 |
+
| en_tr | 289430 | 15531 | 15531 |
|
121 |
+
| en_fa | 289430 | 15531 | 15531 |
|
122 |
+
| en_sv-SE | 289430 | 15531 | 15531 |
|
123 |
+
| en_mn | 289430 | 15531 | 15531 |
|
124 |
+
| en_zh-CN | 289430 | 15531 | 15531 |
|
125 |
+
| en_cy | 289430 | 15531 | 15531 |
|
126 |
+
| en_ca | 289430 | 15531 | 15531 |
|
127 |
+
| en_sl | 289430 | 15531 | 15531 |
|
128 |
+
| en_et | 289430 | 15531 | 15531 |
|
129 |
+
| en_id | 289430 | 15531 | 15531 |
|
130 |
+
| en_ar | 289430 | 15531 | 15531 |
|
131 |
+
| en_ta | 289430 | 15531 | 15531 |
|
132 |
+
| en_lv | 289430 | 15531 | 15531 |
|
133 |
+
| en_ja | 289430 | 15531 | 15531 |
|
134 |
+
| fr_en | 207374 | 14760 | 14760 |
|
135 |
+
| de_en | 127834 | 13511 | 13511 |
|
136 |
+
| es_en | 79015 | 13221 | 13221 |
|
137 |
+
| ca_en | 95854 | 12730 | 12730 |
|
138 |
+
| it_en | 31698 | 8940 | 8951 |
|
139 |
+
| ru_en | 12112 | 6110 | 6300 |
|
140 |
+
| zh-CN_en | 7085 | 4843 | 4898 |
|
141 |
+
| pt_en | 9158 | 3318 | 4023 |
|
142 |
+
| fa_en | 53949 | 3445 | 3445 |
|
143 |
+
| et_en | 1782 | 1576 | 1571 |
|
144 |
+
| mn_en | 2067 | 1761 | 1759 |
|
145 |
+
| nl_en | 7108 | 1699 | 1699 |
|
146 |
+
| tr_en | 3966 | 1624 | 1629 |
|
147 |
+
| ar_en | 2283 | 1758 | 1695 |
|
148 |
+
| sv-SE_en | 2160 | 1349 | 1595 |
|
149 |
+
| lv_en | 2337 | 1125 | 1629 |
|
150 |
+
| sl_en | 1843 | 509 | 360 |
|
151 |
+
| ta_en | 1358 | 384 | 786 |
|
152 |
+
| ja_en | 1119 | 635 | 684 |
|
153 |
+
| id_en | 1243 | 792 | 844 |
|
154 |
+
| cy_en | 1241 | 690 | 690 |
|
155 |
+
|
156 |
+
|
157 |
+
## Dataset Creation
|
158 |
+
|
159 |
+
### Curation Rationale
|
160 |
+
|
161 |
+
[Needs More Information]
|
162 |
+
|
163 |
+
### Source Data
|
164 |
+
|
165 |
+
#### Initial Data Collection and Normalization
|
166 |
+
|
167 |
+
[Needs More Information]
|
168 |
+
|
169 |
+
#### Who are the source language producers?
|
170 |
+
|
171 |
+
[Needs More Information]
|
172 |
+
|
173 |
+
### Annotations
|
174 |
+
|
175 |
+
#### Annotation process
|
176 |
+
|
177 |
+
[Needs More Information]
|
178 |
+
|
179 |
+
#### Who are the annotators?
|
180 |
+
|
181 |
+
[Needs More Information]
|
182 |
+
|
183 |
+
### Personal and Sensitive Information
|
184 |
+
|
185 |
+
[Needs More Information]
|
186 |
+
|
187 |
+
## Considerations for Using the Data
|
188 |
+
|
189 |
+
### Social Impact of Dataset
|
190 |
+
|
191 |
+
[Needs More Information]
|
192 |
+
|
193 |
+
### Discussion of Biases
|
194 |
+
|
195 |
+
[Needs More Information]
|
196 |
+
|
197 |
+
### Other Known Limitations
|
198 |
+
|
199 |
+
[Needs More Information]
|
200 |
+
|
201 |
+
## Additional Information
|
202 |
+
|
203 |
+
### Dataset Curators
|
204 |
+
|
205 |
+
[Needs More Information]
|
206 |
+
|
207 |
+
### Licensing Information
|
208 |
+
|
209 |
+
cc-by-nc-4.0
|
210 |
+
|
211 |
+
### Citation Information
|
212 |
+
|
213 |
+
```
|
214 |
+
@misc{wang2020covost,
|
215 |
+
title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},
|
216 |
+
author={Changhan Wang and Anne Wu and Juan Pino},
|
217 |
+
year={2020},
|
218 |
+
eprint={2007.10310},
|
219 |
+
archivePrefix={arXiv},
|
220 |
+
primaryClass={cs.CL}
|
221 |
+
```
|
222 |
+
|
223 |
+
### Contributions
|
224 |
+
|
225 |
+
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|
covost2.py
ADDED
@@ -0,0 +1,195 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2021 The TensorFlow Datasets Authors and the 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 |
+
|
18 |
+
import csv
|
19 |
+
import os
|
20 |
+
|
21 |
+
import pandas as pd
|
22 |
+
|
23 |
+
import datasets
|
24 |
+
|
25 |
+
|
26 |
+
_VERSION = "1.0.0"
|
27 |
+
|
28 |
+
_CITATION = """
|
29 |
+
@misc{wang2020covost,
|
30 |
+
title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},
|
31 |
+
author={Changhan Wang and Anne Wu and Juan Pino},
|
32 |
+
year={2020},
|
33 |
+
eprint={2007.10310},
|
34 |
+
archivePrefix={arXiv},
|
35 |
+
primaryClass={cs.CL}
|
36 |
+
"""
|
37 |
+
|
38 |
+
_DESCRIPTION = """
|
39 |
+
CoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English \
|
40 |
+
and from English into 15 languages. The dataset is created using Mozilla’s open source Common Voice database of \
|
41 |
+
crowdsourced voice recordings.
|
42 |
+
|
43 |
+
Note that in order to limit the required storage for preparing this dataset, the audio
|
44 |
+
is stored in the .mp3 format and is not converted to a float32 array. To convert, the audio
|
45 |
+
file to a float32 array, please make use of the `.map()` function as follows:
|
46 |
+
|
47 |
+
|
48 |
+
```python
|
49 |
+
import torchaudio
|
50 |
+
|
51 |
+
def map_to_array(batch):
|
52 |
+
speech_array, _ = torchaudio.load(batch["file"])
|
53 |
+
batch["speech"] = speech_array.numpy()
|
54 |
+
return batch
|
55 |
+
|
56 |
+
dataset = dataset.map(map_to_array, remove_columns=["file"])
|
57 |
+
```
|
58 |
+
"""
|
59 |
+
|
60 |
+
_HOMEPAGE = "https://github.com/facebookresearch/covost"
|
61 |
+
|
62 |
+
# fmt: off
|
63 |
+
XX_EN_LANGUAGES = ["fr", "de", "es", "ca", "it", "ru", "zh-CN", "pt", "fa", "et", "mn", "nl", "tr", "ar", "sv-SE", "lv", "sl", "ta", "ja", "id", "cy"]
|
64 |
+
EN_XX_LANGUAGES = ["de", "tr", "fa", "sv-SE", "mn", "zh-CN", "cy", "ca", "sl", "et", "id", "ar", "ta", "lv", "ja"]
|
65 |
+
# fmt: on
|
66 |
+
|
67 |
+
COVOST_URL_TEMPLATE = "https://dl.fbaipublicfiles.com/covost/covost_v2.{src_lang}_{tgt_lang}.tsv.tar.gz"
|
68 |
+
|
69 |
+
|
70 |
+
def _get_builder_configs():
|
71 |
+
builder_configs = [
|
72 |
+
datasets.BuilderConfig(name=f"en_{lang}", version=datasets.Version(_VERSION)) for lang in EN_XX_LANGUAGES
|
73 |
+
]
|
74 |
+
|
75 |
+
builder_configs += [
|
76 |
+
datasets.BuilderConfig(name=f"{lang}_en", version=datasets.Version(_VERSION)) for lang in XX_EN_LANGUAGES
|
77 |
+
]
|
78 |
+
return builder_configs
|
79 |
+
|
80 |
+
|
81 |
+
class Covost2(datasets.GeneratorBasedBuilder):
|
82 |
+
"""CoVOST2 Dataset."""
|
83 |
+
|
84 |
+
VERSION = datasets.Version(_VERSION)
|
85 |
+
|
86 |
+
BUILDER_CONFIGS = _get_builder_configs()
|
87 |
+
|
88 |
+
@property
|
89 |
+
def manual_download_instructions(self):
|
90 |
+
return """\
|
91 |
+
You should download the Common Voice v4 dataset from https://commonvoice.mozilla.org/en/datasets.
|
92 |
+
and unpack it to a path `{COVOST_ROOT}/{SOURCE_LANG_ID}` and then pass the `{COVOST_ROOT}` path as `data_dir`
|
93 |
+
via `datasets.load_dataset('covost2', data_dir="path/to/covost_root")`
|
94 |
+
"""
|
95 |
+
|
96 |
+
def _info(self):
|
97 |
+
return datasets.DatasetInfo(
|
98 |
+
description=_DESCRIPTION,
|
99 |
+
features=datasets.Features(
|
100 |
+
client_id=datasets.Value("string"),
|
101 |
+
file=datasets.Value("string"),
|
102 |
+
sentence=datasets.Value("string"),
|
103 |
+
translation=datasets.Value("string"),
|
104 |
+
id=datasets.Value("string"),
|
105 |
+
),
|
106 |
+
supervised_keys=("file", "translation"),
|
107 |
+
homepage=_HOMEPAGE,
|
108 |
+
citation=_CITATION,
|
109 |
+
)
|
110 |
+
|
111 |
+
def _split_generators(self, dl_manager):
|
112 |
+
data_root = os.path.abspath(os.path.expanduser(dl_manager.manual_dir))
|
113 |
+
source_lang, target_lang = self.config.name.split("_")
|
114 |
+
source_path = os.path.join(data_root, source_lang)
|
115 |
+
|
116 |
+
if not os.path.exists(source_path):
|
117 |
+
raise FileNotFoundError(
|
118 |
+
"{} does not exist. Make sure you insert a manual dir via "
|
119 |
+
"`datasets.load_dataset('covost2', data_dir=...)` that includes files uncompressed files from the "
|
120 |
+
"COVOST2 archive. Manual download instructions: {}".format(
|
121 |
+
data_root, self.manual_download_instructions
|
122 |
+
)
|
123 |
+
)
|
124 |
+
|
125 |
+
covost_url = COVOST_URL_TEMPLATE.format(src_lang=source_lang, tgt_lang=target_lang)
|
126 |
+
extracted_path = dl_manager.download_and_extract(covost_url)
|
127 |
+
|
128 |
+
covost_tsv_path = os.path.join(extracted_path, f"covost_v2.{source_lang}_{target_lang}.tsv")
|
129 |
+
cv_tsv_path = os.path.join(source_path, "validated.tsv")
|
130 |
+
|
131 |
+
return [
|
132 |
+
datasets.SplitGenerator(
|
133 |
+
name=datasets.Split.TRAIN,
|
134 |
+
gen_kwargs={
|
135 |
+
"source_path": source_path,
|
136 |
+
"covost_tsv_path": covost_tsv_path,
|
137 |
+
"cv_tsv_path": cv_tsv_path,
|
138 |
+
"split": "train",
|
139 |
+
},
|
140 |
+
),
|
141 |
+
datasets.SplitGenerator(
|
142 |
+
name=datasets.Split.VALIDATION,
|
143 |
+
gen_kwargs={
|
144 |
+
"source_path": source_path,
|
145 |
+
"covost_tsv_path": covost_tsv_path,
|
146 |
+
"cv_tsv_path": cv_tsv_path,
|
147 |
+
"split": "dev",
|
148 |
+
},
|
149 |
+
),
|
150 |
+
datasets.SplitGenerator(
|
151 |
+
name=datasets.Split.TEST,
|
152 |
+
gen_kwargs={
|
153 |
+
"source_path": source_path,
|
154 |
+
"covost_tsv_path": covost_tsv_path,
|
155 |
+
"cv_tsv_path": cv_tsv_path,
|
156 |
+
"split": "test",
|
157 |
+
},
|
158 |
+
),
|
159 |
+
]
|
160 |
+
|
161 |
+
def _generate_examples(self, source_path, covost_tsv_path, cv_tsv_path, split):
|
162 |
+
covost_tsv = self._load_df_from_tsv(covost_tsv_path)
|
163 |
+
cv_tsv = self._load_df_from_tsv(cv_tsv_path)
|
164 |
+
|
165 |
+
df = pd.merge(
|
166 |
+
left=cv_tsv[["path", "sentence", "client_id"]],
|
167 |
+
right=covost_tsv[["path", "translation", "split"]],
|
168 |
+
how="inner",
|
169 |
+
on="path",
|
170 |
+
)
|
171 |
+
|
172 |
+
if split == "train":
|
173 |
+
df = df[(df["split"] == "train") | (df["split"] == f"train_covost")]
|
174 |
+
else:
|
175 |
+
df = df[df["split"] == split]
|
176 |
+
|
177 |
+
for i, row in df.iterrows():
|
178 |
+
yield i, {
|
179 |
+
"id": row["path"].replace(".mp3", ""),
|
180 |
+
"client_id": row["client_id"],
|
181 |
+
"sentence": row["sentence"],
|
182 |
+
"translation": row["translation"],
|
183 |
+
"file": os.path.join(source_path, "clips", row["path"]),
|
184 |
+
}
|
185 |
+
|
186 |
+
def _load_df_from_tsv(self, path):
|
187 |
+
return pd.read_csv(
|
188 |
+
path,
|
189 |
+
sep="\t",
|
190 |
+
header=0,
|
191 |
+
encoding="utf-8",
|
192 |
+
escapechar="\\",
|
193 |
+
quoting=csv.QUOTE_NONE,
|
194 |
+
na_filter=False,
|
195 |
+
)
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"en_de": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_de", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 110716293, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5971731, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5689684, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_de.tsv.tar.gz": {"num_bytes": 25779505, "checksum": "f414705b6197cc9a30cf05f8fc4471c8e99809a2c1f2c1da24a7ba617f42fce2"}}, "download_size": 25779505, "post_processing_size": null, "dataset_size": 122377708, "size_in_bytes": 148157213}, "en_tr": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_tr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109474265, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5914622, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5619271, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_tr.tsv.tar.gz": {"num_bytes": 23659131, "checksum": "9cfb1533cd2226c6ed13fe9462b2ecc5ebc9bb50fc0eb7d0dfe8a68ee4873d42"}}, "download_size": 23659131, "post_processing_size": null, "dataset_size": 121008158, "size_in_bytes": 144667289}, "en_fa": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_fa", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 119490720, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 6423535, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 6103617, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_fa.tsv.tar.gz": {"num_bytes": 26148420, "checksum": "d255d629f604aa32ea06dbb612acf7602221bb0e05ad0d652ad0cf9ba6894532"}}, "download_size": 26148420, "post_processing_size": null, "dataset_size": 132017872, "size_in_bytes": 158166292}, "en_sv-SE": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_sv-SE", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 108557530, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5845918, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5580039, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_sv-SE.tsv.tar.gz": {"num_bytes": 23671482, "checksum": "0c591c50b3b13db4df9365802c2cf8a69c3db00a39da6306fc44e76a1b25b4b6"}}, "download_size": 23671482, "post_processing_size": null, "dataset_size": 119983487, "size_in_bytes": 143654969}, "en_mn": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_mn", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 123950136, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 6693044, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 6293633, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_mn.tsv.tar.gz": {"num_bytes": 27527436, "checksum": "7ef1b63adb5cb6bbc7a1f3cfa7c2ceab9a83d99aa4727ba894d101b7b320beb7"}}, "download_size": 27527436, "post_processing_size": null, "dataset_size": 136936813, "size_in_bytes": 164464249}, "en_zh-CN": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_zh-CN", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 106490939, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5735331, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5487808, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_zh-CN.tsv.tar.gz": {"num_bytes": 24280932, "checksum": "7509b7c587326ef094c1e639111aef13f3888d26f707672dadec4d37d8e501d8"}}, "download_size": 24280932, "post_processing_size": null, "dataset_size": 117714078, "size_in_bytes": 141995010}, "en_cy": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_cy", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109317182, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5894579, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5626428, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_cy.tsv.tar.gz": {"num_bytes": 24224499, "checksum": "72173329cec05fc70efbf9efa2144a3cc4fbbf3c2e59c01d176a8960f40d0da7"}}, "download_size": 24224499, "post_processing_size": null, "dataset_size": 120838189, "size_in_bytes": 145062688}, "en_ca": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_ca", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109922455, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5924345, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5623227, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_ca.tsv.tar.gz": {"num_bytes": 24167201, "checksum": "efbcd8fcc730ce3900adb274d0842ad65980a559de0a840d4a8bcbe94eabf774"}}, "download_size": 24167201, "post_processing_size": null, "dataset_size": 121470027, "size_in_bytes": 145637228}, "en_sl": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_sl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 107987860, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5838299, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5537805, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_sl.tsv.tar.gz": {"num_bytes": 23421999, "checksum": "4af4f68bbc89527f0cce69c99721a27ae13ec98faaba38436b742ad3a9999393"}}, "download_size": 23421999, "post_processing_size": null, "dataset_size": 119363964, "size_in_bytes": 142785963}, "en_et": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_et", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 107707024, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5810185, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5543309, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_et.tsv.tar.gz": {"num_bytes": 23223843, "checksum": "4966b7215adf6d29ad5d9c91030025b245c79c460594c0a0c8fbc2a95916e0ab"}}, "download_size": 23223843, "post_processing_size": null, "dataset_size": 119060518, "size_in_bytes": 142284361}, "en_id": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_id", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109456930, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5896953, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5634939, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_id.tsv.tar.gz": {"num_bytes": 22904065, "checksum": "f2948f3473fafe6b437e8b55949b059d21da5b9893bd011f6d650a6bcba98f79"}}, "download_size": 22904065, "post_processing_size": null, "dataset_size": 120988822, "size_in_bytes": 143892887}, "en_ar": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_ar", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 116732296, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 6280190, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5947069, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_ar.tsv.tar.gz": {"num_bytes": 25301304, "checksum": "cd780ad364b8b246b16cf76e4d8e14e21ca29e70b247a10856a923736e973122"}}, "download_size": 25301304, "post_processing_size": null, "dataset_size": 128959555, "size_in_bytes": 154260859}, "en_ta": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_ta", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 146318684, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 7944020, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 7411400, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_ta.tsv.tar.gz": {"num_bytes": 30037790, "checksum": "e95519f0157a779315bf8f75496f71a3fae7be5fec0375ca8fb217d6f1aac6fa"}}, "download_size": 30037790, "post_processing_size": null, "dataset_size": 161674104, "size_in_bytes": 191711894}, "en_lv": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_lv", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 109532576, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5905197, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5625189, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_lv.tsv.tar.gz": {"num_bytes": 24573927, "checksum": "b3bbbdf9ab66df79a00724145d43669305460c345bce950f0f2e252900b8bd53"}}, "download_size": 24573927, "post_processing_size": null, "dataset_size": 121062962, "size_in_bytes": 145636889}, "en_ja": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "en_ja", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 114741253, "num_examples": 289430, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 6161930, "num_examples": 15531, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5883608, "num_examples": 15531, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.en_ja.tsv.tar.gz": {"num_bytes": 26664247, "checksum": "2308c0b1737cc3ed7662d7e1a748b29da71ea9023681a617bd51a81c11889671"}}, "download_size": 26664247, "post_processing_size": null, "dataset_size": 126786791, "size_in_bytes": 153451038}, "fr_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "fr_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 75792665, "num_examples": 207374, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5487082, "num_examples": 14760, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5525498, "num_examples": 14760, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.fr_en.tsv.tar.gz": {"num_bytes": 7282129, "checksum": "596d42accc976c607e7b4bd53903a0a03d5036af3b3ea276d7ff188981bb5b2f"}}, "download_size": 7282129, "post_processing_size": null, "dataset_size": 86805245, "size_in_bytes": 94087374}, "de_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "de_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 47678171, "num_examples": 127834, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 5106253, "num_examples": 13511, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 5066500, "num_examples": 13511, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.de_en.tsv.tar.gz": {"num_bytes": 9926797, "checksum": "a64efc469ba7bd392de32538acf49ff05ac7fe83dd705b9a2a07573e63a2fedd"}}, "download_size": 9926797, "post_processing_size": null, "dataset_size": 57850924, "size_in_bytes": 67777721}, "es_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "es_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 29152515, "num_examples": 79015, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 4974593, "num_examples": 13221, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 4983920, "num_examples": 13221, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.es_en.tsv.tar.gz": {"num_bytes": 3202080, "checksum": "aafb7255c00444cbff44ca92a947e16c8f7297f326b332f78b427f4f80240b97"}}, "download_size": 3202080, "post_processing_size": null, "dataset_size": 39111028, "size_in_bytes": 42313108}, "ca_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "ca_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35902579, "num_examples": 95854, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 4798435, "num_examples": 12730, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 4804941, "num_examples": 12730, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.ca_en.tsv.tar.gz": {"num_bytes": 5021926, "checksum": "acbdbc2b365ac2d192f802b2df2b4796070044e6782193bd0eca5d08e514def1"}}, "download_size": 5021926, "post_processing_size": null, "dataset_size": 45505955, "size_in_bytes": 50527881}, "it_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "it_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11952709, "num_examples": 31698, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 3393315, "num_examples": 8940, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 3412207, "num_examples": 8951, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.it_en.tsv.tar.gz": {"num_bytes": 1691247, "checksum": "da63a3ddf926a595971412e8fdf702405945ea6f9c6ac9de652a94fd6713183d"}}, "download_size": 1691247, "post_processing_size": null, "dataset_size": 18758231, "size_in_bytes": 20449478}, "ru_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "ru_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5610194, "num_examples": 12112, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 2819414, "num_examples": 6110, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 2923961, "num_examples": 6300, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.ru_en.tsv.tar.gz": {"num_bytes": 1443078, "checksum": "4d23d3d771234ef1e4afd0fb62231d3e9490cebb4c445997715607feef806fec"}}, "download_size": 1443078, "post_processing_size": null, "dataset_size": 11353569, "size_in_bytes": 12796647}, "zh-CN_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "zh-CN_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2791288, "num_examples": 7085, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 1918796, "num_examples": 4843, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 1908633, "num_examples": 4898, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.zh-CN_en.tsv.tar.gz": {"num_bytes": 587550, "checksum": "7a49bba59f8a05b68385e686a878332fb66080c12d4d85dc02b10f3f935447a4"}}, "download_size": 587550, "post_processing_size": null, "dataset_size": 6618717, "size_in_bytes": 7206267}, "pt_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "pt_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3095722, "num_examples": 9158, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 1133404, "num_examples": 3318, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 1384251, "num_examples": 4023, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.pt_en.tsv.tar.gz": {"num_bytes": 476419, "checksum": "944cf077d47a0ee360fcde34ff42a77f4e898a6446c26ca9402ff543ef91e63b"}}, "download_size": 476419, "post_processing_size": null, "dataset_size": 5613377, "size_in_bytes": 6089796}, "fa_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "fa_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18015738, "num_examples": 53949, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 1241531, "num_examples": 3445, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 1263271, "num_examples": 3445, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.fa_en.tsv.tar.gz": {"num_bytes": 3864623, "checksum": "1882aea149ce2ae9c553c41c2b7b6c837c4fc648a1a381705107e91679198e17"}}, "download_size": 3864623, "post_processing_size": null, "dataset_size": 20520540, "size_in_bytes": 24385163}, "et_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "et_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 808508, "num_examples": 1782, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 690694, "num_examples": 1576, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 685375, "num_examples": 1571, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.et_en.tsv.tar.gz": {"num_bytes": 246569, "checksum": "e0beadd6013b74efc2642c2289a67a0a3243bdbc5dc470798440b7538207eba0"}}, "download_size": 246569, "post_processing_size": null, "dataset_size": 2184577, "size_in_bytes": 2431146}, "mn_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "mn_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 900588, "num_examples": 2067, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 765543, "num_examples": 1761, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 762577, "num_examples": 1759, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.mn_en.tsv.tar.gz": {"num_bytes": 189710, "checksum": "9bf7633e24a9742211aeeebaee931d22e04a7e91a87e40d4f4957d408aa3dff4"}}, "download_size": 189710, "post_processing_size": null, "dataset_size": 2428708, "size_in_bytes": 2618418}, "nl_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "nl_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2468140, "num_examples": 7108, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 594458, "num_examples": 1699, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 594979, "num_examples": 1699, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.nl_en.tsv.tar.gz": {"num_bytes": 543795, "checksum": "1cd5baf7282e6556d7463d26ae28cc717a64b9b7875bd1b38f226e04498b2336"}}, "download_size": 543795, "post_processing_size": null, "dataset_size": 3657577, "size_in_bytes": 4201372}, "tr_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "tr_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1391148, "num_examples": 3966, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 566458, "num_examples": 1624, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 570760, "num_examples": 1629, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.tr_en.tsv.tar.gz": {"num_bytes": 280904, "checksum": "23130548e8ff9433c74b2193e0bc39d04d2aacb811841f592a7b35d358fad697"}}, "download_size": 280904, "post_processing_size": null, "dataset_size": 2528366, "size_in_bytes": 2809270}, "ar_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "ar_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 743065, "num_examples": 2283, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 575077, "num_examples": 1758, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 552356, "num_examples": 1695, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.ar_en.tsv.tar.gz": {"num_bytes": 109802, "checksum": "a8f7f8e393cc78aea1382e021bd6adf4ff75ee4ae96cddd96c80291fcc8c87cf"}}, "download_size": 109802, "post_processing_size": null, "dataset_size": 1870498, "size_in_bytes": 1980300}, "sv-SE_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "sv-SE_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 698800, "num_examples": 2160, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 438319, "num_examples": 1349, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 517738, "num_examples": 1595, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.sv-SE_en.tsv.tar.gz": {"num_bytes": 96161, "checksum": "f4d9931ef0884eb601e1d6ac7b95893ac0b88534c72c1404c64ae0b4bd2d7c81"}}, "download_size": 96161, "post_processing_size": null, "dataset_size": 1654857, "size_in_bytes": 1751018}, "lv_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "lv_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 747290, "num_examples": 2337, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 360941, "num_examples": 1125, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 519183, "num_examples": 1629, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.lv_en.tsv.tar.gz": {"num_bytes": 88836, "checksum": "c13ae5b001698f772c683450d121c9a9dccdfd0c90184f75429d65e9f846dfe3"}}, "download_size": 88836, "post_processing_size": null, "dataset_size": 1627414, "size_in_bytes": 1716250}, "sl_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "sl_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 602420, "num_examples": 1843, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 165977, "num_examples": 509, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 115414, "num_examples": 360, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.sl_en.tsv.tar.gz": {"num_bytes": 58445, "checksum": "6f2e6f2bc8018fff0466030cd385837e89e482d162bee9d5bca269dcbc7eab69"}}, "download_size": 58445, "post_processing_size": null, "dataset_size": 883811, "size_in_bytes": 942256}, "ta_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "ta_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 534564, "num_examples": 1358, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 150428, "num_examples": 384, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 303843, "num_examples": 786, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.ta_en.tsv.tar.gz": {"num_bytes": 55659, "checksum": "03176367953cde717c1b6c19d21f2a0298f07f3459f5ef24866a44988eaea335"}}, "download_size": 55659, "post_processing_size": null, "dataset_size": 988835, "size_in_bytes": 1044494}, "ja_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "ja_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 396334, "num_examples": 1119, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 226054, "num_examples": 635, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 241310, "num_examples": 684, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.ja_en.tsv.tar.gz": {"num_bytes": 54666, "checksum": "2ca0ca6607a58cee36c72c43b916a5ffb9bc920a766806751aea6e1620a4371f"}}, "download_size": 54666, "post_processing_size": null, "dataset_size": 863698, "size_in_bytes": 918364}, "id_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "id_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 406989, "num_examples": 1243, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 259134, "num_examples": 792, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 277053, "num_examples": 844, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.id_en.tsv.tar.gz": {"num_bytes": 51755, "checksum": "4e6b58e66b5a7cbba543895ee1ffbdf5b49018e1274f7fe5b045ecb6be467095"}}, "download_size": 51755, "post_processing_size": null, "dataset_size": 943176, "size_in_bytes": 994931}, "cy_en": {"description": "\nCoVoST 2, a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozilla\u2019s open source Common Voice database of crowdsourced voice recordings.\n\nNote that in order to limit the required storage for preparing this dataset, the audio\nis stored in the .mp3 format and is not converted to a float32 array. To convert, the audio\nfile to a float32 array, please make use of the `.map()` function as follows:\n\n\n```python\nimport torchaudio\n\ndef map_to_array(batch):\n speech_array, _ = torchaudio.load(batch[\"file\"])\n batch[\"speech\"] = speech_array.numpy()\n return batch\n\ndataset = dataset.map(map_to_array, remove_columns=[\"file\"])\n```\n", "citation": "\n@misc{wang2020covost,\n title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},\n author={Changhan Wang and Anne Wu and Juan Pino},\n year={2020},\n eprint={2007.10310},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n", "homepage": "https://github.com/facebookresearch/covost", "license": "", "features": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "file": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "translation": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "file", "output": "translation"}, "builder_name": "covost2", "config_name": "cy_en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 432071, "num_examples": 1241, "dataset_name": "covost2"}, "validation": {"name": "validation", "num_bytes": 236107, "num_examples": 690, "dataset_name": "covost2"}, "test": {"name": "test", "num_bytes": 236713, "num_examples": 690, "dataset_name": "covost2"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/covost/covost_v2.cy_en.tsv.tar.gz": {"num_bytes": 875557, "checksum": "73fd49342e27636ab4bd84b3c2762a2803d4ddaa01b98032ba79228335e9560c"}}, "download_size": 875557, "post_processing_size": null, "dataset_size": 904891, "size_in_bytes": 1780448}}
|
dummy/ar_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac00b727d99e594ceb969c2558375a2907eee9b3623c2464c17ddcca320a875a
|
3 |
+
size 1676
|
dummy/ca_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12d7c0f9fcfa0b12d9c6735b41f21052ad02b45abefe414e51e158d1468c9287
|
3 |
+
size 1858
|
dummy/cy_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0075280642878253c84c701b2868cf6e8a65e20a65790f22ece2a6409ac27db
|
3 |
+
size 1719
|
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:e89e26c500384df3a76d5dd13c69fd84f27697b8abfd166ee3b906d6d596488f
|
3 |
+
size 1729
|
dummy/en_ar/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1722b327049fbd0f6f6bcb20cd247c8476da140554c3fd989c31ceea1a4a1cfe
|
3 |
+
size 1795
|
dummy/en_ca/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fc00f1653d6a074fc9f3f3a3b8633c8db40c5e867b54753e6020e97084f9edf
|
3 |
+
size 1778
|
dummy/en_cy/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a73155aae0d3ddfce253b464304c678b5e6fc71d0d852f3f58a273181fc5e95
|
3 |
+
size 1786
|
dummy/en_de/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:663b332443195cec14657b0c654c8efcc7d6f5171fca9e7a459d58a3e6cfd739
|
3 |
+
size 1784
|
dummy/en_et/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8559c5a5597df067497c365894639621fbe2a9a686d5052d69fd711b09d8ea4
|
3 |
+
size 1740
|
dummy/en_fa/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0521e9acb62c82bca0fc910e9955ba62e12a9e2635c16db0d6f9891b6e29533e
|
3 |
+
size 1822
|
dummy/en_id/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58444e76f94f47392d76ff03c1bd3d3896b723f53d86396db2e28651aa4427a9
|
3 |
+
size 1722
|
dummy/en_ja/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:150a1d0e08687271f16a3eed33d9b496017a24318d118081d27a55ff040f8611
|
3 |
+
size 1853
|
dummy/en_lv/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e532d446353250338505af2f6b8e6a1908b58fe9733f6c876427e0bd803a43a
|
3 |
+
size 1778
|
dummy/en_mn/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d323255cc5051707c09a4e60230ee5c9546a795cf14a96ad3e419b56d8630776
|
3 |
+
size 1874
|
dummy/en_sl/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4e0708afea9618a2731e5fa59673c1fc2422f23717bf7fbb1e707bbb93adc32
|
3 |
+
size 1742
|
dummy/en_sv-SE/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:028e8ff638fc730ae8e754585d6430b82711a907ffc98de0f3f68bfe934423cd
|
3 |
+
size 1779
|
dummy/en_ta/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b6df9136ee4abfc7928b933e4892ad7f04273d2df4488fbf5e40588feb1751c
|
3 |
+
size 1905
|
dummy/en_tr/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a654d0fe659e39b526a1e47326ce42e168220abec9e9e331b6555a6df3d4e9f5
|
3 |
+
size 1769
|
dummy/en_zh-CN/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:614f05ce77bafebe4f4da1e881cdd75c38f7451d1498072a391a78f716b8db70
|
3 |
+
size 1785
|
dummy/es_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29e39949d1310913f2ab2271532b3222371b5f6312932920432263797a69e949
|
3 |
+
size 1802
|
dummy/et_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adb1594cc882d5d47d82a6e53e1bb658b6c8f33af7df1db708a0839862d53bfe
|
3 |
+
size 1827
|
dummy/fa_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4b57573f2b7f2607a1d1af4d81bac8e7326868d865a561370f78a7db388804b
|
3 |
+
size 1738
|
dummy/fr_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac2b163e9a90c12a0a7172ad3565ae96e7fad70e48be41dd854c3aa70dc0a936
|
3 |
+
size 1912
|
dummy/id_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56b44eca03f92f380a2e3e0404cf14bb6c0de8d99e6d3b726d529703631fc09c
|
3 |
+
size 1680
|
dummy/it_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bde58c3995480d6fa677056a5e9ba727053c4fb5e9283fa27d4608151a6521fe
|
3 |
+
size 1846
|
dummy/ja_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50219187355f2500a62cba451f75d30ddfca605083f9fea72fe8ebba6d704370
|
3 |
+
size 1710
|
dummy/lv_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84b057dce4aff8f1cd4c99e4e55efd0da9a1619ecac4f53732e4fc16e5eb9314
|
3 |
+
size 1680
|
dummy/mn_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a988cdc6405d9b4247468a2df2b66a8256899ec79d3d3f331bb33caf2c5bbb95
|
3 |
+
size 2002
|
dummy/nl_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cfca8d02f2aea257fddb29ccb2eaa778579b77e381625b7128a9638bb824b56
|
3 |
+
size 1773
|
dummy/pt_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba0b5266f32c701a433decd74c76575ca512ff2d58884970c294fab78921d358
|
3 |
+
size 1733
|
dummy/ru_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95a6513ae7a368a2bbe31012079f80495e88ff423a3cfc5ba2d4354e6e7d5c79
|
3 |
+
size 2133
|
dummy/sl_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab718b93eed923fa5c0dda2b8680e90f5d86b15218493d4f2653501ce7419907
|
3 |
+
size 1695
|
dummy/sv-SE_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08f714cb26f5b13041b6693f4b9c199b0871e3d7f11da3a6bbb93a2e9298513a
|
3 |
+
size 1669
|
dummy/ta_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73106fcea28eaf99ad24682a9aa1ca23fecbd20182ee6464e3415c9637b3f635
|
3 |
+
size 1721
|
dummy/tr_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1bebca42846ce76d88404d023474e35f438eab011fa503ad3fd35ca8e4ba411
|
3 |
+
size 1736
|
dummy/zh-CN_en/1.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3e1d7374856a1c6c3f2fe6dea3d2e21391344ef696c587b3ad67e1fe8ea3a5a
|
3 |
+
size 1962
|