Unverified Commit 9ce8e1a9 authored by Hui Liu's avatar Hui Liu Committed by GitHub
Browse files

move max_position_embeddings to the last (#1799)

parent fb99aaa5
...@@ -81,9 +81,9 @@ def get_config( ...@@ -81,9 +81,9 @@ def get_config(
CONTEXT_LENGTH_KEYS = [ CONTEXT_LENGTH_KEYS = [
"max_sequence_length", "max_sequence_length",
"seq_length", "seq_length",
"max_position_embeddings",
"max_seq_len", "max_seq_len",
"model_max_length", "model_max_length",
"max_position_embeddings",
] ]
......
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