Upload dataset
Browse files- README.md +86 -0
- eng-spa/train-00000-of-00002.parquet +3 -0
- eng-spa/train-00001-of-00002.parquet +3 -0
README.md
CHANGED
@@ -164,6 +164,88 @@ dataset_info:
|
|
164 |
num_examples: 1000000
|
165 |
download_size: 314210551
|
166 |
dataset_size: 559656387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
configs:
|
168 |
- config_name: eng-deu
|
169 |
data_files:
|
@@ -173,4 +255,8 @@ configs:
|
|
173 |
data_files:
|
174 |
- split: train
|
175 |
path: eng-fra/train-*
|
|
|
|
|
|
|
|
|
176 |
---
|
|
|
164 |
num_examples: 1000000
|
165 |
download_size: 314210551
|
166 |
dataset_size: 559656387
|
167 |
+
- config_name: eng-spa
|
168 |
+
features:
|
169 |
+
- name: idx
|
170 |
+
dtype: uint64
|
171 |
+
- name: source
|
172 |
+
dtype: large_string
|
173 |
+
- name: target
|
174 |
+
dtype: large_string
|
175 |
+
- name: train_likelihood_ref
|
176 |
+
dtype: float64
|
177 |
+
- name: test_likelihood_ref
|
178 |
+
dtype: float64
|
179 |
+
- name: counterfactual_memorisation_ref
|
180 |
+
dtype: float64
|
181 |
+
- name: train_likelihood_hyp
|
182 |
+
dtype: float64
|
183 |
+
- name: test_likelihood_hyp
|
184 |
+
dtype: float64
|
185 |
+
- name: counterfactual_memorisation_hyp
|
186 |
+
dtype: float64
|
187 |
+
- name: src_length
|
188 |
+
dtype: float64
|
189 |
+
- name: trg_length
|
190 |
+
dtype: float64
|
191 |
+
- name: src_length_tokenised
|
192 |
+
dtype: float64
|
193 |
+
- name: trg_length_tokenised
|
194 |
+
dtype: float64
|
195 |
+
- name: length_difference_tokenised
|
196 |
+
dtype: float64
|
197 |
+
- name: length_ratio_src_trg_tokenised
|
198 |
+
dtype: float64
|
199 |
+
- name: length_difference
|
200 |
+
dtype: float64
|
201 |
+
- name: length_ratio_src_trg
|
202 |
+
dtype: float64
|
203 |
+
- name: backtranslation_ed
|
204 |
+
dtype: float64
|
205 |
+
- name: edit_distance_src_trg
|
206 |
+
dtype: float64
|
207 |
+
- name: word_overlap
|
208 |
+
dtype: float64
|
209 |
+
- name: token_overlap
|
210 |
+
dtype: float64
|
211 |
+
- name: digit_ratio
|
212 |
+
dtype: float64
|
213 |
+
- name: punctuation_ratio
|
214 |
+
dtype: float64
|
215 |
+
- name: avg_src_freq
|
216 |
+
dtype: float64
|
217 |
+
- name: avg_trg_freq
|
218 |
+
dtype: float64
|
219 |
+
- name: min_src_freq
|
220 |
+
dtype: float64
|
221 |
+
- name: min_trg_freq
|
222 |
+
dtype: float64
|
223 |
+
- name: avg_src_freq_tokenised
|
224 |
+
dtype: float64
|
225 |
+
- name: avg_trg_freq_tokenised
|
226 |
+
dtype: float64
|
227 |
+
- name: min_src_freq_tokenised
|
228 |
+
dtype: float64
|
229 |
+
- name: min_trg_freq_tokenised
|
230 |
+
dtype: float64
|
231 |
+
- name: trg_repeated
|
232 |
+
dtype: float64
|
233 |
+
- name: unaligned_fwd
|
234 |
+
dtype: float64
|
235 |
+
- name: unaligned_rev
|
236 |
+
dtype: float64
|
237 |
+
- name: reordering
|
238 |
+
dtype: float64
|
239 |
+
- name: segmentation_src
|
240 |
+
dtype: float64
|
241 |
+
- name: segmentation_trg
|
242 |
+
dtype: float64
|
243 |
+
splits:
|
244 |
+
- name: train
|
245 |
+
num_bytes: 553589612
|
246 |
+
num_examples: 1000000
|
247 |
+
download_size: 310717691
|
248 |
+
dataset_size: 553589612
|
249 |
configs:
|
250 |
- config_name: eng-deu
|
251 |
data_files:
|
|
|
255 |
data_files:
|
256 |
- split: train
|
257 |
path: eng-fra/train-*
|
258 |
+
- config_name: eng-spa
|
259 |
+
data_files:
|
260 |
+
- split: train
|
261 |
+
path: eng-spa/train-*
|
262 |
---
|
eng-spa/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d79da778f1f9a37d30d6d6d3037d2bad1f5542d8c28aaa2f47b0aab37bf1fee
|
3 |
+
size 154912305
|
eng-spa/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcc021f96d500c7b990d29e31689aebe017a9c9bd12aebcd834e4d09dcca3369
|
3 |
+
size 155805386
|