nailarais1 commited on
Commit
46b302e
·
verified ·
1 Parent(s): 8aceac8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +103 -209
config.json CHANGED
@@ -3,220 +3,114 @@
3
  "EfficientNet_B0_102Class"
4
  ],
5
  "model_type": "efficientnet_b0",
6
- "torch_dtype": "float32",
7
  "num_labels": 102,
8
  "id2label": {
9
- "0": "1",
10
- "1": "10",
11
- "2": "100",
12
- "3": "101",
13
- "4": "102",
14
- "5": "11",
15
- "6": "12",
16
- "7": "13",
17
- "8": "14",
18
- "9": "15",
19
- "10": "16",
20
- "11": "17",
21
- "12": "18",
22
- "13": "19",
23
- "14": "2",
24
- "15": "20",
25
- "16": "21",
26
- "17": "22",
27
- "18": "23",
28
- "19": "24",
29
- "20": "25",
30
- "21": "26",
31
- "22": "27",
32
- "23": "28",
33
- "24": "29",
34
- "25": "3",
35
- "26": "30",
36
- "27": "31",
37
- "28": "32",
38
- "29": "33",
39
- "30": "34",
40
- "31": "35",
41
- "32": "36",
42
- "33": "37",
43
- "34": "38",
44
- "35": "39",
45
- "36": "4",
46
- "37": "40",
47
- "38": "41",
48
- "39": "42",
49
- "40": "43",
50
- "41": "44",
51
- "42": "45",
52
- "43": "46",
53
- "44": "47",
54
- "45": "48",
55
- "46": "49",
56
- "47": "5",
57
- "48": "50",
58
- "49": "51",
59
- "50": "52",
60
- "51": "53",
61
- "52": "54",
62
- "53": "55",
63
- "54": "56",
64
- "55": "57",
65
- "56": "58",
66
- "57": "59",
67
- "58": "6",
68
- "59": "60",
69
- "60": "61",
70
- "61": "62",
71
- "62": "63",
72
- "63": "64",
73
- "64": "65",
74
- "65": "66",
75
- "66": "67",
76
- "67": "68",
77
- "68": "69",
78
- "69": "7",
79
- "70": "70",
80
- "71": "71",
81
- "72": "72",
82
- "73": "73",
83
- "74": "74",
84
- "75": "75",
85
- "76": "76",
86
- "77": "77",
87
- "78": "78",
88
- "79": "79",
89
- "80": "8",
90
- "81": "80",
91
- "82": "81",
92
- "83": "82",
93
- "84": "83",
94
- "85": "84",
95
- "86": "85",
96
- "87": "86",
97
- "88": "87",
98
- "89": "88",
99
- "90": "89",
100
- "91": "9",
101
- "92": "90",
102
- "93": "91",
103
- "94": "92",
104
- "95": "93",
105
- "96": "94",
106
- "97": "95",
107
- "98": "96",
108
- "99": "97",
109
- "100": "98",
110
- "101": "99"
111
- },
112
- "label2id": {
113
- "1": 0,
114
- "10": 1,
115
- "100": 2,
116
- "101": 3,
117
- "102": 4,
118
- "11": 5,
119
- "12": 6,
120
- "13": 7,
121
- "14": 8,
122
- "15": 9,
123
- "16": 10,
124
- "17": 11,
125
- "18": 12,
126
- "19": 13,
127
- "2": 14,
128
- "20": 15,
129
- "21": 16,
130
- "22": 17,
131
- "23": 18,
132
- "24": 19,
133
- "25": 20,
134
- "26": 21,
135
- "27": 22,
136
- "28": 23,
137
- "29": 24,
138
- "3": 25,
139
- "30": 26,
140
- "31": 27,
141
- "32": 28,
142
- "33": 29,
143
- "34": 30,
144
- "35": 31,
145
- "36": 32,
146
- "37": 33,
147
- "38": 34,
148
- "39": 35,
149
- "4": 36,
150
- "40": 37,
151
- "41": 38,
152
- "42": 39,
153
- "43": 40,
154
- "44": 41,
155
- "45": 42,
156
- "46": 43,
157
- "47": 44,
158
- "48": 45,
159
- "49": 46,
160
- "5": 47,
161
- "50": 48,
162
- "51": 49,
163
- "52": 50,
164
- "53": 51,
165
- "54": 52,
166
- "55": 53,
167
- "56": 54,
168
- "57": 55,
169
- "58": 56,
170
- "59": 57,
171
- "6": 58,
172
- "60": 59,
173
- "61": 60,
174
- "62": 61,
175
- "63": 62,
176
- "64": 63,
177
- "65": 64,
178
- "66": 65,
179
- "67": 66,
180
- "68": 67,
181
- "69": 68,
182
- "7": 69,
183
- "70": 70,
184
- "71": 71,
185
- "72": 72,
186
- "73": 73,
187
- "74": 74,
188
- "75": 75,
189
- "76": 76,
190
- "77": 77,
191
- "78": 78,
192
- "79": 79,
193
- "8": 80,
194
- "80": 81,
195
- "81": 82,
196
- "82": 83,
197
- "83": 84,
198
- "84": 85,
199
- "85": 86,
200
- "86": 87,
201
- "87": 88,
202
- "88": 89,
203
- "89": 90,
204
- "9": 91,
205
- "90": 92,
206
- "91": 93,
207
- "92": 94,
208
- "93": 95,
209
- "94": 96,
210
- "95": 97,
211
- "96": 98,
212
- "97": 99,
213
- "98": 100,
214
- "99": 101
215
  },
216
  "image_size": 224,
217
  "task": "image-classification",
218
  "library_name": "pytorch",
219
- "base_model": "torchvision/efficientnet_b0",
220
  "checkpoint_format": "custom_pytorch_checkpoint",
221
  "checkpoint_file": "checkpoint.pth"
222
- }
 
3
  "EfficientNet_B0_102Class"
4
  ],
5
  "model_type": "efficientnet_b0",
 
6
  "num_labels": 102,
7
  "id2label": {
8
+ "0": "pink primrose",
9
+ "1": "globe thistle",
10
+ "2": "blanket flower",
11
+ "3": "trumpet creeper",
12
+ "4": "blackberry lily",
13
+ "5": "snapdragon",
14
+ "6": "colt's foot",
15
+ "7": "king protea",
16
+ "8": "spear thistle",
17
+ "9": "yellow iris",
18
+ "10": "globe-flower",
19
+ "11": "purple coneflower",
20
+ "12": "peruvian lily",
21
+ "13": "balloon flower",
22
+ "14": "hard-leaved pocket orchid",
23
+ "15": "giant white arum lily",
24
+ "16": "fire lily",
25
+ "17": "pincushion flower",
26
+ "18": "fritillary",
27
+ "19": "red ginger",
28
+ "20": "grape hyacinth",
29
+ "21": "corn poppy",
30
+ "22": "prince of wales feathers",
31
+ "23": "stemless gentian",
32
+ "24": "artichoke",
33
+ "25": "canterbury bells",
34
+ "26": "sweet william",
35
+ "27": "carnation",
36
+ "28": "garden phlox",
37
+ "29": "love in the mist",
38
+ "30": "mexican aster",
39
+ "31": "alpine sea holly",
40
+ "32": "ruby-lipped cattleya",
41
+ "33": "cape flower",
42
+ "34": "great masterwort",
43
+ "35": "siam tulip",
44
+ "36": "sweet pea",
45
+ "37": "lenten rose",
46
+ "38": "barbeton daisy",
47
+ "39": "daffodil",
48
+ "40": "sword lily",
49
+ "41": "poinsettia",
50
+ "42": "bolero deep blue",
51
+ "43": "wallflower",
52
+ "44": "marigold",
53
+ "45": "buttercup",
54
+ "46": "oxeye daisy",
55
+ "47": "english marigold",
56
+ "48": "common dandelion",
57
+ "49": "petunia",
58
+ "50": "wild pansy",
59
+ "51": "primula",
60
+ "52": "sunflower",
61
+ "53": "pelargonium",
62
+ "54": "bishop of llandaff",
63
+ "55": "gaura",
64
+ "56": "geranium",
65
+ "57": "orange dahlia",
66
+ "58": "tiger lily",
67
+ "59": "pink-yellow dahlia",
68
+ "60": "cautleya spicata",
69
+ "61": "japanese anemone",
70
+ "62": "black-eyed susan",
71
+ "63": "silverbush",
72
+ "64": "californian poppy",
73
+ "65": "osteospermum",
74
+ "66": "spring crocus",
75
+ "67": "bearded iris",
76
+ "68": "windflower",
77
+ "69": "moon orchid",
78
+ "70": "tree poppy",
79
+ "71": "gazania",
80
+ "72": "azalea",
81
+ "73": "water lily",
82
+ "74": "rose",
83
+ "75": "thorn apple",
84
+ "76": "morning glory",
85
+ "77": "passion flower",
86
+ "78": "lotus lotus",
87
+ "79": "toad lily",
88
+ "80": "bird of paradise",
89
+ "81": "anthurium",
90
+ "82": "frangipani",
91
+ "83": "clematis",
92
+ "84": "hibiscus",
93
+ "85": "columbine",
94
+ "86": "desert-rose",
95
+ "87": "tree mallow",
96
+ "88": "magnolia",
97
+ "89": "cyclamen",
98
+ "90": "watercress",
99
+ "91": "canna lily",
100
+ "92": "hippeastrum",
101
+ "93": "bee balm",
102
+ "94": "ball moss",
103
+ "95": "foxglove",
104
+ "96": "bougainvillea",
105
+ "97": "camellia",
106
+ "98": "mallow",
107
+ "99": "mexican petunia",
108
+ "100": "bromelia",
109
+ "101": "blackberry lily"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  },
111
  "image_size": 224,
112
  "task": "image-classification",
113
  "library_name": "pytorch",
 
114
  "checkpoint_format": "custom_pytorch_checkpoint",
115
  "checkpoint_file": "checkpoint.pth"
116
+ }