nielsr HF staff commited on
Commit
d4a5e66
1 Parent(s): c1e9ca2

Fix model_type of config

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "max_position_embeddings": 514,
24
  "max_rel_2d_pos": 256,
25
  "max_rel_pos": 128,
26
- "model_type": "layoutxlm",
27
  "num_attention_heads": 12,
28
  "num_hidden_layers": 12,
29
  "output_past": true,
23
  "max_position_embeddings": 514,
24
  "max_rel_2d_pos": 256,
25
  "max_rel_pos": 128,
26
+ "model_type": "layoutlmv2",
27
  "num_attention_heads": 12,
28
  "num_hidden_layers": 12,
29
  "output_past": true,