yoonseob commited on
Commit
065c555
1 Parent(s): f277ab9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,6 +1,4 @@
1
- {"architectures": [
2
- "BertModel"
3
- ],
4
  "attention_probs_dropout_prob": 0.1,
5
  "directionality": "bidi",
6
  "hidden_act": "gelu",
@@ -9,6 +7,7 @@
9
  "initializer_range": 0.02,
10
  "intermediate_size": 3072,
11
  "max_position_embeddings": 512,
 
12
  "num_attention_heads": 12,
13
  "num_hidden_layers": 12,
14
  "pooler_fc_size": 768,
1
+ {
 
 
2
  "attention_probs_dropout_prob": 0.1,
3
  "directionality": "bidi",
4
  "hidden_act": "gelu",
7
  "initializer_range": 0.02,
8
  "intermediate_size": 3072,
9
  "max_position_embeddings": 512,
10
+ "model_type": "bert",
11
  "num_attention_heads": 12,
12
  "num_hidden_layers": 12,
13
  "pooler_fc_size": 768,