Ddz5431 commited on
Commit
664d8d8
·
1 Parent(s): 49519af

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +200 -202
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,213 +9,211 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "apple_pie",
13
- "1": "baby_back_ribs",
14
- "10": "bruschetta",
15
- "100": "waffles",
16
- "11": "caesar_salad",
17
- "12": "cannoli",
18
- "13": "caprese_salad",
19
- "14": "carrot_cake",
20
- "15": "ceviche",
21
- "16": "cheesecake",
22
- "17": "cheese_plate",
23
- "18": "chicken_curry",
24
- "19": "chicken_quesadilla",
25
- "2": "baklava",
26
- "20": "chicken_wings",
27
- "21": "chocolate_cake",
28
- "22": "chocolate_mousse",
29
- "23": "churros",
30
- "24": "clam_chowder",
31
- "25": "club_sandwich",
32
- "26": "crab_cakes",
33
- "27": "creme_brulee",
34
- "28": "croque_madame",
35
- "29": "cup_cakes",
36
- "3": "beef_carpaccio",
37
- "30": "deviled_eggs",
38
- "31": "donuts",
39
- "32": "dumplings",
40
- "33": "edamame",
41
- "34": "eggs_benedict",
42
- "35": "escargots",
43
- "36": "falafel",
44
- "37": "filet_mignon",
45
- "38": "fish_and_chips",
46
- "39": "foie_gras",
47
- "4": "beef_tartare",
48
- "40": "french_fries",
49
- "41": "french_onion_soup",
50
- "42": "french_toast",
51
- "43": "fried_calamari",
52
- "44": "fried_rice",
53
- "45": "frozen_yogurt",
54
- "46": "garlic_bread",
55
- "47": "gnocchi",
56
- "48": "greek_salad",
57
- "49": "grilled_cheese_sandwich",
58
- "5": "beet_salad",
59
- "50": "grilled_salmon",
60
- "51": "guacamole",
61
- "52": "gyoza",
62
- "53": "hamburger",
63
- "54": "hot_and_sour_soup",
64
- "55": "hot_dog",
65
- "56": "huevos_rancheros",
66
- "57": "hummus",
67
- "58": "ice_cream",
68
- "59": "lasagna",
69
- "6": "beignets",
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
- "7": "bibimbap",
81
- "70": "pad_thai",
82
- "71": "paella",
83
- "72": "pancakes",
84
- "73": "panna_cotta",
85
- "74": "peking_duck",
86
- "75": "pho",
87
- "76": "pizza",
88
- "77": "pork_chop",
89
- "78": "poutine",
90
- "79": "prime_rib",
91
- "8": "bread_pudding",
92
- "80": "pulled_pork_sandwich",
93
- "81": "ramen",
94
- "82": "ravioli",
95
- "83": "red_velvet_cake",
96
- "84": "risotto",
97
- "85": "samosa",
98
- "86": "sashimi",
99
- "87": "scallops",
100
- "88": "seaweed_salad",
101
- "89": "shrimp_and_grits",
102
- "9": "breakfast_burrito",
103
- "90": "spaghetti_bolognese",
104
- "91": "spaghetti_carbonara",
105
- "92": "spring_rolls",
106
- "93": "steak",
107
- "94": "strawberry_shortcake",
108
- "95": "sushi",
109
- "96": "tacos",
110
- "97": "takoyaki",
111
- "98": "tiramisu",
112
- "99": "tuna_tartare"
113
  },
114
  "image_size": 224,
115
  "initializer_range": 0.02,
116
  "intermediate_size": 3072,
117
  "label2id": {
118
- "apple_pie": "0",
119
- "baby_back_ribs": "1",
120
- "baklava": "2",
121
- "beef_carpaccio": "3",
122
- "beef_tartare": "4",
123
- "beet_salad": "5",
124
- "beignets": "6",
125
- "bibimbap": "7",
126
- "bread_pudding": "8",
127
- "breakfast_burrito": "9",
128
- "bruschetta": "10",
129
- "caesar_salad": "11",
130
- "cannoli": "12",
131
- "caprese_salad": "13",
132
- "carrot_cake": "14",
133
- "ceviche": "15",
134
- "cheese_plate": "17",
135
- "cheesecake": "16",
136
- "chicken_curry": "18",
137
- "chicken_quesadilla": "19",
138
- "chicken_wings": "20",
139
- "chocolate_cake": "21",
140
- "chocolate_mousse": "22",
141
- "churros": "23",
142
- "clam_chowder": "24",
143
- "club_sandwich": "25",
144
- "crab_cakes": "26",
145
- "creme_brulee": "27",
146
- "croque_madame": "28",
147
- "cup_cakes": "29",
148
- "deviled_eggs": "30",
149
- "donuts": "31",
150
- "dumplings": "32",
151
- "edamame": "33",
152
- "eggs_benedict": "34",
153
- "escargots": "35",
154
- "falafel": "36",
155
- "filet_mignon": "37",
156
- "fish_and_chips": "38",
157
- "foie_gras": "39",
158
- "french_fries": "40",
159
- "french_onion_soup": "41",
160
- "french_toast": "42",
161
- "fried_calamari": "43",
162
- "fried_rice": "44",
163
- "frozen_yogurt": "45",
164
- "garlic_bread": "46",
165
- "gnocchi": "47",
166
- "greek_salad": "48",
167
- "grilled_cheese_sandwich": "49",
168
- "grilled_salmon": "50",
169
- "guacamole": "51",
170
- "gyoza": "52",
171
- "hamburger": "53",
172
- "hot_and_sour_soup": "54",
173
- "hot_dog": "55",
174
- "huevos_rancheros": "56",
175
- "hummus": "57",
176
- "ice_cream": "58",
177
- "lasagna": "59",
178
- "lobster_bisque": "60",
179
- "lobster_roll_sandwich": "61",
180
- "macaroni_and_cheese": "62",
181
- "macarons": "63",
182
- "miso_soup": "64",
183
- "mussels": "65",
184
- "nachos": "66",
185
- "omelette": "67",
186
- "onion_rings": "68",
187
- "oysters": "69",
188
- "pad_thai": "70",
189
- "paella": "71",
190
- "pancakes": "72",
191
- "panna_cotta": "73",
192
- "peking_duck": "74",
193
- "pho": "75",
194
- "pizza": "76",
195
- "pork_chop": "77",
196
- "poutine": "78",
197
- "prime_rib": "79",
198
- "pulled_pork_sandwich": "80",
199
- "ramen": "81",
200
- "ravioli": "82",
201
- "red_velvet_cake": "83",
202
- "risotto": "84",
203
- "samosa": "85",
204
- "sashimi": "86",
205
- "scallops": "87",
206
- "seaweed_salad": "88",
207
- "shrimp_and_grits": "89",
208
- "spaghetti_bolognese": "90",
209
- "spaghetti_carbonara": "91",
210
- "spring_rolls": "92",
211
- "steak": "93",
212
- "strawberry_shortcake": "94",
213
- "sushi": "95",
214
- "tacos": "96",
215
- "takoyaki": "97",
216
- "tiramisu": "98",
217
- "tuna_tartare": "99",
218
- "waffles": "100"
219
  },
220
  "layer_norm_eps": 1e-12,
221
  "model_type": "vit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": 0,
13
+ "1": 1,
14
+ "10": 10,
15
+ "11": 11,
16
+ "12": 12,
17
+ "13": 13,
18
+ "14": 14,
19
+ "15": 15,
20
+ "16": 16,
21
+ "17": 17,
22
+ "18": 18,
23
+ "19": 19,
24
+ "2": 2,
25
+ "20": 20,
26
+ "21": 21,
27
+ "22": 22,
28
+ "23": 23,
29
+ "24": 24,
30
+ "25": 25,
31
+ "26": 26,
32
+ "27": 27,
33
+ "28": 28,
34
+ "29": 29,
35
+ "3": 3,
36
+ "30": 30,
37
+ "31": 31,
38
+ "32": 32,
39
+ "33": 33,
40
+ "34": 34,
41
+ "35": 35,
42
+ "36": 36,
43
+ "37": 37,
44
+ "38": 38,
45
+ "39": 39,
46
+ "4": 4,
47
+ "40": 40,
48
+ "41": 41,
49
+ "42": 42,
50
+ "43": 43,
51
+ "44": 44,
52
+ "45": 45,
53
+ "46": 46,
54
+ "47": 47,
55
+ "48": 48,
56
+ "49": 49,
57
+ "5": 5,
58
+ "50": 50,
59
+ "51": 51,
60
+ "52": 52,
61
+ "53": 53,
62
+ "54": 54,
63
+ "55": 55,
64
+ "56": 56,
65
+ "57": 57,
66
+ "58": 58,
67
+ "59": 59,
68
+ "6": 6,
69
+ "60": 60,
70
+ "61": 61,
71
+ "62": 62,
72
+ "63": 63,
73
+ "64": 64,
74
+ "65": 65,
75
+ "66": 66,
76
+ "67": 67,
77
+ "68": 68,
78
+ "69": 69,
79
+ "7": 7,
80
+ "70": 70,
81
+ "71": 71,
82
+ "72": 72,
83
+ "73": 73,
84
+ "74": 74,
85
+ "75": 75,
86
+ "76": 76,
87
+ "77": 77,
88
+ "78": 78,
89
+ "79": 79,
90
+ "8": 8,
91
+ "80": 80,
92
+ "81": 81,
93
+ "82": 82,
94
+ "83": 83,
95
+ "84": 84,
96
+ "85": 85,
97
+ "86": 86,
98
+ "87": 87,
99
+ "88": 88,
100
+ "89": 89,
101
+ "9": 9,
102
+ "90": 90,
103
+ "91": 91,
104
+ "92": 92,
105
+ "93": 93,
106
+ "94": 94,
107
+ "95": 95,
108
+ "96": 96,
109
+ "97": 97,
110
+ "98": 98,
111
+ "99": 99
 
112
  },
113
  "image_size": 224,
114
  "initializer_range": 0.02,
115
  "intermediate_size": 3072,
116
  "label2id": {
117
+ "0": "0",
118
+ "1": "1",
119
+ "2": "2",
120
+ "3": "3",
121
+ "4": "4",
122
+ "5": "5",
123
+ "6": "6",
124
+ "7": "7",
125
+ "8": "8",
126
+ "9": "9",
127
+ "10": "10",
128
+ "11": "11",
129
+ "12": "12",
130
+ "13": "13",
131
+ "14": "14",
132
+ "15": "15",
133
+ "16": "16",
134
+ "17": "17",
135
+ "18": "18",
136
+ "19": "19",
137
+ "20": "20",
138
+ "21": "21",
139
+ "22": "22",
140
+ "23": "23",
141
+ "24": "24",
142
+ "25": "25",
143
+ "26": "26",
144
+ "27": "27",
145
+ "28": "28",
146
+ "29": "29",
147
+ "30": "30",
148
+ "31": "31",
149
+ "32": "32",
150
+ "33": "33",
151
+ "34": "34",
152
+ "35": "35",
153
+ "36": "36",
154
+ "37": "37",
155
+ "38": "38",
156
+ "39": "39",
157
+ "40": "40",
158
+ "41": "41",
159
+ "42": "42",
160
+ "43": "43",
161
+ "44": "44",
162
+ "45": "45",
163
+ "46": "46",
164
+ "47": "47",
165
+ "48": "48",
166
+ "49": "49",
167
+ "50": "50",
168
+ "51": "51",
169
+ "52": "52",
170
+ "53": "53",
171
+ "54": "54",
172
+ "55": "55",
173
+ "56": "56",
174
+ "57": "57",
175
+ "58": "58",
176
+ "59": "59",
177
+ "60": "60",
178
+ "61": "61",
179
+ "62": "62",
180
+ "63": "63",
181
+ "64": "64",
182
+ "65": "65",
183
+ "66": "66",
184
+ "67": "67",
185
+ "68": "68",
186
+ "69": "69",
187
+ "70": "70",
188
+ "71": "71",
189
+ "72": "72",
190
+ "73": "73",
191
+ "74": "74",
192
+ "75": "75",
193
+ "76": "76",
194
+ "77": "77",
195
+ "78": "78",
196
+ "79": "79",
197
+ "80": "80",
198
+ "81": "81",
199
+ "82": "82",
200
+ "83": "83",
201
+ "84": "84",
202
+ "85": "85",
203
+ "86": "86",
204
+ "87": "87",
205
+ "88": "88",
206
+ "89": "89",
207
+ "90": "90",
208
+ "91": "91",
209
+ "92": "92",
210
+ "93": "93",
211
+ "94": "94",
212
+ "95": "95",
213
+ "96": "96",
214
+ "97": "97",
215
+ "98": "98",
216
+ "99": "99"
 
217
  },
218
  "layer_norm_eps": 1e-12,
219
  "model_type": "vit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f86c32a6830d4d14f1f6e135c5399460b5d613507514db3856fbae1be4643351
3
- size 343528508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f55a1ed083468077c587e99327f935638d4239ea166ba09af1e836bffbcc7f
3
+ size 343525432
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d7f77dc1f630dd52798b8166f7c551fc3b46b6b123338e9e4e91112b0a79204
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a85af492a5a7c00d58eeb09d3ca8a505099338e1940c47c537ce5539b82c29e6
3
  size 4600