kobiakor15 commited on
Commit
8f0ac21
·
verified ·
1 Parent(s): d933e76

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +45 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Oculus"
4
+ ],
5
+ "model_type": "oculus",
6
+ "torch_dtype": "float16",
7
+ "transformers_version": "4.40.0",
8
+ "dinov3_config": {
9
+ "hidden_size": 1024,
10
+ "num_hidden_layers": 24,
11
+ "num_attention_heads": 16,
12
+ "num_patches": 196,
13
+ "image_size": 224
14
+ },
15
+ "siglip2_config": {
16
+ "hidden_size": 1152,
17
+ "num_hidden_layers": 27,
18
+ "num_attention_heads": 16,
19
+ "num_patches": 576,
20
+ "image_size": 384
21
+ },
22
+ "fusion_config": {
23
+ "method": "concatenation",
24
+ "fused_dim": 2176,
25
+ "output_resolution": "14x14"
26
+ },
27
+ "projector_config": {
28
+ "vision_dim": 2176,
29
+ "hidden_dim": 4352,
30
+ "lm_dim": 1536
31
+ },
32
+ "language_model_config": {
33
+ "vocab_size": 131072,
34
+ "hidden_size": 1536,
35
+ "num_hidden_layers": 16,
36
+ "num_attention_heads": 24,
37
+ "max_position_embeddings": 32768
38
+ },
39
+ "task_heads_config": {
40
+ "segmentation_num_classes": 150,
41
+ "classification_num_classes": 1000,
42
+ "detection_num_classes": 80,
43
+ "ocr_max_seq_len": 100
44
+ }
45
+ }