albertvillanova HF staff commited on
Commit
d096130
1 Parent(s): ebf3072

Fix OPUS download URL (#5)

Browse files

- Fix OPUS download URL (2264025885f484ce880a4b9167e8827cd04886d0)

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(