ChanLumerico commited on
Commit
ec3cf4f
·
verified ·
1 Parent(s): 0d3e0e5

Add IN1K weights

Browse files
Files changed (2) hide show
  1. IN1K/config.json +59 -0
  2. IN1K/model.safetensors +3 -0
IN1K/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "maxvit_tiny",
4
+ "model_type": "maxvit",
5
+ "task": "image-classification",
6
+ "config": {
7
+ "num_classes": 1000,
8
+ "in_channels": 3,
9
+ "depths": [
10
+ 2,
11
+ 2,
12
+ 5,
13
+ 2
14
+ ],
15
+ "dims": [
16
+ 64,
17
+ 128,
18
+ 256,
19
+ 512
20
+ ],
21
+ "window_size": 7,
22
+ "num_heads": 32,
23
+ "mlp_ratio": 4.0
24
+ },
25
+ "preprocessing": {
26
+ "preprocessor_type": "ImageClassification",
27
+ "init_kwargs": {
28
+ "crop_size": 224,
29
+ "resize_size": 235,
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
+ "interpolation": "bicubic"
41
+ }
42
+ },
43
+ "weights": {
44
+ "tag": "IN1K",
45
+ "num_classes": 1000,
46
+ "license": "apache-2.0",
47
+ "source": "timm/maxvit_tiny_tf_224.in1k",
48
+ "num_params": 30916528,
49
+ "recipe": "timm/maxvit_tiny_tf_224.in1k",
50
+ "metrics": {
51
+ "ImageNet-1k": {
52
+ "acc@1": 83.62,
53
+ "acc@5": 96.49
54
+ }
55
+ },
56
+ "sha256": "1c9df0b1280123b367ca8e6b6259647655fb6f43497b31c1d89a1b13c2df3394",
57
+ "file_size_mb": 118.18
58
+ }
59
+ }
IN1K/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9df0b1280123b367ca8e6b6259647655fb6f43497b31c1d89a1b13c2df3394
3
+ size 123919936