robinzixuan commited on
Commit
d3ad04d
1 Parent(s): 0608ae2

Update config.json

Browse files
Files changed (1) hide show
  1. 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.BERTConfig",
31
- "AutoModel": "modeling_bert.BertModel",
32
- "AutoModelForMaskedLM": "modeling_bert.BertForMaskedLM"
 
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
  }