Skip to content

Commit

Permalink
Merge pull request #749 from swethmandava/master
Browse files Browse the repository at this point in the history
remove links to old ngc checkpoints for BERT TF
  • Loading branch information
swethmandava authored Nov 9, 2020
2 parents 5ec39fc + 1113674 commit 7e85343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TensorFlow/LanguageModeling/BERT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Note: Not using BookCorpus can potentially change final accuracy on a few downst

4. Download the pretrained models from NGC.

We have uploaded checkpoints that have been [fine tuned](https://ngc.nvidia.com/catalog/models/nvidia:bert_tf_v1_1_large_fp16_384) and [pre-trained](https://ngc.nvidia.com/catalog/models/nvidia:bert_tf_pretraining_lamb_16n) for various configurations on the NGC Model Registry. Our data download scripts, by default download some of them but you can browse and download the relevant checkpoints directly from the [NGC model catalog](https://ngc.nvidia.com/catalog/models). Download them to the `data/download/nvidia_pretrained/` to easily access them in your scripts.
We have uploaded checkpoints that have been fine tuned and pre-trained for various configurations on the NGC Model Registry. Our data download scripts, by default download some of them but you can browse and download the relevant checkpoints directly from the [NGC model catalog](https://ngc.nvidia.com/catalog/models). Download them to the `data/download/nvidia_pretrained/` to easily access them in your scripts.

5. Start an interactive session in the NGC container to run training/inference.

Expand Down

0 comments on commit 7e85343

Please sign in to comment.