TejaGollapudi commited on
Commit
912fc63
1 Parent(s): ec6e25b

Modified architectures field in config.json to ""BertForMaskedLM" from "BertForPreTraning"

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "vbert_2021_base",
3
  "architectures": [
4
- "BertForPreTraining"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
1
  {
2
  "_name_or_path": "vbert_2021_base",
3
  "architectures": [
4
+ "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,