diff --git a/github_issue_summarization/02_training_the_model.md b/github_issue_summarization/02_training_the_model.md index 15b72d59..f5b1cdfe 100644 --- a/github_issue_summarization/02_training_the_model.md +++ b/github_issue_summarization/02_training_the_model.md @@ -45,7 +45,7 @@ kubectl --namespace=${NAMESPACE} cp ${PODNAME}:/home/jovyan/examples/github_issu ``` For information on: -- [Training the model using TFJob](02_training_model_tfjob.md) +- [Training the model using TFJob](02_training_the_model_tfjob.md) - [Distributed training using tensor2tensor](02_tensor2tensor_training.md) *Next*: [Serving the model](03_serving_the_model.md)