"tests/vscode:/vscode.git/clone" did not exist on "3ee899fa0c0a443db371848a87582b2e2295852d"
Commit 98f10421 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 280537851
parent 01cc8df9
...@@ -81,7 +81,7 @@ flags.DEFINE_integer( ...@@ -81,7 +81,7 @@ flags.DEFINE_integer(
'The maximum length of an answer that can be generated. This is needed ' 'The maximum length of an answer that can be generated. This is needed '
'because the start and end predictions are not conditioned on one another.') 'because the start and end predictions are not conditioned on one another.')
flags.DEFINE_bool( flags.DEFINE_bool(
'use_keras_bert_for_squad', True, 'Whether to use keras BERT for squad ' 'use_keras_bert_for_squad', False, 'Whether to use keras BERT for squad '
'task. Note that when the FLAG "hub_module_url" is specified, ' 'task. Note that when the FLAG "hub_module_url" is specified, '
'"use_keras_bert_for_squad" cannot be True.') '"use_keras_bert_for_squad" cannot be True.')
......
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