Skip to content

Commit

Permalink
typo fix (#6462)
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwal1 authored Aug 13, 2020
1 parent 9d94aec commit 54c687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/modeling_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def load(module: nn.Module, prefix=""):
else:
logger.info(
f"All the weights of {model.__class__.__name__} were initialized from the model checkpoint at {pretrained_model_name_or_path}.\n"
f"If your task is similar to the task the model of the ckeckpoint was trained on, "
f"If your task is similar to the task the model of the checkpoint was trained on, "
f"you can already use {model.__class__.__name__} for predictions without further training."
)
if len(error_msgs) > 0:
Expand Down

0 comments on commit 54c687e

Please sign in to comment.