anonauthors commited on
Commit
719a9f9
1 Parent(s): da25e59
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +49 -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 cifar10-timm-convnext_base.fb_in1k
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_base_patch4_window7_224",
3
+ "num_classes": 10,
4
+ "num_features": 1024,
5
+ "global_pool": "avg",
6
+ "label_names": {
7
+ "airplane": 0,
8
+ "automobile": 1,
9
+ "bird": 2,
10
+ "cat": 3,
11
+ "deer": 4,
12
+ "dog": 5,
13
+ "frog": 6,
14
+ "horse": 7,
15
+ "ship": 8,
16
+ "truck": 9
17
+ },
18
+ "pretrained_cfg": {
19
+ "tag": "ms_in22k_ft_in1k",
20
+ "custom_load": false,
21
+ "input_size": [
22
+ 3,
23
+ 224,
24
+ 224
25
+ ],
26
+ "fixed_input_size": true,
27
+ "interpolation": "bicubic",
28
+ "crop_pct": 0.9,
29
+ "crop_mode": "center",
30
+ "mean": [
31
+ 0.485,
32
+ 0.456,
33
+ 0.406
34
+ ],
35
+ "std": [
36
+ 0.229,
37
+ 0.224,
38
+ 0.225
39
+ ],
40
+ "num_classes": 1000,
41
+ "pool_size": [
42
+ 7,
43
+ 7
44
+ ],
45
+ "first_conv": "patch_embed.proj",
46
+ "classifier": "head.fc",
47
+ "license": "mit"
48
+ }
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01811c6a623c74e8507058b7664da501e6d41b2e3fea415e82702a56b2f209e1
3
+ size 347137263