FellOffTheStairs commited on
Commit
18eecc0
·
verified ·
1 Parent(s): 75ffad1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1 +1 @@
1
- {"model_type": "resnet", "num_labels": 2, "id2label": {"0": "recyclable", "1": "non-recyclable"}, "label2id": {"recyclable": 0, "non-recyclable": 1}, "preprocessing": {"resize": 224, "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225]}}
 
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]}}