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

Upload oculus_model/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. oculus_model/config.json +11 -0
oculus_model/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dinov3_model_id": "facebook/dinov3-vith16plus-pretrain-lvd1689m",
3
+ "dinov3_dim": 1280,
4
+ "siglip_model_id": "google/siglip2-base-patch16-224",
5
+ "siglip_dim": 768,
6
+ "fused_dim": 2048,
7
+ "lfm_model_id": "LiquidAI/LFM2.5-1.2B-Instruct-MLX-bf16",
8
+ "lfm_embed_dim": 1536,
9
+ "projector_hidden_dim": 2048,
10
+ "num_vision_tokens": 64
11
+ }