Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
@@ -27,8 +27,9 @@
|
|
27 |
"vocab_size": 30522,
|
28 |
"attn_implementation":"OutEffHop",
|
29 |
"auto_map":
|
30 |
-
{"AutoConfig": "configuration_bert.
|
31 |
-
"AutoModel": "
|
32 |
-
"AutoModelForMaskedLM": "
|
|
|
33 |
},
|
34 |
}
|
|
|
27 |
"vocab_size": 30522,
|
28 |
"attn_implementation":"OutEffHop",
|
29 |
"auto_map":
|
30 |
+
{"AutoConfig": "configuration_bert.BertConfig",
|
31 |
+
"AutoModel": "bert_layers.BertModel",
|
32 |
+
"AutoModelForMaskedLM": "bert_layers.BertForMaskedLM",
|
33 |
+
"AutoModelForSequenceClassification": "bert_layers.BertForSequenceClassification"
|
34 |
},
|
35 |
}
|