config.json
989 B · 49 lines · json Raw
1 {
2 "_name_or_path": "timm/eva02_base_patch14_448.mim_in22k_ft_in22k_in1k",
3 "architecture": "eva02_base_patch14_448",
4 "architectures": [
5 "TimmWrapperForImageClassification"
6 ],
7 "do_pooling": true,
8 "global_pool": "avg",
9 "initializer_range": 0.02,
10 "label_names": [
11 "neutral",
12 "low",
13 "medium",
14 "high"
15 ],
16 "model_type": "timm_wrapper",
17 "num_classes": 4,
18 "num_features": 768,
19 "pretrained_cfg": {
20 "classifier": "head",
21 "crop_mode": "squash",
22 "crop_pct": 1.0,
23 "custom_load": false,
24 "first_conv": "patch_embed.proj",
25 "fixed_input_size": true,
26 "input_size": [
27 3,
28 448,
29 448
30 ],
31 "interpolation": "bicubic",
32 "license": "mit",
33 "mean": [
34 0.48145466,
35 0.4578275,
36 0.40821073
37 ],
38 "pool_size": null,
39 "std": [
40 0.26862954,
41 0.26130258,
42 0.27577711
43 ],
44 "tag": "mim_in22k_ft_in22k_in1k"
45 },
46 "torch_dtype": "bfloat16",
47 "transformers_version": "4.48.1"
48 }
49