papousek commited on
Commit
2fab4fa
·
verified ·
1 Parent(s): 5ca6dbe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -8
config.json CHANGED
@@ -1,16 +1,20 @@
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
  }
 
1
  {
2
  "architecture": "tf_efficientnetv2_b3",
3
  "id2label": {
4
+ "0": "crop",
5
+ "1": "human",
6
+ "2": "insect",
7
+ "3": "mushroom",
8
+ "4": "plant"
9
+ "6": "unhealthy_plant",
10
  },
11
  "label2id": {
12
+ "crop": 0,
13
+ "human": 1,
14
+ "insect": 2,
15
+ "mushroom": 3,
16
+ "plant": 4,
17
+ "unhealthy_plant": 5
18
  },
19
  "image_size": 480
20
  }