kobiakor15 commited on
Commit
c027646
·
verified ·
1 Parent(s): cb1db66

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -20
config.json CHANGED
@@ -1,29 +1,18 @@
1
  {
2
  "model_type": "oculus",
3
  "architectures": ["OculusForConditionalGeneration"],
 
4
  "version": "0.1",
5
 
6
- "vision_encoders": {
7
- "dinov3": {
8
- "model_id": "facebook/dinov3-vitl16-pretrain-lvd1689m",
9
- "hidden_size": 1024,
10
- "num_layers": 24,
11
- "num_heads": 16,
12
- "image_size": 224,
13
- "patch_size": 16
14
- },
15
- "siglip2": {
16
- "model_id": "google/siglip2-so400m-patch16-naflex",
17
- "hidden_size": 1152,
18
- "num_layers": 27,
19
- "num_heads": 16,
20
- "image_size": 384,
21
- "patch_size": 16
22
- }
23
  },
24
 
25
- "language_model": {
26
- "model_id": "LiquidAI/LFM2.5-1.2B-Base",
27
  "hidden_size": 1536,
28
  "num_layers": 16,
29
  "num_heads": 24,
@@ -69,7 +58,11 @@
69
  "structured_output": {
70
  "enabled": true,
71
  "json_token": "<json>",
72
- "json_end_token": "</json>"
 
 
 
 
73
  },
74
 
75
  "ocr": {
 
1
  {
2
  "model_type": "oculus",
3
  "architectures": ["OculusForConditionalGeneration"],
4
+ "architecture_name": "Oceanir-Oculus OO1",
5
  "version": "0.1",
6
 
7
+ "vision_config": {
8
+ "hidden_size": 1024,
9
+ "num_layers": 24,
10
+ "num_heads": 16,
11
+ "image_size": 224,
12
+ "patch_size": 16
 
 
 
 
 
 
 
 
 
 
 
13
  },
14
 
15
+ "language_config": {
 
16
  "hidden_size": 1536,
17
  "num_layers": 16,
18
  "num_heads": 24,
 
58
  "structured_output": {
59
  "enabled": true,
60
  "json_token": "<json>",
61
+ "json_end_token": "</json>",
62
+ "box_token": "<box>",
63
+ "box_end_token": "</box>",
64
+ "point_token": "<point>",
65
+ "point_end_token": "</point>"
66
  },
67
 
68
  "ocr": {