Update config.json

This commit is contained in:
Lysandre 2022-02-17 22:28:17 +00:00 committed by huggingface-web
parent f7dbfaa8b1
commit cf94a4425b
1 changed files with 4 additions and 1 deletions

View File

@ -13,5 +13,8 @@
"num_hidden_layers": 5,
"patch_size": 2,
"transformers_version": "4.11.0.dev0",
"vocab_size": {}
"vocab_size": {},
"architectures": [
"ViTForImageClassification"
]
}