system HF staff commited on
Commit
a925d74
•
1 Parent(s): a9d34f2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
- "architectures": "bert",
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "directionality": "bidi",
5
  "gradient_checkpointing": false,
1
  {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "directionality": "bidi",
7
  "gradient_checkpointing": false,