Add config.json
Browse files- config.json +11 -22
config.json
CHANGED
|
@@ -1,26 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 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 |
-
"
|
|
|
|
| 22 |
],
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
}
|