robinzixuan
commited on
Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
@@ -22,5 +22,11 @@
|
|
22 |
"transformers_version": "4.31.0",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
-
"vocab_size": 30522
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
|
|
22 |
"transformers_version": "4.31.0",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
+
"vocab_size": 30522,
|
26 |
+
"auto_map": {
|
27 |
+
"AutoConfig": "configuration_bert.BertConfig",
|
28 |
+
"AutoModel": "modeling_bert.BertModel",
|
29 |
+
"AutoModelForMaskedLM": "modeling_bert.BertForMaskedLM",
|
30 |
+
"AutoModelForSequenceClassification": "modeling_bert.BertForSequenceClassification"
|
31 |
+
}
|
32 |
}
|