Fix typograpical errors (#2438)
This commit is contained in:
committed by
Lysandre Debut
parent
27c1b656cc
commit
d6a677b14b
@@ -176,7 +176,7 @@ class TFXxxMainLayer(tf.keras.layers.Layer):
|
||||
####################################################
|
||||
class TFXxxPreTrainedModel(TFPreTrainedModel):
|
||||
""" An abstract class to handle weights initialization and
|
||||
a simple interface for dowloading and loading pretrained models.
|
||||
a simple interface for downloading and loading pretrained models.
|
||||
"""
|
||||
|
||||
config_class = XxxConfig
|
||||
|
||||
@@ -173,7 +173,7 @@ XxxPooler = nn.Module
|
||||
|
||||
class XxxPreTrainedModel(PreTrainedModel):
|
||||
""" An abstract class to handle weights initialization and
|
||||
a simple interface for dowloading and loading pretrained models.
|
||||
a simple interface for downloading and loading pretrained models.
|
||||
"""
|
||||
|
||||
config_class = XxxConfig
|
||||
|
||||
Reference in New Issue
Block a user