Skip to content

Commit

Permalink
max_seq_length default change for squad
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkraj committed Nov 5, 2019
1 parent 58602a7 commit 73f34de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_squad.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"models and False for cased models.")

flags.DEFINE_integer(
"max_seq_length", 512,
"max_seq_length", 384,
"The maximum total input sequence length after WordPiece tokenization. "
"Sequences longer than this will be truncated, and sequences shorter "
"than this will be padded.")
Expand Down

0 comments on commit 73f34de

Please sign in to comment.