Commit 90787fed authored by Lysandre's avatar Lysandre Committed by Lysandre Debut
Browse files

Style

parent 73306d02
...@@ -310,6 +310,7 @@ class FlaubertWithLMHeadModel(XLMWithLMHeadModel): ...@@ -310,6 +310,7 @@ class FlaubertWithLMHeadModel(XLMWithLMHeadModel):
This class overrides :class:`~transformers.XLMWithLMHeadModel`. Please check the This class overrides :class:`~transformers.XLMWithLMHeadModel`. Please check the
superclass for the appropriate documentation alongside usage examples. superclass for the appropriate documentation alongside usage examples.
""" """
config_class = FlaubertConfig config_class = FlaubertConfig
pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP
...@@ -329,6 +330,7 @@ class FlaubertForSequenceClassification(XLMForSequenceClassification): ...@@ -329,6 +330,7 @@ class FlaubertForSequenceClassification(XLMForSequenceClassification):
This class overrides :class:`~transformers.XLMForSequenceClassification`. Please check the This class overrides :class:`~transformers.XLMForSequenceClassification`. Please check the
superclass for the appropriate documentation alongside usage examples. superclass for the appropriate documentation alongside usage examples.
""" """
config_class = FlaubertConfig config_class = FlaubertConfig
pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP
...@@ -348,6 +350,7 @@ class FlaubertForQuestionAnsweringSimple(XLMForQuestionAnsweringSimple): ...@@ -348,6 +350,7 @@ class FlaubertForQuestionAnsweringSimple(XLMForQuestionAnsweringSimple):
This class overrides :class:`~transformers.XLMForQuestionAnsweringSimple`. Please check the This class overrides :class:`~transformers.XLMForQuestionAnsweringSimple`. Please check the
superclass for the appropriate documentation alongside usage examples. superclass for the appropriate documentation alongside usage examples.
""" """
config_class = FlaubertConfig config_class = FlaubertConfig
pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP
...@@ -367,6 +370,7 @@ class FlaubertForQuestionAnswering(XLMForQuestionAnswering): ...@@ -367,6 +370,7 @@ class FlaubertForQuestionAnswering(XLMForQuestionAnswering):
This class overrides :class:`~transformers.XLMForQuestionAnswering`. Please check the This class overrides :class:`~transformers.XLMForQuestionAnswering`. Please check the
superclass for the appropriate documentation alongside usage examples. superclass for the appropriate documentation alongside usage examples.
""" """
config_class = FlaubertConfig config_class = FlaubertConfig
pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP
......
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