ClementP commited on
Commit
867e9da
1 Parent(s): c474a13
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_base_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_base_patch14_dinov2",
3
+ "num_classes": 1,
4
+ "num_features": 768,
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:6ee1443adc0fdb9978471245c8d18cfb55acb2c2b87353193b06b55471dae893
3
- size 346114908
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50312b1e8ab3d3b4d1805b187be614f55ca6953371ec5cdd4bdc5861f85e3b6d
3
+ size 346113852