ruben09 commited on
Commit
3047d8d
·
verified ·
1 Parent(s): cfa1dd9

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "Bean",
4
+ "1": "Bitter_Gourd",
5
+ "2": "Bottle_Gourd",
6
+ "3": "Brinjal",
7
+ "4": "Broccoli",
8
+ "5": "Cabbage",
9
+ "6": "Capsicum",
10
+ "7": "Carrot",
11
+ "8": "Cauliflower",
12
+ "9": "Cucumber",
13
+ "10": "Papaya",
14
+ "11": "Potato",
15
+ "12": "Pumpkin",
16
+ "13": "Radish",
17
+ "14": "Tomato"
18
+ },
19
+ "label2id": {
20
+ "Bean": 0,
21
+ "Bitter_Gourd": 1,
22
+ "Bottle_Gourd": 2,
23
+ "Brinjal": 3,
24
+ "Broccoli": 4,
25
+ "Cabbage": 5,
26
+ "Capsicum": 6,
27
+ "Carrot": 7,
28
+ "Cauliflower": 8,
29
+ "Cucumber": 9,
30
+ "Papaya": 10,
31
+ "Potato": 11,
32
+ "Pumpkin": 12,
33
+ "Radish": 13,
34
+ "Tomato": 14
35
+ }
36
+ }