Adriana213
commited on
Commit
•
fae9b0b
1
Parent(s):
861e03a
Upload config.json with huggingface_hub
Browse files- config.json +142 -0
config.json
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "vgg16-fruit-classifier",
|
3 |
+
"framework": "tensorflow",
|
4 |
+
"input_shape": [
|
5 |
+
100,
|
6 |
+
100,
|
7 |
+
3
|
8 |
+
],
|
9 |
+
"output_labels": {
|
10 |
+
"0": "Apple Braeburn",
|
11 |
+
"1": "Apple Crimson Snow",
|
12 |
+
"2": "Apple Golden 1",
|
13 |
+
"3": "Apple Golden 2",
|
14 |
+
"4": "Apple Golden 3",
|
15 |
+
"5": "Apple Granny Smith",
|
16 |
+
"6": "Apple Pink Lady",
|
17 |
+
"7": "Apple Red 1",
|
18 |
+
"8": "Apple Red 2",
|
19 |
+
"9": "Apple Red 3",
|
20 |
+
"10": "Apple Red Delicious",
|
21 |
+
"11": "Apple Red Yellow 1",
|
22 |
+
"12": "Apple Red Yellow 2",
|
23 |
+
"13": "Apricot",
|
24 |
+
"14": "Avocado",
|
25 |
+
"15": "Avocado ripe",
|
26 |
+
"16": "Banana",
|
27 |
+
"17": "Banana Lady Finger",
|
28 |
+
"18": "Banana Red",
|
29 |
+
"19": "Beetroot",
|
30 |
+
"20": "Blueberry",
|
31 |
+
"21": "Cactus fruit",
|
32 |
+
"22": "Cantaloupe 1",
|
33 |
+
"23": "Cantaloupe 2",
|
34 |
+
"24": "Carambula",
|
35 |
+
"25": "Cauliflower",
|
36 |
+
"26": "Cherry 1",
|
37 |
+
"27": "Cherry 2",
|
38 |
+
"28": "Cherry Rainier",
|
39 |
+
"29": "Cherry Wax Black",
|
40 |
+
"30": "Cherry Wax Red",
|
41 |
+
"31": "Cherry Wax Yellow",
|
42 |
+
"32": "Chestnut",
|
43 |
+
"33": "Clementine",
|
44 |
+
"34": "Cocos",
|
45 |
+
"35": "Corn",
|
46 |
+
"36": "Corn Husk",
|
47 |
+
"37": "Cucumber Ripe",
|
48 |
+
"38": "Cucumber Ripe 2",
|
49 |
+
"39": "Dates",
|
50 |
+
"40": "Eggplant",
|
51 |
+
"41": "Fig",
|
52 |
+
"42": "Ginger Root",
|
53 |
+
"43": "Granadilla",
|
54 |
+
"44": "Grape Blue",
|
55 |
+
"45": "Grape Pink",
|
56 |
+
"46": "Grape White",
|
57 |
+
"47": "Grape White 2",
|
58 |
+
"48": "Grape White 3",
|
59 |
+
"49": "Grape White 4",
|
60 |
+
"50": "Grapefruit Pink",
|
61 |
+
"51": "Grapefruit White",
|
62 |
+
"52": "Guava",
|
63 |
+
"53": "Hazelnut",
|
64 |
+
"54": "Huckleberry",
|
65 |
+
"55": "Kaki",
|
66 |
+
"56": "Kiwi",
|
67 |
+
"57": "Kohlrabi",
|
68 |
+
"58": "Kumquats",
|
69 |
+
"59": "Lemon",
|
70 |
+
"60": "Lemon Meyer",
|
71 |
+
"61": "Limes",
|
72 |
+
"62": "Lychee",
|
73 |
+
"63": "Mandarine",
|
74 |
+
"64": "Mango",
|
75 |
+
"65": "Mango Red",
|
76 |
+
"66": "Mangostan",
|
77 |
+
"67": "Maracuja",
|
78 |
+
"68": "Melon Piel de Sapo",
|
79 |
+
"69": "Mulberry",
|
80 |
+
"70": "Nectarine",
|
81 |
+
"71": "Nectarine Flat",
|
82 |
+
"72": "Nut Forest",
|
83 |
+
"73": "Nut Pecan",
|
84 |
+
"74": "Onion Red",
|
85 |
+
"75": "Onion Red Peeled",
|
86 |
+
"76": "Onion White",
|
87 |
+
"77": "Orange",
|
88 |
+
"78": "Papaya",
|
89 |
+
"79": "Passion Fruit",
|
90 |
+
"80": "Peach",
|
91 |
+
"81": "Peach 2",
|
92 |
+
"82": "Peach Flat",
|
93 |
+
"83": "Pear",
|
94 |
+
"84": "Pear 2",
|
95 |
+
"85": "Pear Abate",
|
96 |
+
"86": "Pear Forelle",
|
97 |
+
"87": "Pear Kaiser",
|
98 |
+
"88": "Pear Monster",
|
99 |
+
"89": "Pear Red",
|
100 |
+
"90": "Pear Stone",
|
101 |
+
"91": "Pear Williams",
|
102 |
+
"92": "Pepino",
|
103 |
+
"93": "Pepper Green",
|
104 |
+
"94": "Pepper Orange",
|
105 |
+
"95": "Pepper Red",
|
106 |
+
"96": "Pepper Yellow",
|
107 |
+
"97": "Physalis",
|
108 |
+
"98": "Physalis with Husk",
|
109 |
+
"99": "Pineapple",
|
110 |
+
"100": "Pineapple Mini",
|
111 |
+
"101": "Pitahaya Red",
|
112 |
+
"102": "Plum",
|
113 |
+
"103": "Plum 2",
|
114 |
+
"104": "Plum 3",
|
115 |
+
"105": "Pomegranate",
|
116 |
+
"106": "Pomelo Sweetie",
|
117 |
+
"107": "Potato Red",
|
118 |
+
"108": "Potato Red Washed",
|
119 |
+
"109": "Potato Sweet",
|
120 |
+
"110": "Potato White",
|
121 |
+
"111": "Quince",
|
122 |
+
"112": "Rambutan",
|
123 |
+
"113": "Raspberry",
|
124 |
+
"114": "Redcurrant",
|
125 |
+
"115": "Salak",
|
126 |
+
"116": "Strawberry",
|
127 |
+
"117": "Strawberry Wedge",
|
128 |
+
"118": "Tamarillo",
|
129 |
+
"119": "Tangelo",
|
130 |
+
"120": "Tomato 1",
|
131 |
+
"121": "Tomato 2",
|
132 |
+
"122": "Tomato 3",
|
133 |
+
"123": "Tomato 4",
|
134 |
+
"124": "Tomato Cherry Red",
|
135 |
+
"125": "Tomato Heart",
|
136 |
+
"126": "Tomato Maroon",
|
137 |
+
"127": "Tomato Yellow",
|
138 |
+
"128": "Tomato not Ripened",
|
139 |
+
"129": "Walnut",
|
140 |
+
"130": "Watermelon"
|
141 |
+
}
|
142 |
+
}
|