ruben09 commited on
Commit
6c26ca5
1 Parent(s): 682db40

Upload folder using huggingface_hub

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