kssteven commited on
Commit
69c2aa3
1 Parent(s): a02c7cb

model name changed

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "RobertaForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
@@ -12,7 +12,7 @@
12
  "intermediate_size": 4096,
13
  "layer_norm_eps": 1e-05,
14
  "max_position_embeddings": 514,
15
- "model_type": "roberta",
16
  "num_attention_heads": 16,
17
  "num_hidden_layers": 24,
18
  "pad_token_id": 1,
 
1
  {
2
  "architectures": [
3
+ "IBertForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
 
12
  "intermediate_size": 4096,
13
  "layer_norm_eps": 1e-05,
14
  "max_position_embeddings": 514,
15
+ "model_type": "ibert",
16
  "num_attention_heads": 16,
17
  "num_hidden_layers": 24,
18
  "pad_token_id": 1,