diff --git a/config.json b/config.json index 1f0a3e4..7c3b8b7 100644 --- a/config.json +++ b/config.json @@ -85,7 +85,7 @@ "intermediate_size": 3072, "num_attention_heads": 12, "num_hidden_layers": 12, - "projection_dim": 768, + "projection_dim": 768 }, "torch_dtype": "float32", "transformers_version": null, @@ -170,6 +170,6 @@ "num_attention_heads": 16, "num_hidden_layers": 24, "patch_size": 14, - "projection_dim": 768, + "projection_dim": 768 } }