ChanLumerico commited on
Commit
e10bfa8
·
verified ·
1 Parent(s): 927139d

Add SNAP_DIST_IN1K weights

Browse files
SNAP_DIST_IN1K/config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "efficientformer_l1",
4
+ "model_type": "efficientformer",
5
+ "task": "image-classification",
6
+ "config": {
7
+ "num_classes": 1000,
8
+ "in_channels": 3,
9
+ "depths": [
10
+ 3,
11
+ 2,
12
+ 6,
13
+ 4
14
+ ],
15
+ "embed_dims": [
16
+ 48,
17
+ 96,
18
+ 224,
19
+ 448
20
+ ],
21
+ "mlp_ratios": [
22
+ 4.0,
23
+ 4.0,
24
+ 4.0,
25
+ 4.0
26
+ ],
27
+ "num_vit": 1,
28
+ "pool_size": 3,
29
+ "key_dim": 32,
30
+ "num_heads": 8,
31
+ "attn_ratio": 4.0,
32
+ "resolution": 7,
33
+ "drop_path_rate": 0.0,
34
+ "layer_scale_init": 1e-05
35
+ },
36
+ "preprocessing": {
37
+ "preprocessor_type": "ImageClassification",
38
+ "init_kwargs": {
39
+ "crop_size": 224,
40
+ "resize_size": 236,
41
+ "mean": [
42
+ 0.485,
43
+ 0.456,
44
+ 0.406
45
+ ],
46
+ "std": [
47
+ 0.229,
48
+ 0.224,
49
+ 0.225
50
+ ],
51
+ "interpolation": "bicubic"
52
+ }
53
+ },
54
+ "weights": {
55
+ "tag": "SNAP_DIST_IN1K",
56
+ "num_classes": 1000,
57
+ "license": "apache-2.0",
58
+ "source": "timm/efficientformer_l1.snap_dist_in1k",
59
+ "num_params": 12289928,
60
+ "recipe": "",
61
+ "metrics": {
62
+ "ImageNet-1k": {
63
+ "acc@1": 79.2
64
+ }
65
+ },
66
+ "sha256": "cb1320ef1279f7e3d257785660e64c44a43bb6e50e75fbb326d0b171b4ef731c",
67
+ "file_size_mb": 47.03
68
+ }
69
+ }
SNAP_DIST_IN1K/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1320ef1279f7e3d257785660e64c44a43bb6e50e75fbb326d0b171b4ef731c
3
+ size 49317504