diff --git a/src/transformers/modeling_utils.py b/src/transformers/modeling_utils.py index 69ca19d80a96d..793f429f6e9af 100755 --- a/src/transformers/modeling_utils.py +++ b/src/transformers/modeling_utils.py @@ -812,7 +812,7 @@ def from_pretrained(cls, pretrained_model_name_or_path, *model_args, **kwargs): output_loading_info(:obj:`bool`, `optional`, defaults to :obj:`False`): Whether ot not to also return a dictionary containing missing keys, unexpected keys and error messages. local_files_only(:obj:`bool`, `optional`, defaults to :obj:`False`): - Whether or not to only look at local files (e.g., not try doanloading the model). + Whether or not to only look at local files (i.e., do not try to download the model). revision(:obj:`str`, `optional`, defaults to :obj:`"main"`): The specific model version to use. It can be a branch name, a tag name, or a commit id, since we use a git-based system for storing models and other artifacts on huggingface.co, so ``revision`` can be any