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