Upload config.json with huggingface_hub
Browse files- config.json +12 -13
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
@@ -11,8 +11,15 @@
|
|
| 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",
|
|
@@ -22,7 +29,6 @@
|
|
| 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",
|
|
@@ -33,7 +39,6 @@
|
|
| 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",
|
|
@@ -44,7 +49,6 @@
|
|
| 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",
|
|
@@ -55,7 +59,6 @@
|
|
| 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",
|
|
@@ -66,7 +69,6 @@
|
|
| 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",
|
|
@@ -77,7 +79,6 @@
|
|
| 77 |
"67": "omelette",
|
| 78 |
"68": "onion_rings",
|
| 79 |
"69": "oysters",
|
| 80 |
-
"7": "bibimbap",
|
| 81 |
"70": "pad_thai",
|
| 82 |
"71": "paella",
|
| 83 |
"72": "pancakes",
|
|
@@ -88,7 +89,6 @@
|
|
| 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",
|
|
@@ -99,7 +99,6 @@
|
|
| 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",
|
|
@@ -109,7 +108,8 @@
|
|
| 109 |
"96": "tacos",
|
| 110 |
"97": "takoyaki",
|
| 111 |
"98": "tiramisu",
|
| 112 |
-
"99": "tuna_tartare"
|
|
|
|
| 113 |
},
|
| 114 |
"image_size": 224,
|
| 115 |
"initializer_range": 0.02,
|
|
@@ -225,6 +225,5 @@
|
|
| 225 |
"patch_size": 16,
|
| 226 |
"problem_type": "single_label_classification",
|
| 227 |
"qkv_bias": true,
|
| 228 |
-
"
|
| 229 |
-
"transformers_version": "4.35.2"
|
| 230 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "spolivin/food-vit-tutorial",
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "apple_pie",
|
| 13 |
"1": "baby_back_ribs",
|
| 14 |
+
"2": "baklava",
|
| 15 |
+
"3": "beef_carpaccio",
|
| 16 |
+
"4": "beef_tartare",
|
| 17 |
+
"5": "beet_salad",
|
| 18 |
+
"6": "beignets",
|
| 19 |
+
"7": "bibimbap",
|
| 20 |
+
"8": "bread_pudding",
|
| 21 |
+
"9": "breakfast_burrito",
|
| 22 |
"10": "bruschetta",
|
|
|
|
| 23 |
"11": "caesar_salad",
|
| 24 |
"12": "cannoli",
|
| 25 |
"13": "caprese_salad",
|
|
|
|
| 29 |
"17": "cheese_plate",
|
| 30 |
"18": "chicken_curry",
|
| 31 |
"19": "chicken_quesadilla",
|
|
|
|
| 32 |
"20": "chicken_wings",
|
| 33 |
"21": "chocolate_cake",
|
| 34 |
"22": "chocolate_mousse",
|
|
|
|
| 39 |
"27": "creme_brulee",
|
| 40 |
"28": "croque_madame",
|
| 41 |
"29": "cup_cakes",
|
|
|
|
| 42 |
"30": "deviled_eggs",
|
| 43 |
"31": "donuts",
|
| 44 |
"32": "dumplings",
|
|
|
|
| 49 |
"37": "filet_mignon",
|
| 50 |
"38": "fish_and_chips",
|
| 51 |
"39": "foie_gras",
|
|
|
|
| 52 |
"40": "french_fries",
|
| 53 |
"41": "french_onion_soup",
|
| 54 |
"42": "french_toast",
|
|
|
|
| 59 |
"47": "gnocchi",
|
| 60 |
"48": "greek_salad",
|
| 61 |
"49": "grilled_cheese_sandwich",
|
|
|
|
| 62 |
"50": "grilled_salmon",
|
| 63 |
"51": "guacamole",
|
| 64 |
"52": "gyoza",
|
|
|
|
| 69 |
"57": "hummus",
|
| 70 |
"58": "ice_cream",
|
| 71 |
"59": "lasagna",
|
|
|
|
| 72 |
"60": "lobster_bisque",
|
| 73 |
"61": "lobster_roll_sandwich",
|
| 74 |
"62": "macaroni_and_cheese",
|
|
|
|
| 79 |
"67": "omelette",
|
| 80 |
"68": "onion_rings",
|
| 81 |
"69": "oysters",
|
|
|
|
| 82 |
"70": "pad_thai",
|
| 83 |
"71": "paella",
|
| 84 |
"72": "pancakes",
|
|
|
|
| 89 |
"77": "pork_chop",
|
| 90 |
"78": "poutine",
|
| 91 |
"79": "prime_rib",
|
|
|
|
| 92 |
"80": "pulled_pork_sandwich",
|
| 93 |
"81": "ramen",
|
| 94 |
"82": "ravioli",
|
|
|
|
| 99 |
"87": "scallops",
|
| 100 |
"88": "seaweed_salad",
|
| 101 |
"89": "shrimp_and_grits",
|
|
|
|
| 102 |
"90": "spaghetti_bolognese",
|
| 103 |
"91": "spaghetti_carbonara",
|
| 104 |
"92": "spring_rolls",
|
|
|
|
| 108 |
"96": "tacos",
|
| 109 |
"97": "takoyaki",
|
| 110 |
"98": "tiramisu",
|
| 111 |
+
"99": "tuna_tartare",
|
| 112 |
+
"100": "waffles"
|
| 113 |
},
|
| 114 |
"image_size": 224,
|
| 115 |
"initializer_range": 0.02,
|
|
|
|
| 225 |
"patch_size": 16,
|
| 226 |
"problem_type": "single_label_classification",
|
| 227 |
"qkv_bias": true,
|
| 228 |
+
"transformers_version": "4.33.2"
|
|
|
|
| 229 |
}
|