Create autonomous_task_decomposition_model.json
Browse files
autonomous_task_decomposition_model.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "task-decomposition",
|
| 3 |
+
"parameter_scale": "3.0B",
|
| 4 |
+
"hierarchical_planning": true,
|
| 5 |
+
"capability_matching": true,
|
| 6 |
+
"constraint_adaptive": true,
|
| 7 |
+
"feedback_loop_enabled": true,
|
| 8 |
+
"distributed_execution_ready": true,
|
| 9 |
+
"humanoid_ready": true
|
| 10 |
+
}
|