Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": ["
|
| 3 |
-
"model_type": "
|
| 4 |
"num_channels": 1,
|
| 5 |
"image_size": 224,
|
| 6 |
"patch_size": 16,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["VisionTransformer"],
|
| 3 |
+
"model_type": "vision_transformer",
|
| 4 |
"num_channels": 1,
|
| 5 |
"image_size": 224,
|
| 6 |
"patch_size": 16,
|