Fix URL for the validation split

#4
by orsharir - opened

See here for the list of URLs: https://zenodo.org/record/1489920
Previously both validation and training pointed to the same training url. Corrected to use the right URL.

albertvillanova changed pull request title from The URL for the validation set was previously pointed toward to the training set. Fixed to correct URL. to Fix URL for the validation split

Good catch! Thank you.

Just needs to update the validation data in the README.md:
From:

  - name: validation
    num_bytes: 2805711609
    num_examples: 600000

to:

  - name: validation
    num_bytes: 960356598
    num_examples: 150000

Also in the section "### Data Splits".

Great, thanks!

albertvillanova changed pull request status to merged

Sign up or log in to comment