{{ model_name }}
Generator Component Evidence
{% if model.components %}| Component | Score | Weight | Evidence |
|---|---|---|---|
| {{ component_name }} | {% if component.available and component.score is not none %} {{ "%.1f"|format((component.score | default(0)) | float) }} {% else %} — {% endif %} | {{ "%.0f"|format(((component.weight | default(0)) | float) * 100) }}% | {{ component.evidence_text | default("-") }} |
No component evidence available.
{% endif %}