No need for a model_type here

cc @lysandrejik
This commit is contained in:
Julien Chaumond 2020-01-30 16:01:22 -05:00 committed by Lysandre Debut
parent 71a382319f
commit 0b13fb822a

View File

@ -110,7 +110,6 @@ class FlaubertModel(XLMModel):
config_class = FlaubertConfig
pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP
model_type = "flaubert"
def __init__(self, config): # , dico, is_encoder, with_output):
super(FlaubertModel, self).__init__(config)