papousek commited on
Commit
e44bc1d
·
verified ·
1 Parent(s): 676bec3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +16 -1
config.json CHANGED
@@ -1 +1,16 @@
1
- {"architecture": "tf_efficientnetv2_b3", "id2label": {"0": "human", "1": "insect", "2": "mushroom", "3": "plant"}, "label2id": {"human": 0, "insect": 1, "mushroom": 2, "plant": 3}, "image_size": 480}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "tf_efficientnetv2_b3",
3
+ "id2label": {
4
+ "0": "human",
5
+ "1": "insect",
6
+ "2": "mushroom",
7
+ "3": "plant"
8
+ },
9
+ "label2id": {
10
+ "human": 0,
11
+ "insect": 1,
12
+ "mushroom": 2,
13
+ "plant": 3
14
+ },
15
+ "image_size": 480
16
+ }