From 783b0c2ae89b9dab695b31a03acdc5053878124c Mon Sep 17 00:00:00 2001 From: Ankur Goyal Date: Wed, 21 Sep 2022 15:11:27 +0000 Subject: [PATCH] Fix model_type (#1) - Fix model_type (70dd60f1c410191721676412e889a4dc3b442e5c) Co-authored-by: Niels Rogge --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 71b17c2..0599c57 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,7 @@ "layer_norm_eps": 1e-05, "max_2d_position_embeddings": 1024, "max_position_embeddings": 514, - "model_type": "layoutlm-tc", + "model_type": "layoutlm", "num_attention_heads": 12, "num_hidden_layers": 12, "pad_token_id": 1,