mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
No need for a model_type here
cc @lysandrejik
This commit is contained in:
parent
71a382319f
commit
0b13fb822a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user