From e45c02554b24d4c70b955be461d78a18e91d579c Mon Sep 17 00:00:00 2001 From: lysandre Date: Fri, 9 Sep 2022 19:07:28 +0000 Subject: [PATCH] Update config.json (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update config.json (e073d58e5fea2f33477c3561de63fc5da34697ef) Co-authored-by: Arda Ölmez --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index fd2437b..2c19f66 100644 --- a/config.json +++ b/config.json @@ -84,7 +84,7 @@ "intermediate_size": 3072, "num_attention_heads": 12, "num_hidden_layers": 12, - "projection_dim": 768, + "projection_dim": 768 }, "torch_dtype": "float32", "transformers_version": null, @@ -166,6 +166,6 @@ "num_attention_heads": 16, "num_hidden_layers": 24, "patch_size": 14, - "projection_dim": 768, + "projection_dim": 768 } }