zhanganyi88 commited on
Commit
ab4f73d
·
verified ·
1 Parent(s): 7a15a6d

Delete Cat2Real_Dinov3_384

Browse files
Cat2Real_Dinov3_384/config.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "architectures": [
3
- "DINOv3ViTModel"
4
- ],
5
- "attention_dropout": 0.0,
6
- "drop_path_rate": 0.0,
7
- "dtype": "float32",
8
- "hidden_act": "gelu",
9
- "hidden_size": 1024,
10
- "image_size": 384,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 4096,
13
- "key_bias": false,
14
- "layer_norm_eps": 1e-05,
15
- "layerscale_value": 1.0,
16
- "mlp_bias": true,
17
- "model_type": "dinov3_vit",
18
- "num_attention_heads": 16,
19
- "num_channels": 3,
20
- "num_hidden_layers": 24,
21
- "num_register_tokens": 4,
22
- "patch_size": 16,
23
- "pos_embed_jitter": null,
24
- "pos_embed_rescale": 2.0,
25
- "pos_embed_shift": null,
26
- "proj_bias": true,
27
- "query_bias": true,
28
- "rope_theta": 100.0,
29
- "transformers_version": "4.56.1",
30
- "use_gated_mlp": false,
31
- "value_bias": true
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Cat2Real_Dinov3_384/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c9d64b24f21af109d11085fa80b40be7b570eb5b8d185d8a43b985181ad5134
3
- size 1212559808
 
 
 
 
Cat2Real_Dinov3_384/preprocessor_config.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "crop_size": null,
3
- "data_format": "channels_first",
4
- "default_to_square": true,
5
- "device": null,
6
- "disable_grouping": null,
7
- "do_center_crop": null,
8
- "do_convert_rgb": null,
9
- "do_normalize": true,
10
- "do_rescale": true,
11
- "do_resize": false,
12
- "image_mean": [
13
- 0.485,
14
- 0.456,
15
- 0.406
16
- ],
17
- "image_processor_type": "DINOv3ViTImageProcessorFast",
18
- "image_std": [
19
- 0.229,
20
- 0.224,
21
- 0.225
22
- ],
23
- "input_data_format": null,
24
- "resample": 2,
25
- "rescale_factor": 0.00392156862745098,
26
- "return_tensors": null,
27
- "size": {
28
- "height": 384,
29
- "width": 384
30
- }
31
- }