From bd32250daf6ae0b7bfc35744db361389f4bb0358 Mon Sep 17 00:00:00 2001 From: Vishnuvardhan Janapati <46058173+jvishnuvardhan@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:49:51 -0800 Subject: [PATCH] Link to an example is updated Link to an example in [README.md](https://github.com/tensorflow/models/tree/master/official/README.md) is throwing 404 error. Link is updated --- official/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/README.md b/official/README.md index 6891fa4e5..602c98ed9 100644 --- a/official/README.md +++ b/official/README.md @@ -121,7 +121,7 @@ If you are using nlp packages, please also install **tensorflow-text**: pip install tensorflow-text ``` -Please check out our [example](colab/fine_tuning_bert.ipynb) +Please check out our [example](https://github.com/tensorflow/text/blob/master/docs/tutorials/fine_tune_bert.ipynb) to learn how to use a PIP package. Note that **tf-models-official** may not include the latest changes in this -- GitLab