anonauthors commited on
Commit
7d10b0e
1 Parent(s): 4eb4b5c
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +136 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for food101-timm-vit_base_patch16_224.orig_in21k_ft_in1k
config.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch16_224",
3
+ "num_classes": 101,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "label_names": {
7
+ "apple_pie": 0,
8
+ "baby_back_ribs": 1,
9
+ "baklava": 2,
10
+ "beef_carpaccio": 3,
11
+ "beef_tartare": 4,
12
+ "beet_salad": 5,
13
+ "beignets": 6,
14
+ "bibimbap": 7,
15
+ "bread_pudding": 8,
16
+ "breakfast_burrito": 9,
17
+ "bruschetta": 10,
18
+ "caesar_salad": 11,
19
+ "cannoli": 12,
20
+ "caprese_salad": 13,
21
+ "carrot_cake": 14,
22
+ "ceviche": 15,
23
+ "cheese_plate": 16,
24
+ "cheesecake": 17,
25
+ "chicken_curry": 18,
26
+ "chicken_quesadilla": 19,
27
+ "chicken_wings": 20,
28
+ "chocolate_cake": 21,
29
+ "chocolate_mousse": 22,
30
+ "churros": 23,
31
+ "clam_chowder": 24,
32
+ "club_sandwich": 25,
33
+ "crab_cakes": 26,
34
+ "creme_brulee": 27,
35
+ "croque_madame": 28,
36
+ "cup_cakes": 29,
37
+ "deviled_eggs": 30,
38
+ "donuts": 31,
39
+ "dumplings": 32,
40
+ "edamame": 33,
41
+ "eggs_benedict": 34,
42
+ "escargots": 35,
43
+ "falafel": 36,
44
+ "filet_mignon": 37,
45
+ "fish_and_chips": 38,
46
+ "foie_gras": 39,
47
+ "french_fries": 40,
48
+ "french_onion_soup": 41,
49
+ "french_toast": 42,
50
+ "fried_calamari": 43,
51
+ "fried_rice": 44,
52
+ "frozen_yogurt": 45,
53
+ "garlic_bread": 46,
54
+ "gnocchi": 47,
55
+ "greek_salad": 48,
56
+ "grilled_cheese_sandwich": 49,
57
+ "grilled_salmon": 50,
58
+ "guacamole": 51,
59
+ "gyoza": 52,
60
+ "hamburger": 53,
61
+ "hot_and_sour_soup": 54,
62
+ "hot_dog": 55,
63
+ "huevos_rancheros": 56,
64
+ "hummus": 57,
65
+ "ice_cream": 58,
66
+ "lasagna": 59,
67
+ "lobster_bisque": 60,
68
+ "lobster_roll_sandwich": 61,
69
+ "macaroni_and_cheese": 62,
70
+ "macarons": 63,
71
+ "miso_soup": 64,
72
+ "mussels": 65,
73
+ "nachos": 66,
74
+ "omelette": 67,
75
+ "onion_rings": 68,
76
+ "oysters": 69,
77
+ "pad_thai": 70,
78
+ "paella": 71,
79
+ "pancakes": 72,
80
+ "panna_cotta": 73,
81
+ "peking_duck": 74,
82
+ "pho": 75,
83
+ "pizza": 76,
84
+ "pork_chop": 77,
85
+ "poutine": 78,
86
+ "prime_rib": 79,
87
+ "pulled_pork_sandwich": 80,
88
+ "ramen": 81,
89
+ "ravioli": 82,
90
+ "red_velvet_cake": 83,
91
+ "risotto": 84,
92
+ "samosa": 85,
93
+ "sashimi": 86,
94
+ "scallops": 87,
95
+ "seaweed_salad": 88,
96
+ "shrimp_and_grits": 89,
97
+ "spaghetti_bolognese": 90,
98
+ "spaghetti_carbonara": 91,
99
+ "spring_rolls": 92,
100
+ "steak": 93,
101
+ "strawberry_shortcake": 94,
102
+ "sushi": 95,
103
+ "tacos": 96,
104
+ "takoyaki": 97,
105
+ "tiramisu": 98,
106
+ "tuna_tartare": 99,
107
+ "waffles": 100
108
+ },
109
+ "pretrained_cfg": {
110
+ "tag": "orig_in21k_ft_in1k",
111
+ "custom_load": false,
112
+ "input_size": [
113
+ 3,
114
+ 224,
115
+ 224
116
+ ],
117
+ "fixed_input_size": true,
118
+ "interpolation": "bicubic",
119
+ "crop_pct": 0.9,
120
+ "crop_mode": "center",
121
+ "mean": [
122
+ 0.5,
123
+ 0.5,
124
+ 0.5
125
+ ],
126
+ "std": [
127
+ 0.5,
128
+ 0.5,
129
+ 0.5
130
+ ],
131
+ "num_classes": 1000,
132
+ "pool_size": null,
133
+ "first_conv": "patch_embed.proj",
134
+ "classifier": "head"
135
+ }
136
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde8f6c51df412aeca66e3ad91fff5a44df22888aaccb8e1a91c5e7a75a30497
3
+ size 343560273