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