Ajeya95 commited on
Commit
05b67eb
·
verified ·
1 Parent(s): 8d7f190

Align docs around LLM-driven scenario generation

Browse files
Files changed (1) hide show
  1. 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": "Optional bounded decision-node enrichment",
7
- "required": false
 
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
  }