captainspock
commited on
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"depths": [
|
7 |
3,
|
@@ -2022,7 +2022,7 @@
|
|
2022 |
"zucchini, courgette": 939
|
2023 |
},
|
2024 |
"layer_type": "bottleneck",
|
2025 |
-
"model_type": "
|
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 |
+
}
|