Skip to content

Commit 002bcd8

Browse files
authored
update gluon version to with bert in readme
1 parent c72196b commit 002bcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TensorFlow/LanguageModeling/BERT/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Other publicly available implementations of BERT include:
8585
1. [NVIDIA PyTorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/BERT)
8686
2. [Hugging Face](https://github.com/huggingface/pytorch-pretrained-BERT)
8787
3. [codertimo](https://github.com/codertimo/BERT-pytorch)
88-
4. [gluon-nlp](https://github.com/dmlc/gluon-nlp/tree/master/scripts/bert)
88+
4. [gluon-nlp](https://github.com/dmlc/gluon-nlp/tree/v0.10.x/scripts/bert)
8989
5. [Google's official implementation](https://github.com/google-research/bert)
9090

9191
This model is trained with mixed precision using Tensor Cores on NVIDIA Volta, Ampere and Turing GPUs. Therefore, researchers can get results up to 4x faster than training without Tensor Cores, while experiencing the benefits of mixed precision training. This model is tested against each NGC monthly container release to ensure consistent accuracy and performance over time.

0 commit comments

Comments
 (0)