Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
{"model_type": "ViT", "
|
|
|
|
|
|
1 |
+
{"model_type": "ViT", "architectures": [
|
2 |
+
"ViTForImageClassification"
|
3 |
+
], "input_size": 256, "num_classes": 5, "drop_path_rate": 0.2, "layer_decay": 0.65, "weight_decay": 0.05, "base_learning_rate": 0.005, "batch_size": 10, "epochs": 50, "remove_background": true}
|