Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/examples/sentence_embedding/bert.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ preprocess the data, automatically download the pre-trained model, and feed the
transformed data into the model. For demonstration purpose, we skipped the
warmup learning rate
schedule and validation on dev dataset used in the original
implementation. Please visit
[here](../../model_zoo/bert/index.rst) for the
complete fine-tuning scripts.
implementation. Please visit the
[BERT model zoo webpage](../../model_zoo/bert/index.rst), or the scripts/bert folder
in the Github repository for complete fine-tuning scripts.

## References

Expand Down