Align docs around LLM-driven scenario generation
Browse files- MODEL_MANIFEST.json +4 -3
MODEL_MANIFEST.json
CHANGED
|
@@ -3,10 +3,11 @@
|
|
| 3 |
{
|
| 4 |
"id": "Qwen/Qwen2.5-7B-Instruct",
|
| 5 |
"parameters_billions": 7.616,
|
| 6 |
-
"purpose": "
|
| 7 |
-
"
|
|
|
|
| 8 |
}
|
| 9 |
],
|
| 10 |
"maximum_allowed_parameters_billions": 31.999,
|
| 11 |
-
"fallback": "Deterministic Python simulation content; no fallback model"
|
| 12 |
}
|
|
|
|
| 3 |
{
|
| 4 |
"id": "Qwen/Qwen2.5-7B-Instruct",
|
| 5 |
"parameters_billions": 7.616,
|
| 6 |
+
"purpose": "Bounded adaptive scenario generation",
|
| 7 |
+
"required_for_full_experience": true,
|
| 8 |
+
"runtime_fallback_available": true
|
| 9 |
}
|
| 10 |
],
|
| 11 |
"maximum_allowed_parameters_billions": 31.999,
|
| 12 |
+
"fallback": "Deterministic Python simulation content for resilience; no fallback model"
|
| 13 |
}
|