albertvillanova HF staff commited on
Commit
0aab7df
1 Parent(s): 473719a

Fix OPUS download URL (#5)

Browse files

- Fix OPUS download URL (d4bb0877b599dddf60ba33a6415478375051f8d1)

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(