ClementP commited on
Commit
38a538c
1 Parent(s): 27a7a78
Files changed (2) hide show
  1. config.json +29 -19
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,24 +1,34 @@
1
  {
2
  "architecture": "vit_large_patch14_dinov2",
3
- "as_regression": true,
4
- "ema": {
5
- "decay": 0.999
6
- },
7
- "img_size": [
8
- 512,
9
- 512
10
- ],
11
- "lr": 3e-05,
12
- "num_classes": 5,
13
- "optimizer": {
14
- "betas": [
15
- 0.9,
16
- 0.999
17
  ],
18
- "weight_decay": 0.0005
19
- },
20
- "pretrained": true,
21
- "swa": {
22
- "swa_lrs": 3e-05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
24
  }
 
1
  {
2
  "architecture": "vit_large_patch14_dinov2",
3
+ "num_classes": 1,
4
+ "num_features": 1024,
5
+ "global_pool": "token",
6
+ "pretrained_cfg": {
7
+ "tag": "lvd142m",
8
+ "custom_load": false,
9
+ "input_size": [
10
+ 3,
11
+ 518,
12
+ 518
 
 
 
 
13
  ],
14
+ "fixed_input_size": true,
15
+ "interpolation": "bicubic",
16
+ "crop_pct": 1.0,
17
+ "crop_mode": "center",
18
+ "mean": [
19
+ 0.485,
20
+ 0.456,
21
+ 0.406
22
+ ],
23
+ "std": [
24
+ 0.229,
25
+ 0.224,
26
+ 0.225
27
+ ],
28
+ "num_classes": 0,
29
+ "pool_size": null,
30
+ "first_conv": "patch_embed.proj",
31
+ "classifier": "head",
32
+ "license": "apache-2.0"
33
  }
34
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13e96837a35e17c01f4843ce2a6d94f0121f88f6e35a96c4ddecc07ebc2ed40a
3
- size 1217210076
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4570df4d94b7fc9675c570953a41faeac7f2d12101fcf079e62a902b8230c9be
3
+ size 1217208012