Update config.json
Browse files- config.json +0 -6
config.json
CHANGED
@@ -26,10 +26,4 @@
|
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 30522,
|
28 |
"attn_implementation":"OutEffHop",
|
29 |
-
"auto_map":
|
30 |
-
{"AutoConfig": "configuration_bert.BertConfig",
|
31 |
-
"AutoModel": "modeling_bert.BertModel",
|
32 |
-
"AutoModelForMaskedLM": "modeling_bert.BertForMaskedLM",
|
33 |
-
"AutoModelForSequenceClassification": "modeling_bert.BertForSequenceClassification"
|
34 |
-
},
|
35 |
}
|
|
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 30522,
|
28 |
"attn_implementation":"OutEffHop",
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|