Commit d6a677b1 authored by Genta Indra Winata's avatar Genta Indra Winata Committed by Lysandre Debut
Browse files

Fix typograpical errors (#2438)

parent 27c1b656
...@@ -176,7 +176,7 @@ class TFXxxMainLayer(tf.keras.layers.Layer): ...@@ -176,7 +176,7 @@ class TFXxxMainLayer(tf.keras.layers.Layer):
#################################################### ####################################################
class TFXxxPreTrainedModel(TFPreTrainedModel): class TFXxxPreTrainedModel(TFPreTrainedModel):
""" An abstract class to handle weights initialization and """ 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 config_class = XxxConfig
......
...@@ -173,7 +173,7 @@ XxxPooler = nn.Module ...@@ -173,7 +173,7 @@ XxxPooler = nn.Module
class XxxPreTrainedModel(PreTrainedModel): class XxxPreTrainedModel(PreTrainedModel):
""" An abstract class to handle weights initialization and """ 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 config_class = XxxConfig
......
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