From eb96ff977a370947ab00087870f497de35ec49ee Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Fri, 9 Sep 2022 17:34:57 +0000 Subject: [PATCH] Update config.json --- config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 830e880..fd2437b 100644 --- a/config.json +++ b/config.json @@ -83,7 +83,8 @@ "hidden_size": 768, "intermediate_size": 3072, "num_attention_heads": 12, - "num_hidden_layers": 12 + "num_hidden_layers": 12, + "projection_dim": 768, }, "torch_dtype": "float32", "transformers_version": null, @@ -164,6 +165,7 @@ "intermediate_size": 4096, "num_attention_heads": 16, "num_hidden_layers": 24, - "patch_size": 14 + "patch_size": 14, + "projection_dim": 768, } }