"examples/nas/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "63bd0f50c78aa0aec9b0e900c3b4327a6ced16a1"
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): ...@@ -110,7 +110,6 @@ class FlaubertModel(XLMModel):
config_class = FlaubertConfig config_class = FlaubertConfig
pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP pretrained_model_archive_map = FLAUBERT_PRETRAINED_MODEL_ARCHIVE_MAP
model_type = "flaubert"
def __init__(self, config): # , dico, is_encoder, with_output): def __init__(self, config): # , dico, is_encoder, with_output):
super(FlaubertModel, self).__init__(config) 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