Unverified Commit 87d5057d authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

fix typo (#13647)

parent b518aaf1
......@@ -379,7 +379,7 @@ def main():
):
if model_args.resize_position_embeddings is None:
logger.warning(
f"Increasing the model's number of position embedding vectors from {model.config.max_position_embedding} "
f"Increasing the model's number of position embedding vectors from {model.config.max_position_embeddings} "
f"to {data_args.max_source_length}."
)
model.resize_position_embeddings(data_args.max_source_length)
......
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