mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.58k stars 549 forks source link

BERT input files are missing #462

Closed johntran-nv closed 3 years ago

johntran-nv commented 3 years ago

From the readme: https://github.com/mlcommons/training/blob/master/language_model/tensorflow/bert/README.md#location-of-the-input-files

That path (https://console.cloud.google.com/storage/browser/pkanwar-bert) is empty.

This prevents the public from reproducing the runs.

Also, the wikipedia link in the next section is broken - we should fix that as well.

Starting with @sgpyc .

byronyi commented 3 years ago

The link from https://github.com/mlcommons/training/issues/444#issuecomment-774133787 should replace the old ones.

johntran-nv commented 3 years ago

Thanks @byronyi ! I missed that old issue. I made a PR with the fix. https://github.com/mlcommons/training/pull/463