howdyaendra commited on
Commit
95eeb69
1 Parent(s): 8456873
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +52 -0
  3. model.safetensors +3 -0
  4. 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-xblockm-timm
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_s3_base_224",
3
+ "num_classes": 13,
4
+ "num_features": 768,
5
+ "global_pool": "avg",
6
+ "label_names": [
7
+ "altright",
8
+ "bluesky",
9
+ "discord",
10
+ "facebook",
11
+ "fediverse",
12
+ "instagram",
13
+ "negative",
14
+ "news",
15
+ "ngl",
16
+ "reddit",
17
+ "threads",
18
+ "tumblr",
19
+ "twitter"
20
+ ],
21
+ "pretrained_cfg": {
22
+ "tag": "ms_in1k",
23
+ "custom_load": false,
24
+ "input_size": [
25
+ 3,
26
+ 224,
27
+ 224
28
+ ],
29
+ "fixed_input_size": true,
30
+ "interpolation": "bicubic",
31
+ "crop_pct": 0.9,
32
+ "crop_mode": "center",
33
+ "mean": [
34
+ 0.485,
35
+ 0.456,
36
+ 0.406
37
+ ],
38
+ "std": [
39
+ 0.229,
40
+ 0.224,
41
+ 0.225
42
+ ],
43
+ "num_classes": 1000,
44
+ "pool_size": [
45
+ 7,
46
+ 7
47
+ ],
48
+ "first_conv": "patch_embed.proj",
49
+ "classifier": "head.fc",
50
+ "license": "mit"
51
+ }
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53aa7ad68f8cd05f3ae220dad37ab7d78e0cbde1ed370e81814ab26504dc440f
3
+ size 281516996
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be28b5825dd61f4f8112b6ef498fd02f6ccadd722a2940a282fbe07aee8ca88
3
+ size 281658846