"vscode:/vscode.git/clone" did not exist on "32da75486bbfbcb7feb98b032dcf05e54e6f745d"
Commit 0b13fb82 authored by Julien Chaumond's avatar Julien Chaumond Committed by Lysandre Debut
Browse files

No need for a model_type here

cc @lysandrejik
parent 71a38231
......@@ -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)
......
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