ChanLumerico commited on
Commit
2fb1459
·
verified ·
1 Parent(s): 3daf10b

Add IN1K weights

Browse files
Files changed (2) hide show
  1. IN1K/config.json +71 -0
  2. IN1K/model.safetensors +3 -0
IN1K/config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "lucid",
3
+ "architecture": "cvt_21",
4
+ "model_type": "cvt",
5
+ "task": "image-classification",
6
+ "config": {
7
+ "num_classes": 1000,
8
+ "in_channels": 3,
9
+ "variant": "cvt_21",
10
+ "dims": [
11
+ 64,
12
+ 192,
13
+ 384
14
+ ],
15
+ "depths": [
16
+ 1,
17
+ 4,
18
+ 16
19
+ ],
20
+ "num_heads": [
21
+ 1,
22
+ 3,
23
+ 6
24
+ ],
25
+ "embed_strides": [
26
+ 4,
27
+ 2,
28
+ 2
29
+ ],
30
+ "mlp_ratio": 4.0,
31
+ "dropout": 0.0,
32
+ "cls_token": [
33
+ false,
34
+ false,
35
+ true
36
+ ]
37
+ },
38
+ "preprocessing": {
39
+ "preprocessor_type": "ImageClassification",
40
+ "init_kwargs": {
41
+ "crop_size": 224,
42
+ "resize_size": 256,
43
+ "mean": [
44
+ 0.485,
45
+ 0.456,
46
+ 0.406
47
+ ],
48
+ "std": [
49
+ 0.229,
50
+ 0.224,
51
+ 0.225
52
+ ],
53
+ "interpolation": "bicubic"
54
+ }
55
+ },
56
+ "weights": {
57
+ "tag": "IN1K",
58
+ "num_classes": 1000,
59
+ "license": "apache-2.0",
60
+ "source": "transformers/microsoft/cvt-21",
61
+ "num_params": 31622696,
62
+ "recipe": "HuggingFace/microsoft/cvt-21",
63
+ "metrics": {
64
+ "ImageNet-1k": {
65
+ "acc@1": 82.5
66
+ }
67
+ },
68
+ "sha256": "f9d30c499fec9a21b55980bea15ed45638c16069a191c10011c4e6d52f1f60f0",
69
+ "file_size_mb": 120.87
70
+ }
71
+ }
IN1K/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d30c499fec9a21b55980bea15ed45638c16069a191c10011c4e6d52f1f60f0
3
+ size 126740360