timm
Safetensors
ashen-sensored commited on
Commit
c45a59a
·
verified ·
1 Parent(s): f2835c2

add timm config.json and library metadata

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. config.json +39 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
 
5
  # WD EVA02 Tagger 2026 Canary
 
1
  ---
2
  license: apache-2.0
3
+ library_name: timm
4
  ---
5
 
6
  # WD EVA02 Tagger 2026 Canary
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "eva02_large_patch14_448",
3
+ "num_classes": 16473,
4
+ "num_features": 1024,
5
+ "global_pool": "avg",
6
+ "model_args": {
7
+ "img_size": 448,
8
+ "ref_feat_shape": [
9
+ 32,
10
+ 32
11
+ ]
12
+ },
13
+ "pretrained_cfg": {
14
+ "custom_load": false,
15
+ "input_size": [
16
+ 3,
17
+ 448,
18
+ 448
19
+ ],
20
+ "fixed_input_size": false,
21
+ "interpolation": "bicubic",
22
+ "crop_pct": 1.0,
23
+ "crop_mode": "center",
24
+ "mean": [
25
+ 0.5,
26
+ 0.5,
27
+ 0.5
28
+ ],
29
+ "std": [
30
+ 0.5,
31
+ 0.5,
32
+ 0.5
33
+ ],
34
+ "num_classes": 16473,
35
+ "pool_size": null,
36
+ "first_conv": null,
37
+ "classifier": null
38
+ }
39
+ }