albertvillanova HF staff commited on
Commit
f176081
1 Parent(s): ec59acf

Fix OPUS download URL

Browse files

Fix OPUS source data download URL as they changed it. The previous one gives a 404 error.

Files changed (1) hide show
  1. wmt_utils.py +1 -1
wmt_utils.py CHANGED
@@ -386,7 +386,7 @@ _TRAIN_SUBSETS = [
386
  name="setimes_2",
387
  target="en",
388
  sources={"ro", "tr"},
389
- url="https://opus.nlpl.eu/download.php?f=SETIMES/v2/tmx/en-{src}.tmx.gz",
390
  path="",
391
  ),
392
  SubDataset(
386
  name="setimes_2",
387
  target="en",
388
  sources={"ro", "tr"},
389
+ url="https://object.pouta.csc.fi/OPUS-SETIMES/v2/tmx/en-{src}.tmx.gz",
390
  path="",
391
  ),
392
  SubDataset(