Commit 0203278a authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Fix a comment.

PiperOrigin-RevId: 278672795
parent b4488b30
...@@ -21,7 +21,7 @@ from official.utils.flags import core as flags_core ...@@ -21,7 +21,7 @@ from official.utils.flags import core as flags_core
def define_common_bert_flags(): def define_common_bert_flags():
"""Define the flags related to TPU's.""" """Define common flags for BERT tasks."""
flags.DEFINE_string('bert_config_file', None, flags.DEFINE_string('bert_config_file', None,
'Bert configuration file to define core bert layers.') 'Bert configuration file to define core bert layers.')
flags.DEFINE_string('model_dir', None, ( flags.DEFINE_string('model_dir', None, (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment