Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "food_recognition",
|
| 3 |
+
"architecture": "efficientnet_yolo",
|
| 4 |
+
"num_classes": 101,
|
| 5 |
+
"image_size": [224, 224],
|
| 6 |
+
"confidence_threshold": 0.5,
|
| 7 |
+
"max_detections": 10,
|
| 8 |
+
"nutritional_database": true,
|
| 9 |
+
"version": "1.0.0",
|
| 10 |
+
"framework": "tensorflow",
|
| 11 |
+
"task": "image-classification"
|
| 12 |
+
}
|