From 7234eee0a12afd0c0f8ad7dad0a6d207a486abe4 Mon Sep 17 00:00:00 2001 From: Ankur Goyal Date: Tue, 6 Sep 2022 11:04:48 -0700 Subject: [PATCH] Fix model-type name --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 4cf4ef0..71b17c2 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-docquery", + "model_type": "layoutlm-tc", "num_attention_heads": 12, "num_hidden_layers": 12, "pad_token_id": 1,