ClementP commited on
Commit
c939b99
1 Parent(s): 0de665e
Files changed (2) hide show
  1. config.json +30 -20
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,24 +1,34 @@
1
  {
2
- "architecture": "vit_base_patch14_reg4_dinov2.lvd142m",
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_reg4_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:5126612a683a0741bbd0cf3ab2a1ec59a36a53713a9f8f451c7272fb949a4215
3
- size 346124212
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40878cdbb5221b929f6bba9570ecbfa44fa3a277777949c48a26d21080a18252
3
+ size 346123148