Upload config.json with huggingface_hub
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"model_type": "resnet", "num_labels":
|
|
|
|
| 1 |
+
{"model_type": "resnet", "num_labels": 3, "id2label": {"0": "Trash Bag", "1": "Paper Bag", "2": "Plastic Bag"}, "label2id": {"Trash Bag": 0, "Paper Bag": 1, "Plastic Bag": 2}, "preprocessing": {"resize": 224, "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225]}}
|