Skip to content
Open
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
4 changes: 2 additions & 2 deletions tools/colab/bert_finetuning_with_cloud_tpus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"LEARNING_RATE = 2e-5\n",
"NUM_TRAIN_EPOCHS = 3.0\n",
"MAX_SEQ_LENGTH = 128\n",
"# Warmup is a period of time where hte learning rate \n",
"# Warmup is a period of time where the learning rate \n",
"# is small and gradually increases--usually helps training.\n",
"WARMUP_PROPORTION = 0.1\n",
"# Model configs\n",
Expand Down Expand Up @@ -16053,4 +16053,4 @@
]
}
]
}
}