ChanLumerico commited on
Commit
8cf63e7
·
verified ·
1 Parent(s): a7dc3da

Add IN1K weights

Browse files
Files changed (2) hide show
  1. IN1K/config.json +87 -0
  2. IN1K/model.safetensors +3 -0
IN1K/config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "crossvit_tiny",
4
+ "model_type": "crossvit",
5
+ "task": "image-classification",
6
+ "config": {
7
+ "num_classes": 1000,
8
+ "in_channels": 3,
9
+ "image_size": 240,
10
+ "img_scale": [
11
+ 1.0,
12
+ 0.9333333333333333
13
+ ],
14
+ "crop_scale": false,
15
+ "patch_sizes": [
16
+ 12,
17
+ 16
18
+ ],
19
+ "embed_dims": [
20
+ 96,
21
+ 192
22
+ ],
23
+ "depths": [
24
+ [
25
+ 1,
26
+ 4,
27
+ 0
28
+ ],
29
+ [
30
+ 1,
31
+ 4,
32
+ 0
33
+ ],
34
+ [
35
+ 1,
36
+ 4,
37
+ 0
38
+ ]
39
+ ],
40
+ "num_heads": [
41
+ 3,
42
+ 3
43
+ ],
44
+ "mlp_ratio": [
45
+ 4.0,
46
+ 4.0,
47
+ 1.0
48
+ ],
49
+ "qkv_bias": true,
50
+ "drop_path_rate": 0.0,
51
+ "dropout": 0.0,
52
+ "layer_norm_eps": 1e-06
53
+ },
54
+ "preprocessing": {
55
+ "preprocessor_type": "ImageClassification",
56
+ "init_kwargs": {
57
+ "crop_size": 240,
58
+ "resize_size": 274,
59
+ "mean": [
60
+ 0.485,
61
+ 0.456,
62
+ 0.406
63
+ ],
64
+ "std": [
65
+ 0.229,
66
+ 0.224,
67
+ 0.225
68
+ ],
69
+ "interpolation": "bicubic"
70
+ }
71
+ },
72
+ "weights": {
73
+ "tag": "IN1K",
74
+ "num_classes": 1000,
75
+ "license": "apache-2.0",
76
+ "source": "timm/crossvit_tiny_240.in1k",
77
+ "num_params": 7014800,
78
+ "recipe": "Chen et al., ICCV 2021 — paper Table 2 (IN1K column)",
79
+ "metrics": {
80
+ "ImageNet-1k": {
81
+ "acc@1": 72.6
82
+ }
83
+ },
84
+ "sha256": "f0213ad20473517f15f176f5f086962dcee31c60b910f8a113a8dba5e324645d",
85
+ "file_size_mb": 26.79
86
+ }
87
+ }
IN1K/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0213ad20473517f15f176f5f086962dcee31c60b910f8a113a8dba5e324645d
3
+ size 28089552