albertvillanova HF staff commited on
Commit
63646c9
1 Parent(s): 1686a1d

Fix OPUS download URL (#5)

Browse files

- Fix OPUS download URL (a6625dd84e79f2a8d1d9afbfe64a907fe9f405f6)

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(