ariG23498 HF staff commited on
Commit
b6b0270
·
verified ·
1 Parent(s): 097633e

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +248 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "timm/vit_base_patch16_224.augreg2_in21k_ft_in1k",
3
+ "architecture": "vit_base_patch16_224",
4
+ "architectures": [
5
+ "TimmWrapperForImageClassification"
6
+ ],
7
+ "do_pooling": true,
8
+ "global_pool": "token",
9
+ "id2label": {
10
+ "0": "apple_pie",
11
+ "1": "baby_back_ribs",
12
+ "2": "baklava",
13
+ "3": "beef_carpaccio",
14
+ "4": "beef_tartare",
15
+ "5": "beet_salad",
16
+ "6": "beignets",
17
+ "7": "bibimbap",
18
+ "8": "bread_pudding",
19
+ "9": "breakfast_burrito",
20
+ "10": "bruschetta",
21
+ "11": "caesar_salad",
22
+ "12": "cannoli",
23
+ "13": "caprese_salad",
24
+ "14": "carrot_cake",
25
+ "15": "ceviche",
26
+ "16": "cheesecake",
27
+ "17": "cheese_plate",
28
+ "18": "chicken_curry",
29
+ "19": "chicken_quesadilla",
30
+ "20": "chicken_wings",
31
+ "21": "chocolate_cake",
32
+ "22": "chocolate_mousse",
33
+ "23": "churros",
34
+ "24": "clam_chowder",
35
+ "25": "club_sandwich",
36
+ "26": "crab_cakes",
37
+ "27": "creme_brulee",
38
+ "28": "croque_madame",
39
+ "29": "cup_cakes",
40
+ "30": "deviled_eggs",
41
+ "31": "donuts",
42
+ "32": "dumplings",
43
+ "33": "edamame",
44
+ "34": "eggs_benedict",
45
+ "35": "escargots",
46
+ "36": "falafel",
47
+ "37": "filet_mignon",
48
+ "38": "fish_and_chips",
49
+ "39": "foie_gras",
50
+ "40": "french_fries",
51
+ "41": "french_onion_soup",
52
+ "42": "french_toast",
53
+ "43": "fried_calamari",
54
+ "44": "fried_rice",
55
+ "45": "frozen_yogurt",
56
+ "46": "garlic_bread",
57
+ "47": "gnocchi",
58
+ "48": "greek_salad",
59
+ "49": "grilled_cheese_sandwich",
60
+ "50": "grilled_salmon",
61
+ "51": "guacamole",
62
+ "52": "gyoza",
63
+ "53": "hamburger",
64
+ "54": "hot_and_sour_soup",
65
+ "55": "hot_dog",
66
+ "56": "huevos_rancheros",
67
+ "57": "hummus",
68
+ "58": "ice_cream",
69
+ "59": "lasagna",
70
+ "60": "lobster_bisque",
71
+ "61": "lobster_roll_sandwich",
72
+ "62": "macaroni_and_cheese",
73
+ "63": "macarons",
74
+ "64": "miso_soup",
75
+ "65": "mussels",
76
+ "66": "nachos",
77
+ "67": "omelette",
78
+ "68": "onion_rings",
79
+ "69": "oysters",
80
+ "70": "pad_thai",
81
+ "71": "paella",
82
+ "72": "pancakes",
83
+ "73": "panna_cotta",
84
+ "74": "peking_duck",
85
+ "75": "pho",
86
+ "76": "pizza",
87
+ "77": "pork_chop",
88
+ "78": "poutine",
89
+ "79": "prime_rib",
90
+ "80": "pulled_pork_sandwich",
91
+ "81": "ramen",
92
+ "82": "ravioli",
93
+ "83": "red_velvet_cake",
94
+ "84": "risotto",
95
+ "85": "samosa",
96
+ "86": "sashimi",
97
+ "87": "scallops",
98
+ "88": "seaweed_salad",
99
+ "89": "shrimp_and_grits",
100
+ "90": "spaghetti_bolognese",
101
+ "91": "spaghetti_carbonara",
102
+ "92": "spring_rolls",
103
+ "93": "steak",
104
+ "94": "strawberry_shortcake",
105
+ "95": "sushi",
106
+ "96": "tacos",
107
+ "97": "takoyaki",
108
+ "98": "tiramisu",
109
+ "99": "tuna_tartare",
110
+ "100": "waffles"
111
+ },
112
+ "initializer_range": 0.02,
113
+ "label2id": {
114
+ "apple_pie": "0",
115
+ "baby_back_ribs": "1",
116
+ "baklava": "2",
117
+ "beef_carpaccio": "3",
118
+ "beef_tartare": "4",
119
+ "beet_salad": "5",
120
+ "beignets": "6",
121
+ "bibimbap": "7",
122
+ "bread_pudding": "8",
123
+ "breakfast_burrito": "9",
124
+ "bruschetta": "10",
125
+ "caesar_salad": "11",
126
+ "cannoli": "12",
127
+ "caprese_salad": "13",
128
+ "carrot_cake": "14",
129
+ "ceviche": "15",
130
+ "cheese_plate": "17",
131
+ "cheesecake": "16",
132
+ "chicken_curry": "18",
133
+ "chicken_quesadilla": "19",
134
+ "chicken_wings": "20",
135
+ "chocolate_cake": "21",
136
+ "chocolate_mousse": "22",
137
+ "churros": "23",
138
+ "clam_chowder": "24",
139
+ "club_sandwich": "25",
140
+ "crab_cakes": "26",
141
+ "creme_brulee": "27",
142
+ "croque_madame": "28",
143
+ "cup_cakes": "29",
144
+ "deviled_eggs": "30",
145
+ "donuts": "31",
146
+ "dumplings": "32",
147
+ "edamame": "33",
148
+ "eggs_benedict": "34",
149
+ "escargots": "35",
150
+ "falafel": "36",
151
+ "filet_mignon": "37",
152
+ "fish_and_chips": "38",
153
+ "foie_gras": "39",
154
+ "french_fries": "40",
155
+ "french_onion_soup": "41",
156
+ "french_toast": "42",
157
+ "fried_calamari": "43",
158
+ "fried_rice": "44",
159
+ "frozen_yogurt": "45",
160
+ "garlic_bread": "46",
161
+ "gnocchi": "47",
162
+ "greek_salad": "48",
163
+ "grilled_cheese_sandwich": "49",
164
+ "grilled_salmon": "50",
165
+ "guacamole": "51",
166
+ "gyoza": "52",
167
+ "hamburger": "53",
168
+ "hot_and_sour_soup": "54",
169
+ "hot_dog": "55",
170
+ "huevos_rancheros": "56",
171
+ "hummus": "57",
172
+ "ice_cream": "58",
173
+ "lasagna": "59",
174
+ "lobster_bisque": "60",
175
+ "lobster_roll_sandwich": "61",
176
+ "macaroni_and_cheese": "62",
177
+ "macarons": "63",
178
+ "miso_soup": "64",
179
+ "mussels": "65",
180
+ "nachos": "66",
181
+ "omelette": "67",
182
+ "onion_rings": "68",
183
+ "oysters": "69",
184
+ "pad_thai": "70",
185
+ "paella": "71",
186
+ "pancakes": "72",
187
+ "panna_cotta": "73",
188
+ "peking_duck": "74",
189
+ "pho": "75",
190
+ "pizza": "76",
191
+ "pork_chop": "77",
192
+ "poutine": "78",
193
+ "prime_rib": "79",
194
+ "pulled_pork_sandwich": "80",
195
+ "ramen": "81",
196
+ "ravioli": "82",
197
+ "red_velvet_cake": "83",
198
+ "risotto": "84",
199
+ "samosa": "85",
200
+ "sashimi": "86",
201
+ "scallops": "87",
202
+ "seaweed_salad": "88",
203
+ "shrimp_and_grits": "89",
204
+ "spaghetti_bolognese": "90",
205
+ "spaghetti_carbonara": "91",
206
+ "spring_rolls": "92",
207
+ "steak": "93",
208
+ "strawberry_shortcake": "94",
209
+ "sushi": "95",
210
+ "tacos": "96",
211
+ "takoyaki": "97",
212
+ "tiramisu": "98",
213
+ "tuna_tartare": "99",
214
+ "waffles": "100"
215
+ },
216
+ "model_type": "timm_wrapper",
217
+ "num_classes": 101,
218
+ "num_features": 768,
219
+ "pretrained_cfg": {
220
+ "classifier": "head",
221
+ "crop_mode": "center",
222
+ "crop_pct": 0.9,
223
+ "custom_load": false,
224
+ "first_conv": "patch_embed.proj",
225
+ "fixed_input_size": true,
226
+ "input_size": [
227
+ 3,
228
+ 224,
229
+ 224
230
+ ],
231
+ "interpolation": "bicubic",
232
+ "mean": [
233
+ 0.5,
234
+ 0.5,
235
+ 0.5
236
+ ],
237
+ "pool_size": null,
238
+ "std": [
239
+ 0.5,
240
+ 0.5,
241
+ 0.5
242
+ ],
243
+ "tag": "augreg2_in21k_ft_in1k"
244
+ },
245
+ "problem_type": "single_label_classification",
246
+ "torch_dtype": "float32",
247
+ "transformers_version": "4.48.0.dev0"
248
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cb7f45aac37419eb42ee3e20df9d12d2316116cfb95129792a04cf72c2111d1
3
+ size 343519420
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb6db2b309131762a2145d5b76487024896ad4a6f317a8efb56694c16cad78c
3
+ size 5432