Update config.json (#4)

- Update config.json (e073d58e5fea2f33477c3561de63fc5da34697ef)


Co-authored-by: Arda Ölmez <arda13olmez@users.noreply.huggingface.co>
This commit is contained in:
lysandre 2022-09-09 19:07:28 +00:00 committed by system
parent eb96ff977a
commit e45c02554b
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
"intermediate_size": 3072, "intermediate_size": 3072,
"num_attention_heads": 12, "num_attention_heads": 12,
"num_hidden_layers": 12, "num_hidden_layers": 12,
"projection_dim": 768, "projection_dim": 768
}, },
"torch_dtype": "float32", "torch_dtype": "float32",
"transformers_version": null, "transformers_version": null,
@ -166,6 +166,6 @@
"num_attention_heads": 16, "num_attention_heads": 16,
"num_hidden_layers": 24, "num_hidden_layers": 24,
"patch_size": 14, "patch_size": 14,
"projection_dim": 768, "projection_dim": 768
} }
} }