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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,3 +1,3 @@
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}
 
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}