manulthanura commited on
Commit
b9bf50c
·
verified ·
1 Parent(s): a1a5f73

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "BertForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
@@ -22,4 +22,4 @@
22
  "type_vocab_size": 2,
23
  "use_cache": true,
24
  "vocab_size": 30522
25
- }
 
1
  {
2
  "architectures": [
3
+ "BertModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
 
22
  "type_vocab_size": 2,
23
  "use_cache": true,
24
  "vocab_size": 30522
25
+ }