bswift commited on
Commit
70110c1
1 Parent(s): b8b5a4c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1 +1,3 @@
1
- {"model_type": "ViT", "architecture": "vit_large_patch16", "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}
 
 
 
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}