codybum commited on
Commit
e2a9de3
·
verified ·
1 Parent(s): 8460b7c

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +79 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +15 -0
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "apply_layernorm": true,
3
+ "architectures": [
4
+ "Dinov2Model"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depth": 40,
8
+ "drop_path_rate": 0.0,
9
+ "embed_dim": 1536,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 1536,
13
+ "image_size": 518,
14
+ "initializer_range": 0.02,
15
+ "layer_norm_eps": 1e-06,
16
+ "layerscale_value": 1.0,
17
+ "mlp_ratio": 4,
18
+ "model_type": "dinov2",
19
+ "num_attention_heads": 24,
20
+ "num_channels": 3,
21
+ "num_heads": 24,
22
+ "num_hidden_layers": 40,
23
+ "out_features": [
24
+ "stage40"
25
+ ],
26
+ "out_indices": [
27
+ 40
28
+ ],
29
+ "patch_size": 14,
30
+ "qkv_bias": true,
31
+ "reshape_hidden_states": true,
32
+ "stage_names": [
33
+ "stem",
34
+ "stage1",
35
+ "stage2",
36
+ "stage3",
37
+ "stage4",
38
+ "stage5",
39
+ "stage6",
40
+ "stage7",
41
+ "stage8",
42
+ "stage9",
43
+ "stage10",
44
+ "stage11",
45
+ "stage12",
46
+ "stage13",
47
+ "stage14",
48
+ "stage15",
49
+ "stage16",
50
+ "stage17",
51
+ "stage18",
52
+ "stage19",
53
+ "stage20",
54
+ "stage21",
55
+ "stage22",
56
+ "stage23",
57
+ "stage24",
58
+ "stage25",
59
+ "stage26",
60
+ "stage27",
61
+ "stage28",
62
+ "stage29",
63
+ "stage30",
64
+ "stage31",
65
+ "stage32",
66
+ "stage33",
67
+ "stage34",
68
+ "stage35",
69
+ "stage36",
70
+ "stage37",
71
+ "stage38",
72
+ "stage39",
73
+ "stage40"
74
+ ],
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.51.3",
77
+ "use_mask_token": true,
78
+ "use_swiglu_ffn": true
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c17272431b4a8e075a50c2dd79a38aa5083de1cd66c8665e25ab21d416f9e35f
3
+ size 4546005432
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_resize": true,
9
+ "image_mean": [0.83800817, 0.6516568, 0.78056043],
10
+ "image_std": [0.08324149, 0.09973671, 0.07153901],
11
+ "resample": 3,
12
+ "size": 224,
13
+ "model_type": "dinov2",
14
+ "processor_class": "Dinov2ImageProcessor"
15
+ }