captainspock commited on
Commit
f979de7
1 Parent(s): 0c021d5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "microsoft/resnet-50",
3
  "architectures": [
4
- "ResNetForImageClassification"
5
  ],
6
  "depths": [
7
  3,
@@ -2022,7 +2022,7 @@
2022
  "zucchini, courgette": 939
2023
  },
2024
  "layer_type": "bottleneck",
2025
- "model_type": "resnet",
2026
  "num_channels": 3,
2027
  "out_features": [
2028
  "stage4"
@@ -2038,4 +2038,4 @@
2038
  "stage4"
2039
  ],
2040
  "transformers_version": "4.34.0.dev0"
2041
- }
 
1
  {
2
+ "_name_or_path": "google/efficientnet-b7",
3
  "architectures": [
4
+ "EfficientNetForImageClassification"
5
  ],
6
  "depths": [
7
  3,
 
2022
  "zucchini, courgette": 939
2023
  },
2024
  "layer_type": "bottleneck",
2025
+ "model_type": "efficientnet",
2026
  "num_channels": 3,
2027
  "out_features": [
2028
  "stage4"
 
2038
  "stage4"
2039
  ],
2040
  "transformers_version": "4.34.0.dev0"
2041
+ }