mjpost / sacrebleu

Reference BLEU implementation that auto-downloads test sets and reports a version string to facilitate cross-lab comparisons
Apache License 2.0
1.03k stars 162 forks source link

Taking a long time to download the test set #242

Closed Phuoc-Hoan-Le closed 10 months ago

Phuoc-Hoan-Le commented 10 months ago

Running the command sacrebleu -t wmt17 -l en-de --echo src > wmt17.en-de.en, now takes forever. Before I could run this command in less than a minute. How come now it is taking me forever?

martinpopel commented 10 months ago

This is because wget http://data.statmt.org/wmt17/translation-task/test.tgz takes forever. It seems the whole data.statmt.org server is now affected. If it takes longer, maybe @bhaddow could help.

Phuoc-Hoan-Le commented 10 months ago

@martinpopel when will this issue be resolved? Thanks!

bhaddow commented 10 months ago

I'm in the process of setting up a new server, but it will be a few weeks more before it is ready. The current one gets overloaded very easily.