genialo555 commited on
Commit
d34fc97
·
verified ·
1 Parent(s): 9a0747b

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -22
config.json CHANGED
@@ -1,26 +1,15 @@
1
  {
2
- "model_type": "vision-language",
3
- "architectures": [
4
- "NemotronPlusVLM"
5
- ],
6
- "vision_model": "InternVL3-1B",
7
- "language_model": "Nemotron",
8
- "model_weights": {
9
- "lam_model": "model_weights/lam_model.pt",
10
- "best_checkpoint": "checkpoints/best.pt",
11
- "vision_weights": "model_weights/sample_vision_weights.pt"
12
- },
13
- "task_types": [
14
- "ui-automation",
15
- "computer-control",
16
- "visual-grounding",
17
- "action-planning"
18
- ],
19
- "input_modalities": [
20
  "text",
21
- "image"
 
22
  ],
23
- "output_modality": "structured_action",
24
- "model_size": "14GB",
25
- "training_framework": "pytorch"
 
 
 
26
  }
 
1
  {
2
+ "architecture": "LAM",
3
+ "components": [
4
+ "vision",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "text",
6
+ "thinking",
7
+ "action"
8
  ],
9
+ "merge_ratio": 0.6,
10
+ "capabilities": [
11
+ "multimodal",
12
+ "thinking",
13
+ "action_generation"
14
+ ]
15
  }